{{ (triage_summary.triage_completion_percentage|round(1)) if triage_summary.triage_completion_percentage else '0' }}%
Bugs Confirmed
{{ triage_summary.bug_count }}
False Positives
{{ triage_summary.false_positive_count }}
Intentional
{{ triage_summary.intentional_count }}
Action Assigned
{{ triage_summary.action_assigned_count }}
{% endif %}
{% if trend_summary and trend_summary.total_new %}
đ Aggregated Defect Introduction vs Fix Velocity ({{ trend_period_text }})
đ Multi-Instance Trend Status:
{% if trend_summary.trend_direction == 'improving' %}
â IMPROVING - Fixing defects faster than introducing new ones across all instances
{% elif trend_summary.trend_direction == 'declining' %}
â ī¸ DECLINING - Introducing defects faster than fixing them across all instances
{% else %}
âšī¸ STABLE - Introduction and fix rates are balanced across all instances
{% endif %}
Avg New Defects/Day
{{ (trend_summary.avg_new_per_day|round(1)) if trend_summary.avg_new_per_day else '0' }}
â
Across all instances
Avg Fixed Defects/Day
{{ (trend_summary.avg_fixed_per_day|round(1)) if trend_summary.avg_fixed_per_day else '0' }}
â
Across all instances
Net Change
{{ ('+' if trend_summary.net_change > 0 else '') if trend_summary.net_change else '' }}{{ trend_summary.net_change if trend_summary.net_change else '0' }}
Fix Rate Efficiency
{{ (trend_summary.fix_rate_pct|round(1)) if trend_summary.fix_rate_pct else '0' }}%
{{ (100 - user_statistics.active_user_percentage)|round(1) }}% of licenses
đ Multi-Instance Activity Summary:
{% if user_statistics.active_user_percentage >= 50 %}
Excellent license utilization across all Coverity instances! {{ user_statistics.active_user_percentage }}% of users are actively engaged.
{% elif user_statistics.active_user_percentage >= 30 %}
Moderate license utilization. {{ user_statistics.active_user_percentage }}% of users are active. Consider cross-instance user engagement strategies.
{% else %}
Low license utilization detected across instances. Only {{ user_statistics.active_user_percentage }}% of users are active. Review license distribution and training programs.
{% endif %}
{% if commit_activity and commit_activity.total_commits > 0 %}
Aggregated Commit Activity Patterns
âšī¸ Activity Analysis: Based on {{ commit_activity.total_commits }} commits/snapshots across all instances, showing when development activity is most and least active.