{# -*- 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 not EXCLUDE_CONDITIONS %} {% endif %} {% if SHOW_DECISION %} {% endif %} {% if not EXCLUDE_CALLS %} {% endif %}
Exec Total Coverage
Lines: {{lines.exec}} {{lines.total}} {{lines.coverage}}%
Functions: {{functions.exec}} {{functions.total}} {{functions.coverage}}%
Branches: {{branches.exec}} {{branches.total}} {{branches.coverage}}%
Conditions: {{conditions.exec}} {{conditions.total}} {{conditions.coverage}}%
Decisions: {{decisions.exec}} {{decisions.total}} {{decisions.coverage}}%
Calls: {{calls.exec}} {{calls.total}} {{calls.coverage}}%