{# -*- engine: jinja -*- #}
{{info.get_directory()}}
File: {{filename}}
Date: {{info.date}}
Lines:
{{lines.exec}} of {{lines.total}}, {{lines.excluded}} excluded
{{lines.coverage}}%
Functions:
{{functions.exec}} of {{functions.total}}, {{functions.excluded}} excluded
{{functions.coverage}}%
Branches:
{{branches.exec}} of {{branches.total}}, {{branches.excluded}} excluded
{{branches.coverage}}%
{% if SHOW_CONDITION_COVERAGE %}
Conditions:
{{conditions.exec}} of {{conditions.total}}, {{conditions.excluded}} excluded
{{conditions.coverage}}%
{% endif %} {% if SHOW_DECISION %}
Decisions:
{{decisions.exec}} of {{decisions.total}}
{{decisions.coverage}}%
{% endif %} {% if SHOW_CALLS %}
Calls:
{{calls.exec}} of {{calls.total}}, {{calls.excluded}} excluded
{{calls.coverage}}%
{% endif %}