{# -*- engine: jinja -*- #} {% if function_list %}
Function (Line) | Call count | Block coverage |
---|---|---|
{{ entry["name"] }} (line {{ entry["line"] }}) | {#- #}{%- if entry["excluded"] %}excluded {%- else %} {%- if entry["count"] == 0 %}not called {%- else %}called {{ entry["count"] }} time{% if entry["count"] > 1 %}s{% endif %}, returned {{ entry["returned"] }} time{% if entry["returned"] > 1 %}s{% endif %} {%- endif -%} {%- endif -%} {#- #} | {#- #}{{ entry["blocks"] }}% | {#- -#}