{# -*- engine: jinja -*- #} {% if SHOW_DECISION %} {% endif %} {% if not EXCLUDE_CALLS %} {% endif %} {% if SHOW_DECISION %} {% endif %} {% if not EXCLUDE_CALLS %} {% endif %} {% for row in info.files %} {% if SHOW_DECISION %} {% endif %} {% if not EXCLUDE_CALLS %} {% endif %} {% endfor %}
File Lines Functions BranchesDecisionsCalls
{% 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.decisions.coverage}}% {{row.decisions.exec}} / {{row.decisions.total}}{{row.calls.coverage}}% {{row.calls.exec}} / {{row.calls.total}}