|
6 | 6 | <title>Coverage for b.py: 70%</title>
|
7 | 7 | <link rel="icon" sizes="32x32" href="favicon_32.png">
|
8 | 8 | <link rel="stylesheet" href="style.css" type="text/css">
|
9 |
| - <script type="text/javascript" src="jquery.min.js"></script> |
10 |
| - <script type="text/javascript" src="jquery.hotkeys.js"></script> |
11 |
| - <script type="text/javascript" src="jquery.isonscreen.js"></script> |
12 |
| - <script type="text/javascript" src="coverage_html.js"></script> |
13 |
| - <script type="text/javascript"> |
14 |
| - jQuery(document).ready(coverage.pyfile_ready); |
15 |
| - </script> |
| 9 | + <script type="text/javascript" src="coverage_html.js" defer></script> |
16 | 10 | </head>
|
17 | 11 | <body class="pyfile">
|
18 |
| -<aside id="sticky_header"> |
19 |
| - <div class="content stats"> |
20 |
| - <p><b>b.py</b> : 70% |
21 |
| - <button type="button" class="run button_toggle_run" title="Toggle lines run">14</button> |
22 |
| - <button type="button" class="mis show_mis button_toggle_mis" title="Toggle lines missing">3</button> |
23 |
| - <button type="button" class="exc show_exc button_toggle_exc" title="Toggle lines excluded">0</button> |
24 |
| - <button type="button" class="par run show_par button_toggle_par" title="Toggle lines partially run">4</button> |
25 |
| - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> |
26 |
| - </p> |
27 |
| - </div> |
28 |
| -</aside> |
29 | 12 | <header>
|
30 | 13 | <div class="content">
|
31 |
| - <h1>Coverage for <b>b.py</b> : |
| 14 | + <h1> |
| 15 | + <span class="text">Coverage for </span><b>b.py</b>: |
32 | 16 | <span class="pc_cov">70%</span>
|
33 | 17 | </h1>
|
34 |
| - <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> |
35 |
| - <h2 class="stats"> |
36 |
| - 17 statements |
37 |
| - <button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">14 run</button> |
38 |
| - <button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">3 missing</button> |
39 |
| - <button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button> |
40 |
| - <button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">4 partial</button> |
| 18 | + <div id="help_panel_wrapper"> |
| 19 | + <input id="help_panel_state" type="checkbox"> |
| 20 | + <label for="help_panel_state"> |
| 21 | + <img id="keyboard_icon" src="keybd_closed.png" alt="Show/hide keyboard shortcuts" /> |
| 22 | + </label> |
| 23 | + <div id="help_panel"> |
| 24 | + <p class="legend">Shortcuts on this page</p> |
| 25 | + <div> |
| 26 | + <p class="keyhelp"> |
| 27 | + <kbd>r</kbd> |
| 28 | + <kbd>m</kbd> |
| 29 | + <kbd>x</kbd> |
| 30 | + <kbd>p</kbd> toggle line displays |
| 31 | + </p> |
| 32 | + <p class="keyhelp"> |
| 33 | + <kbd>j</kbd> |
| 34 | + <kbd>k</kbd> next/prev highlighted chunk |
| 35 | + </p> |
| 36 | + <p class="keyhelp"> |
| 37 | + <kbd>0</kbd> (zero) top of page |
| 38 | + </p> |
| 39 | + <p class="keyhelp"> |
| 40 | + <kbd>1</kbd> (one) first highlighted chunk |
| 41 | + </p> |
| 42 | + </div> |
| 43 | + </div> |
| 44 | + </div> |
| 45 | + <h2> |
| 46 | + <span class="text">17 statements </span> |
| 47 | + <button type="button" class="run button_toggle_run" value="run" data-shortcut="r" title="Toggle lines run">14<span class="text"> run</span></button> |
| 48 | + <button type="button" class="mis show_mis button_toggle_mis" value="mis" data-shortcut="m" title="Toggle lines missing">3<span class="text"> missing</span></button> |
| 49 | + <button type="button" class="exc show_exc button_toggle_exc" value="exc" data-shortcut="x" title="Toggle lines excluded">0<span class="text"> excluded</span></button> |
| 50 | + <button type="button" class="par run show_par button_toggle_par" value="par" data-shortcut="p" title="Toggle lines partially run">4<span class="text"> partial</span></button> |
41 | 51 | </h2>
|
| 52 | + <div style="display: none;"> |
| 53 | + <button type="button" class="button_next_chunk" data-shortcut="j">Next highlighted chunk</button> |
| 54 | + <button type="button" class="button_prev_chunk" data-shortcut="k">Previous highlighted chunk</button> |
| 55 | + <button type="button" class="button_top_of_page" data-shortcut="0">Goto top of page</button> |
| 56 | + <button type="button" class="button_first_chunk" data-shortcut="1">Goto first highlighted chunk</button> |
| 57 | + </div> |
42 | 58 | </div>
|
43 | 59 | </header>
|
44 |
| -<aside class="help_panel"> |
45 |
| - <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> |
46 |
| - <p class="legend">Hot-keys on this page</p> |
47 |
| - <div> |
48 |
| - <p class="keyhelp"> |
49 |
| - <span class="key">r</span> |
50 |
| - <span class="key">m</span> |
51 |
| - <span class="key">x</span> |
52 |
| - <span class="key">p</span> toggle line displays |
53 |
| - </p> |
54 |
| - <p class="keyhelp"> |
55 |
| - <span class="key">j</span> |
56 |
| - <span class="key">k</span> next/prev highlighted chunk |
57 |
| - </p> |
58 |
| - <p class="keyhelp"> |
59 |
| - <span class="key">0</span> (zero) top of page |
60 |
| - </p> |
61 |
| - <p class="keyhelp"> |
62 |
| - <span class="key">1</span> (one) first highlighted chunk |
63 |
| - </p> |
64 |
| - </div> |
65 |
| -</aside> |
66 | 60 | <main id="source">
|
67 | 61 | <p id="t1" class="run"><span class="n"><a href="#t1">1</a></span><span class="t"><span class="key">def</span> <span class="nam">one</span><span class="op">(</span><span class="nam">x</span><span class="op">)</span><span class="op">:</span> </span><span class="r"></span></p>
|
68 | 62 | <p id="t2" class="pln"><span class="n"><a href="#t2">2</a></span><span class="t"> <span class="com"># This will be a branch that misses the else.</span> </span><span class="r"></span></p>
|
@@ -96,7 +90,7 @@ <h2 class="stats">
|
96 | 90 | <div class="content">
|
97 | 91 | <p>
|
98 | 92 | <a class="nav" href="index.html">« index</a> <a class="nav" href="https://coverage.readthedocs.io/en/6.1a0">coverage.py v6.1a0</a>,
|
99 |
| - created at 2021-10-17 10:52 -0400 |
| 93 | + created at 2021-10-23 08:16 -0400 |
100 | 94 | </p>
|
101 | 95 | </div>
|
102 | 96 | </footer>
|
|
0 commit comments