{# -*- engine: jinja -*- #} {% if not EXCLUDE_CONDITIONS %} {% endif %} {% if SHOW_DECISION %} {% endif %} {% if not EXCLUDE_CALLS %} {% endif %} {% if not EXCLUDE_CONDITIONS %} {% endif %} {% if SHOW_DECISION %} {% endif %} {% if not EXCLUDE_CALLS %} {% endif %} {% for row in entries %} {% if not EXCLUDE_CONDITIONS %} {% endif %} {% if SHOW_DECISION %} {% endif %} {% if not EXCLUDE_CALLS %} {% endif %} {% endfor %}
File Lines Functions BranchesConditionsDecisionsCalls
{% if row.link is not none %} {{row.filename}} {% else %} {{row.filename}} {% endif %} {{row.lines.coverage}} {{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}}{{row.conditions.coverage}}% {{row.conditions.exec}} / {{row.conditions.total}}{{row.decisions.coverage}}% {{row.decisions.exec}} / {{row.decisions.total}}{{row.calls.coverage}}% {{row.calls.exec}} / {{row.calls.total}}