{% include '_header.html' %}

Code Hotspots

Files with high commit frequency and complexity that may require attention.

Work in Progress

Hotspot analysis data is incomplete and may not accurately reflect code complexity metrics.

Hotspot Analysis

{% for row in data %} {% endfor %}
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'] }}
{% include '_footer_scripts.html' %} {% include '_datatable_scripts.html' %}