Files with high commit frequency and complexity that may require attention.
Hotspot analysis data is incomplete and may not accurately reflect code complexity metrics.
Filename | # Commits | # Authors | Lines of Code | Complexity | Technology |
---|---|---|---|---|---|
{{ row['file_path'] }}
|
{% if row['commits'] > 50 %} {{ row['commits'] }} {% elif row['commits'] > 20 %} {{ row['commits'] }} {% else %} {{ row['commits'] }} {% endif %} | {{ row['authors'] }} | {{ row['Lines'] }} | {% set complexity = row.get('Complexity', 0) or 0 %} {% if complexity|int > 100 %} {{ complexity }} {% elif complexity|int > 50 %} {{ complexity }} {% else %} {{ complexity }} {% endif %} | {{ row['Language'] }} |