{% if detailled == true %}
|
{{ file.ProgrammingLanguage }}
|
{% endif %}
{{ name|default:class.Name.Qualified }}
|
{{ file.Stmts.Analyze.Risk.Score|floatformat:2 }}
|
{{ class.Stmts.Analyze.Maintainability.MaintainabilityIndex|floatformat:0 }}
|
{{ file.Commits.Count }}
|
{% if detailled == true %}
{{ class.Stmts.Analyze.Complexity.Cyclomatic|floatformat:0 }}
|
{{ class.Stmts.Analyze.Volume.HalsteadEffort|floatformat:0 }}
|
{{ class.Stmts.Analyze.Volume.Loc }}
|
{{ class.Stmts.Analyze.Coupling.Efferent }}
|
{{ class.Stmts.Analyze.Coupling.Afferent }}
|
{{ class.Stmts.Analyze.Coupling.Instability|floatformat:2 }}
|
{% endif %}
{% endfor %}
{% endfor %}