`

Report summary

{% if errors_found %}

{{ total_errors }} warnings/errors found.

{% else %}

No warnings or errors found in {{ files_analized }} files analyzed!

CheckPassed.svg {% endif %}
{% if errors_found %}

Violations by severity

High Medium Low

High:SyntaxError, IndentationError, IOError, and PyFlakes errors

Medium:Pep8 and McCabe complexity errors

Low:Docstrings format errors

Code rating

Needs cleanup Reasonable quality Great code!

rating=10.0 - 10*((5*error + warning + refactor + convention+ documentation*0.25) / statement)

Violations by module

Branch's values indicate the number of errors found

Violations by code

Branch's values indicate the number of errors found

{% endif %}
{% if errors_found %} {% endif %}