Coding Standard Report

Generated on: {{ time_now }}

{% for file in files %} {% if files[file].solution %} {% else %} {% endif %} {% endfor %}
LOC LLOC SLOC Comments Multi Blank Single Comments H1 H2 N1 N2 Vocabulary Length Calculated Length Volume Difficulty Effort Time Bugs Long Class Long Method
File Path: {{ file }}
{{ files[file].loc }} {{ files[file].lloc }} {{ files[file].sloc }} {{ files[file].comments }} {{ files[file].multi }} {{ files[file].blank }} {{ files[file].single_comments }} {{ files[file].h1 }} {{ files[file].h2 }} {{ files[file].N1 }} {{ files[file].N2 }} {{ files[file].vocabulary }} {{ files[file].length }} {{ files[file].calculated_length }} {{ files[file].volume }} {{ files[file].difficulty }} {{ files[file].effort }} {{ files[file].time }} {{ files[file].bugs }} {{ files[file].long_class }} {{ files[file].long_method }}
Solution: {{ files[file].solution }}
Solution: No changes required