{# Per-gate convergence viz. `conv` = section.convergence. ≤3 rounds → bars; ≥4 → line. Always plus a visually-hidden sr-only table of per-round per-series counts. #} {% set conv = section.convergence %} {% if conv.form == "bars" %} {% else %} {% endif %} {% for s in conv.series %}{% endfor %} {% for row in conv.table_rows %} {% for cell in row.cells %}{% endfor %} {% endfor %}
Convergence: per-round finding counts by decision series
round{{ s.label }}
{{ row.round }}{{ cell.count }}