Back to Chromium

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

third_party/pycoverage/coverage/htmlfiles/index.html

149.0.7827.2950 B
Original Source

{% if extra_css %} {% endif %}

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

Hot-keys on this page

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

{# The title='' attr doesn't work in Safari. #} | Module | statements | missing | excluded | {% if arcs %} branches | partial | {% endif %} coverage | | --- | --- | --- | --- | --- | --- | --- | {# HTML syntax requires thead, tfoot, tbody #} | Total | {{totals.n_statements}} | {{totals.n_missing}} | {{totals.n_excluded}} | {% if arcs %} {{totals.n_branches}} | {{totals.n_partial_branches}} | {% endif %} {{totals.pc_covered_str}}% | {% for file in files %} | {{file.name}} | {{file.nums.n_statements}} | {{file.nums.n_missing}} | {{file.nums.n_excluded}} | {% if arcs %} {{file.nums.n_branches}} | {{file.nums.n_partial_branches}} | {% endif %} {{file.nums.pc_covered_str}}% | {% endfor %}