{# -*- engine: jinja -*- #}
{{info.get_directory()}}
File: {{filename}}
Date: {{info.date}}
Lines:
{{lines.exec}}/{{lines.total}}
{{lines.coverage}}%
Functions:
{{functions.exec}}/{{functions.total}}
{{functions.coverage}}%
Branches:
{{branches.exec}}/{{branches.total}}
{{branches.coverage}}%
{% if SHOW_DECISION %}
Decisions:
{{decisions.exec}}/{{decisions.total}}
{{decisions.coverage}}%
{% endif %} {% if not EXCLUDE_CALLS %}
Calls:
{{calls.exec}}/{{calls.total}}
{{calls.coverage}}%
{% endif %}