summaryrefslogtreecommitdiff
path: root/doc/sample_html/index.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-10-29 22:43:35 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-10-29 22:43:35 -0400
commit9bc2ab482c42ee3b3f051b1b403713f9f0922a15 (patch)
treefe6cd9f6fc2706e448cc65342a3172381e356139 /doc/sample_html/index.html
parent4c4f4ac9dcd7e9377c623ff11cac7cb3a65fc7ce (diff)
downloadpython-coveragepy-git-9bc2ab482c42ee3b3f051b1b403713f9f0922a15.tar.gz
docs: sample HTML report for 6.1
Diffstat (limited to 'doc/sample_html/index.html')
-rw-r--r--doc/sample_html/index.html99
1 files changed, 48 insertions, 51 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html
index 7a7a63f1..a43f85e3 100644
--- a/doc/sample_html/index.html
+++ b/doc/sample_html/index.html
@@ -5,66 +5,52 @@
<title>Coverage report</title>
<link rel="icon" sizes="32x32" href="favicon_32.png">
<link rel="stylesheet" href="style.css" type="text/css">
- <script type="text/javascript" src="jquery.min.js"></script>
- <script type="text/javascript" src="jquery.ba-throttle-debounce.min.js"></script>
- <script type="text/javascript" src="jquery.tablesorter.min.js"></script>
- <script type="text/javascript" src="jquery.hotkeys.js"></script>
- <script type="text/javascript" src="coverage_html.js"></script>
- <script type="text/javascript">
- jQuery(document).ready(coverage.index_ready);
- </script>
+ <script type="text/javascript" src="coverage_html.js" defer></script>
</head>
<body class="indexfile">
-<div id="header">
+<header>
<div class="content">
<h1>Coverage report:
<span class="pc_cov">39.98%</span>
</h1>
- <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
+ <div id="help_panel_wrapper">
+ <input id="help_panel_state" type="checkbox">
+ <label for="help_panel_state">
+ <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" />
+ </label>
+ <div id="help_panel">
+ <p class="legend">Shortcuts on this page</p>
+ <div>
+ <p class="keyhelp">
+ <kbd>n</kbd>
+ <kbd>s</kbd>
+ <kbd>m</kbd>
+ <kbd>x</kbd>
+ <kbd>b</kbd>
+ <kbd>p</kbd>
+ <kbd>c</kbd> &nbsp; change column sorting
+ </p>
+ </div>
+ </div>
+ </div>
<form id="filter_container">
<input id="filter" type="text" value="" placeholder="filter..." />
</form>
</div>
-</div>
-<div class="help_panel">
- <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" />
- <p class="legend">Hot-keys on this page</p>
- <div>
- <p class="keyhelp">
- <span class="key">n</span>
- <span class="key">s</span>
- <span class="key">m</span>
- <span class="key">x</span>
- <span class="key">b</span>
- <span class="key">p</span>
- <span class="key">c</span> &nbsp; change column sorting
- </p>
- </div>
-</div>
-<div id="index">
- <table class="index">
+</header>
+<main id="index">
+ <table class="index" data-sortable>
<thead>
<tr class="tablehead" title="Click to sort">
- <th class="name left headerSortDown shortkey_n">Module</th>
- <th class="shortkey_s">statements</th>
- <th class="shortkey_m">missing</th>
- <th class="shortkey_x">excluded</th>
- <th class="shortkey_b">branches</th>
- <th class="shortkey_p">partial</th>
- <th class="right shortkey_c">coverage</th>
+ <th class="name left" aria-sort="none" data-shortcut="n">Module</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="s">statements</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="m">missing</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="x">excluded</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="b">branches</th>
+ <th aria-sort="none" data-default-sort-order="descending" data-shortcut="p">partial</th>
+ <th class="right" aria-sort="none" data-shortcut="c">coverage</th>
</tr>
</thead>
- <tfoot>
- <tr class="total">
- <td class="name left">Total</td>
- <td>1513</td>
- <td>899</td>
- <td>9</td>
- <td>278</td>
- <td>34</td>
- <td class="right" data-ratio="716 1791">39.98%</td>
- </tr>
- </tfoot>
<tbody>
<tr class="file">
<td class="name left"><a href="d_7b071bdc2a35fa80___init___py.html">cogapp/__init__.py</a></td>
@@ -148,18 +134,29 @@
<td class="right" data-ratio="70 79">88.61%</td>
</tr>
</tbody>
+ <tfoot>
+ <tr class="total">
+ <td class="name left">Total</td>
+ <td>1513</td>
+ <td>899</td>
+ <td>9</td>
+ <td>278</td>
+ <td>34</td>
+ <td class="right" data-ratio="716 1791">39.98%</td>
+ </tr>
+ </tfoot>
</table>
<p id="no_rows">
No items found using the specified filter.
</p>
-</div>
-<div id="footer">
+</main>
+<footer>
<div class="content">
<p>
- <a class="nav" href="https://coverage.readthedocs.io">coverage.py v6.0.2</a>,
- created at 2021-10-11 16:57 -0400
+ <a class="nav" href="https://coverage.readthedocs.io">coverage.py v6.1</a>,
+ created at 2021-10-29 22:41 -0400
</p>
</div>
-</div>
+</footer>
</body>
</html>