{{ title|escape }}: {{totals.pc_covered_str}}%
{% for ibtn in index_buttons %} {{ ibtn.label }}{#-#} {% endfor %}
coverage.py v{{__version__}}, created at {{ time_stamp }}
coverage.py v{{__version__}}, created at {{ time_stamp }}
File | {{ region_noun }} | statements | missing | excluded | branches | partial | coverage |
---|---|---|---|---|---|---|---|
{{region.file}} | {{region.description}} | {{region.nums.n_statements}} | {{region.nums.n_missing}} | {{region.nums.n_excluded}} | {{region.nums.n_branches}} | {{region.nums.n_partial_branches}} | {{region.nums.pc_covered_str}}% |
Total | {{totals.n_statements}} | {{totals.n_missing}} | {{totals.n_excluded}} | {{totals.n_branches}} | {{totals.n_partial_branches}} | {{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 %}