{# -*- engine: jinja -*- #} {% for function_batch in all_functions | batch(10000) %} {% for entry in function_batch %} {#- #} {#- #} {#- #} {#- -#} {% endfor %}
Function (File:Line) Call count Block coverage
{{ entry["name"] }} ({{ entry["filename"] }}:{{ 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"] }}%
{% endfor %}