{# -*- engine: jinja -*- #}
Directory: |
{{info.get_directory()}} |
File: |
{{filename}} |
Date: |
{{info.date}} |
{% if SHOW_DECISION and decisions.unchecked > 0 %}
Warnings: |
{{decisions.unchecked}} unchecked decisions! |
{% 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}}% |
{% if not EXCLUDE_CONDITIONS %}
Conditions: |
{{conditions.exec}} |
{{conditions.total}} |
{{conditions.coverage}}% |
{% endif %}
{% if SHOW_DECISION %}
Decisions: |
{{decisions.exec}} |
{{decisions.total}} |
{{decisions.coverage}}% |
{% endif %}
{% if not EXCLUDE_CALLS %}
Calls: |
{{calls.exec}} |
{{calls.total}} |
{{calls.coverage}}% |
{% endif %}