📊 Coverity Metrics Dashboard

Aggregated View Across All Instances

Generated: {{ timestamp }}

🌐 Multi-Instance Navigator

Select an instance to view detailed metrics

{% for inst in instance_configs %}
{{ inst.name }}

{{ inst.description }}

View Dashboard →
{% endfor %}
Total Instances
{{ summary.total_instances }}
Total Projects
{{ summary.total_projects }}
Total Defects
{{ summary.total_defects }}
High Severity
{{ summary.high_severity_defects }}
{% if analysis_versions and analysis_versions|length > 0 %}

📊 Top Analysis Versions Used - All Instances

{% for ver in analysis_versions %} {% endfor %}
# Analysis Version Total Snapshots Instances First Used Last Used
{{ loop.index }} {{ ver.version }} {{ ver.snapshot_count }} {% if ver.instances %} {{ ver.instances|length }} instance{{ 's' if ver.instances|length > 1 else '' }} {% else %} N/A {% endif %} {% if ver.first_used %} {{ ver.first_used.strftime('%Y-%m-%d %H:%M') if ver.first_used.strftime else ver.first_used }} {% else %} N/A {% endif %} {% if ver.last_used %} {{ ver.last_used.strftime('%Y-%m-%d %H:%M') if ver.last_used.strftime else ver.last_used }} {% else %} N/A {% endif %}
{% endif %}

Defects by Coverity Instance

{% for inst in defects_by_instance %} {% endfor %}
Instance Description Total Defects High Severity Medium Severity Low Severity Projects Streams
{{ inst.instance_name }} {{ inst.description }} {{ inst.total_defects }} {{ inst.high_severity }} {{ inst.medium_severity }} {{ inst.low_severity }} {{ inst.total_projects }} {{ inst.total_streams }}

Aggregated Defect Severity Distribution

Severity Breakdown

{% for row in defects_by_severity %} {% endfor %}
Severity Count Percentage
{{ row.severity }} {{ row.count }} {{ "%.1f"|format((row.count / summary.total_defects * 100) if summary.total_defects > 0 else 0) }}%
{% if all_projects|length > 0 %}

All Projects Across Instances (Top 50)

{% for proj in all_projects[:50] %} {% endfor %} {% if all_projects|length > 50 %} {% endif %}
Project Name Instance
{{ proj.project_name }} {{ proj.instance_name }}
... and {{ all_projects|length - 50 }} more projects
{% endif %}

Instance Color Legend

{% for inst in instance_configs %}
{{ inst.name }} {% if inst.description %}
{{ inst.description }}
{% endif %}
{% endfor %}