{# -*- 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 %} | {% if not EXCLUDE_CONDITIONS %} {% endif %}{% if row.linecondition %} | {% endif %} {% if SHOW_DECISION %} {% endif %}{% if row.linedecision %} | {% endif %} {% if not EXCLUDE_CALLS %} {% endif %}{% if row.linecall %} | {% endif %} {% endif %}{% if ( row.covclass == 'uncoveredLine' ) %}✗{% elif ( row.covclass == 'excludedLine' ) %}−{% else %}{{row.linecount}}{% endif %} | {{row.source}} |