{# -*- engine: jinja -*- #}
| Line | Branch{% if not EXCLUDE_CONDITIONS %} | Condition{% endif %} {% if SHOW_DECISION %} | Decision{% endif %} {% if not EXCLUDE_CALLS %} | Call{% endif %} | Exec | Source | 
|---|---|---|---|---|---|---|
| {{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}} |