Aggregated View Across All Instances
Generated: {{ timestamp }}
Select an instance to view detailed metrics
{{ inst.description }}
| # | 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 %} |
| 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 }} |
| Severity | Count | Percentage |
|---|---|---|
| {{ row.severity }} | {{ row.count }} | {{ "%.1f"|format((row.count / summary.total_defects * 100) if summary.total_defects > 0 else 0) }}% |
| Project Name | Instance |
|---|---|
| {{ proj.project_name }} | {{ proj.instance_name }} |
| ... and {{ all_projects|length - 50 }} more projects | |