/opt/cloudlinux/venv/lib/python3.11/site-packages/coverage/htmlfiles
NameSizeModeActions
coverage_html.js213590644editdlrm
favicon_32.png17320644editdlrm
index.html54000644editdlrm
keybd_closed.png90040644editdlrm
keybd_open.png90030644editdlrm
pyfile.html64340644editdlrm
style.css123870644editdlrm
style.scss173560644editdlrm
Edit: /opt/cloudlinux/venv/lib/python3.11/site-packages/coverage/htmlfiles/index.html (5400B)
{# 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}}%

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

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