{# -*- engine: jinja -*- #}
| Line | Branch{% if not EXCLUDE_CONDITIONS %} | Condition{% endif %} {% if SHOW_DECISION %} | Decision{% endif %} {% if not EXCLUDE_CALLS %} | Call{% endif %} | Exec | Source{% if USE_BLOCK_IDS %} | Block IDs{% endif %} | 
|---|---|---|---|---|---|---|---|
| {{row.lineno}} | {% if row.linebranch %} {% endif %}{% if not EXCLUDE_CONDITIONS %} | {% if row.linecondition %} {% endif %}{% endif %} {% if SHOW_DECISION %} | {% if row.linedecision %} {% endif %}{% endif %} {% if not EXCLUDE_CALLS %} | {% if row.linecall %} {% endif %}{% endif %} | {% if ( row.covclass == 'uncoveredLine' ) %}✗{% elif ( row.covclass == 'excludedLine' ) %}−{% else %}{{row.linecount}}{% endif %} | {{row.source}}{% if USE_BLOCK_IDS %} | {{row.block_ids | join(', ')}}{% endif %} |