Hotspot Analysis

Generated: {{ generated_at }}

{{ since }}
Time Window
{{ total_commits }}
Total Commits
{{ files.len() }}
Hotspots Found
{% if !files.is_empty() %}

Top Hotspots (Score)

Hotspot Details

{% for h in files %} {% endfor %}
FileLanguageCommits+/-ComplexityScoreRisk
{{ h.path }} {{ h.language }} {{ h.commits }} +{{ h.lines_added }}/-{{ h.lines_deleted }} {{ h.cyclomatic }} {{ h.score_display }} {{ h.risk }}
{% else %}

No hotspots found in this time window.

{% endif %}
{% if !files.is_empty() %} {% endif %}