{# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 #} {# For details: https://github.com/coveragepy/coveragepy/blob/main/NOTICE.txt #} {{ title|escape }} {% if extra_css %} {% endif %}

{{ title|escape }}: {{totals.pc_covered_str}}%

{% for ibtn in index_buttons %} {{ ibtn.label }}{#-#} {% endfor %}

coverage.py v{{__version__}}, created at {{ time_stamp }}

{# The title="" attr doesn't work in Safari. #} {% if has_arcs %} {% if region_noun %} {% endif %} {% endif %} {% if region_noun %} {% endif %} {% if has_arcs %} {% endif %} {% if has_arcs %} {% endif %} {% for region in regions %} {% if region_noun %} {% endif %} {% if has_arcs %} {% endif %} {% if has_arcs %} {% endif %} {% endfor %} {% if region_noun %} {% endif %} {% if has_arcs %} {% endif %} {% if has_arcs %} {% endif %}
    Statements   Branches   Total
File{{ region_noun }} coveragestatements missing excluded  coverage branches partial  coverage
{{region.file|escape|pretty_file}}{{region.description}} {{region.nums.pc_statements_str}}%{{region.nums.n_statements}} {{region.nums.n_missing}} {{region.nums.n_excluded}}  {{region.nums.pc_branches_str}}% {{region.nums.n_branches}} {{region.nums.n_partial_branches}}  {{region.nums.pc_covered_str}}%
Total  {{totals.pc_statements_str}}%{{totals.n_statements}} {{totals.n_missing}} {{totals.n_excluded}}  {{totals.pc_branches_str}}% {{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 %}