{{ meta.config_hash }}{{ hierarchy_mmd }}
| ID | Status | Severity | Origin | Violations | First at | Summary |
|---|---|---|---|---|---|---|
| {{ r.req_instance_id }} | {{ r.status }} | {{ r.severity }} | {{ r.origin }} | {{ r.violation_count if r.violation_count else "—" }} | {{ "%.1f s"|format(r.first_violation_t_s) if r.first_violation_t_s is not none else "—" }} | {{ r.summary }} |
No requirement results recorded for this run.
{% endif %} {% if process_runs %}| t (s) | Process | Component | From | To |
|---|---|---|---|---|
| {{ "%.3f"|format(pt.t_s) }} | {{ pt.process_name }} | {{ pt.component }} | {{ pt.from_phase if pt.from_phase else "—" }} | {{ pt.to_phase }} |
{{ mmd }}
{{ spec.internal_mermaid }}