Back to Intellij Community

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

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

2025.3-rc-21.3 KB
Original Source

{# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 #} {# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt #}

{{ title|escape }} {% if extra_css %} {% endif %}

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

Hot-keys on this page

nsmx {% if has_arcs %} bp {% endif %} c change column sorting

{# The title="" attr doesn"t work in Safari. #} | Module | statements | missing | excluded | {% if has_arcs %} branches | partial | {% endif %} coverage | | --- | --- | --- | --- | --- | --- | --- | {# HTML syntax requires thead, tfoot, tbody #} | 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}}% | {% 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 %}

No items found using the specified filter.

, created at {{ time_stamp }}