Back to Intellij Community

{{ title

python/helpers/coveragepy_new/coverage/htmlfiles/index.html

2025.3-rc-2910 B
Original Source

{# The title="" attr doesn"t work in Safari. #} | Module | statements | missing | excluded | {% if has_arcs %} branches | partial | {% endif %} coverage | | --- | --- | --- | --- | --- | --- | --- | {% for file in files %} | {{file.relative_filename}} | {{file.nums.n_statements}} | {{file.nums.n_missing}} | {{file.nums.n_excluded}} | {% if has_arcs %} {{file.nums.n_branches}} | {{file.nums.n_partial_branches}} | {% endif %} {{file.nums.pc_covered_str}}% | {% endfor %} | Total | {{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 %}