{# -*- engine: jinja -*- #}
{% if SHOW_DECISION and decisions.unchecked > 0 %} {% endif %}
Directory: {{info.get_directory()}}
File: {{filename}}
Date: {{info.date}}
Warnings: {{decisions.unchecked}} unchecked decisions!
{% if SHOW_CONDITION_COVERAGE %} {% endif %} {% if SHOW_DECISION %} {% endif %} {% if SHOW_CALLS %} {% endif %}
Coverage Exec Excl Total
Lines: {{lines.coverage}}% {{lines.exec}} {{lines.excluded}} {{lines.total}}
Functions: {{functions.coverage}}% {{functions.exec}} {{functions.excluded}} {{functions.total}}
Branches: {{branches.coverage}}% {{branches.exec}} {{branches.excluded}} {{branches.total}}
Conditions: {{conditions.coverage}}% {{conditions.exec}} {{conditions.excluded}} {{conditions.total}}
Decisions: {{decisions.coverage}}% {{decisions.exec}} - {{decisions.total}}
Calls: {{calls.coverage}}% {{calls.exec}} {{calls.excluded}} {{calls.total}}