{# -*- engine: jinja -*- #}
| Line | Branch | {% if SHOW_CONDITION_COVERAGE %}Condition | {% endif %} {% if SHOW_DECISION %}Decision | {% endif %} {% if SHOW_CALLS %}Call | {% endif %}Exec | Source | {% if USE_BLOCK_IDS %}Block IDs | {% endif %}
|---|---|---|---|---|---|---|---|
| {{row.lineno}} | {% if row.line_branches %} {% endif %} | {% if SHOW_CONDITION_COVERAGE %}{% if row.line_conditions %} {% endif %} | {% endif %} {% if SHOW_DECISION %}{% if row.line_decisions %} {% endif %} | {% endif %} {% if SHOW_CALLS %}{% if row.line_calls %} {% endif %} | {% endif %}{% if ( row.covclass == 'uncoveredLine' ) %}✗{% elif ( row.covclass == 'excludedLine' ) %}−{% else %}{{row.linecount}}{% endif %} | {{row.source}} | {% if USE_BLOCK_IDS %}{% if row.block_ids %}{{row.block_ids | join(', ')}}{% endif %} | {% endif %}