{% if detailled == true %} {% endif %} {% if detailled == true %} {% endif %} {% set files = currentView.ConcernedFiles|sortRisk:linesToDisplay %} {% if files|length == 0 %} {% endif %} {% for file in files %} {% if len(file.Stmts.StmtClass) == 0 %} {% set elements = file|convertOneFileToCollection %} {% set name = file.Path %} {% else %} {% set elements = file.Stmts.StmtClass %} {% set name = "" %} {% endif %} {% for class in elements %} {% if detailled == true %} {% endif %} {% if detailled == true %} {% endif %} {% endfor %} {% endfor %}
Lang.Component Risk Maint. Commits Cyclomatic Effort LOC Ce Ca Instability
No component with high risk found
{{ file.ProgrammingLanguage }}
{{ name|default:class.Name.Qualified }}
{{ file.Stmts.Analyze.Risk.Score|floatformat:2 }} {{ class.Stmts.Analyze.Maintainability.MaintainabilityIndex|floatformat:0 }} {{ file.Commits.Count }} {{ 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 }}