{{ title|escape }}: {{totals.pc_covered_str}}%
{% for ibtn in index_buttons %} {{ ibtn.label }}{#-#} {% endfor %}
coverage.py v{{__version__}}, created at {{ time_stamp }}
{# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 #} {# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt #}
coverage.py v{{__version__}}, created at {{ time_stamp }}
File | {% if region_noun %}{{ region_noun }} | {% endif %}statements | missing | excluded | {% if has_arcs %}branches | partial | {% endif %}coverage |
---|---|---|---|---|---|---|---|
{{region.file}} | {% if region_noun %}{{region.description}} | {% endif %}{{region.nums.n_statements}} | {{region.nums.n_missing}} | {{region.nums.n_excluded}} | {% if has_arcs %}{{region.nums.n_branches}} | {{region.nums.n_partial_branches}} | {% endif %}{{region.nums.pc_covered_str}}% |
Total | {% if region_noun %}{% endif %} | {{totals.n_statements}} | {{totals.n_missing}} | {{totals.n_excluded}} | {% if has_arcs %}{{totals.n_branches}} | {{totals.n_partial_branches}} | {% endif %}{{totals.pc_covered_str}}% |
No items found using the specified filter.
{% if skipped_covered_msg %}{{ skipped_covered_msg }}
{% endif %} {% if skipped_empty_msg %}{{ skipped_empty_msg }}
{% endif %}