{# -*- engine: jinja -*- #}
Function | File | Line | Call count |
---|---|---|---|
{{ 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 %} {%- endif -%} {%- endif -%} |