{# -*- engine: jinja -*- #}
File | Lines | Functions | Branches | {% if not EXCLUDE_CONDITIONS %}Conditions | {% endif %} {% if SHOW_DECISION %}Decisions | {% endif %} {% if not EXCLUDE_CALLS %}Calls | {% endif %}|||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{% if row.link is not none %} {{row.filename}} {% else %} {{row.filename}} {% endif %} |
|
{{row.lines.coverage}}% | {{row.lines.exec}} / {{row.lines.total}} | {{row.functions.coverage}}% | {{row.functions.exec}} / {{row.functions.total}} | {{row.branches.coverage}}% | {{row.branches.exec}} / {{row.branches.total}} | {% if not EXCLUDE_CONDITIONS %}{{row.conditions.coverage}}% | {{row.conditions.exec}} / {{row.conditions.total}} | {% endif %} {% if SHOW_DECISION %}{{row.decisions.coverage}}% | {{row.decisions.exec}} / {{row.decisions.total}} | {% endif %} {% if not EXCLUDE_CALLS %}{{row.calls.coverage}}% | {{row.calls.exec}} / {{row.calls.total}} | {% endif %}