{{ title|escape }}: {{totals.pc_covered_str}}%
coverage.py v{{__version__}}, created at {{ time_stamp }}
| Name | Size | Mode | Actions |
|---|---|---|---|
| coverage_html.js | 21359 | 0644 | editdlrm |
| favicon_32.png | 1732 | 0644 | editdlrm |
| index.html | 5400 | 0644 | editdlrm |
| keybd_closed.png | 9004 | 0644 | editdlrm |
| keybd_open.png | 9003 | 0644 | editdlrm |
| pyfile.html | 6434 | 0644 | editdlrm |
| style.css | 12387 | 0644 | editdlrm |
| style.scss | 17356 | 0644 | editdlrm |
/opt/cloudlinux/venv/lib/python3.11/site-packages/coverage/htmlfiles/index.html (5400B)
coverage.py v{{__version__}}, created at {{ time_stamp }}
| Module | statements | missing | excluded | {% if has_arcs %}branches | partial | {% endif %}coverage |
|---|---|---|---|---|---|---|
| {{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}}% |
| 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 %}