Skip to content

Commit 6c0bb84

Browse files
committed
Latest sample_html report
1 parent 22c6bcd commit 6c0bb84

12 files changed

+264
-107
lines changed

doc/sample_html/cogapp___init___py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/__init__.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
2 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">2 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">0 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">0 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">2 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">0 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">0 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -65,8 +65,8 @@ <h2 class="stats">
6565
<div id="footer">
6666
<div class="content">
6767
<p>
68-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
69-
created at 2020-03-16 15:55
68+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
69+
created at 2020-07-05 16:05
7070
</p>
7171
</div>
7272
</div>

doc/sample_html/cogapp___main___py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/__main__.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
3 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">0 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">3 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">0 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">0 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">3 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">0 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -61,8 +61,8 @@ <h2 class="stats">
6161
<div id="footer">
6262
<div class="content">
6363
<p>
64-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
65-
created at 2020-03-16 15:55
64+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
65+
created at 2020-07-05 16:05
6666
</p>
6767
</div>
6868
</div>

doc/sample_html/cogapp_backward_py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/backward.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
22 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">16 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">6 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">2 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">16 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">6 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">2 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -98,8 +98,8 @@ <h2 class="stats">
9898
<div id="footer">
9999
<div class="content">
100100
<p>
101-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
102-
created at 2020-03-16 15:55
101+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
102+
created at 2020-07-05 16:05
103103
</p>
104104
</div>
105105
</div>

doc/sample_html/cogapp_cogapp_py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/cogapp.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
485 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">270 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">215 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">1 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">28 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">270 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">215 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">1 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">28 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -864,8 +864,8 @@ <h2 class="stats">
864864
<div id="footer">
865865
<div class="content">
866866
<p>
867-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
868-
created at 2020-03-16 15:55
867+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
868+
created at 2020-07-05 16:05
869869
</p>
870870
</div>
871871
</div>

doc/sample_html/cogapp_makefiles_py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/makefiles.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
27 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">7 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">20 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">0 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">7 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">20 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">0 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -102,8 +102,8 @@ <h2 class="stats">
102102
<div id="footer">
103103
<div class="content">
104104
<p>
105-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
106-
created at 2020-03-16 15:55
105+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
106+
created at 2020-07-05 16:05
107107
</p>
108108
</div>
109109
</div>

doc/sample_html/cogapp_test_cogapp_py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/test_cogapp.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
790 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">241 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">549 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">6 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">0 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">241 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">549 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">6 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">0 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -2534,8 +2534,8 @@ <h2 class="stats">
25342534
<div id="footer">
25352535
<div class="content">
25362536
<p>
2537-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
2538-
created at 2020-03-16 15:55
2537+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
2538+
created at 2020-07-05 16:05
25392539
</p>
25402540
</div>
25412541
</div>

doc/sample_html/cogapp_test_makefiles_py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/test_makefiles.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
71 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">18 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">53 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">0 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">18 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">53 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">0 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -178,8 +178,8 @@ <h2 class="stats">
178178
<div id="footer">
179179
<div class="content">
180180
<p>
181-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
182-
created at 2020-03-16 15:55
181+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
182+
created at 2020-07-05 16:05
183183
</p>
184184
</div>
185185
</div>

doc/sample_html/cogapp_test_whiteutils_py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/test_whiteutils.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
69 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">19 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">50 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">0 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">19 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">50 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">0 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -157,8 +157,8 @@ <h2 class="stats">
157157
<div id="footer">
158158
<div class="content">
159159
<p>
160-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
161-
created at 2020-03-16 15:55
160+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
161+
created at 2020-07-05 16:05
162162
</p>
163163
</div>
164164
</div>

doc/sample_html/cogapp_whiteutils_py.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ <h1>Coverage for <b>cogapp/whiteutils.py</b> :
2222
<img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
2323
<h2 class="stats">
2424
45 statements &nbsp;
25-
<span class="run shortkey_r button_toggle_run">40 run</span>
26-
<span class="mis show_mis shortkey_m button_toggle_mis">5 missing</span>
27-
<span class="exc show_exc shortkey_x button_toggle_exc">0 excluded</span>
28-
<span class="par run show_par shortkey_p button_toggle_par">4 partial</span>
25+
<button type="button" class="run shortkey_r button_toggle_run" title="Toggle lines run">40 run</button>
26+
<button type="button" class="mis show_mis shortkey_m button_toggle_mis" title="Toggle lines missing">5 missing</button>
27+
<button type="button" class="exc show_exc shortkey_x button_toggle_exc" title="Toggle lines excluded">0 excluded</button>
28+
<button type="button" class="par run show_par shortkey_p button_toggle_par" title="Toggle lines partially run">4 partial</button>
2929
</h2>
3030
</div>
3131
</div>
@@ -129,8 +129,8 @@ <h2 class="stats">
129129
<div id="footer">
130130
<div class="content">
131131
<p>
132-
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
133-
created at 2020-03-16 15:55
132+
<a class="nav" href="index.html">&#xab; index</a> &nbsp; &nbsp; <a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
133+
created at 2020-07-05 16:05
134134
</p>
135135
</div>
136136
</div>

doc/sample_html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ <h1>Coverage report:
155155
<div id="footer">
156156
<div class="content">
157157
<p>
158-
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.0.4</a>,
159-
created at 2020-03-16 15:55
158+
<a class="nav" href="https://coverage.readthedocs.io">coverage.py v5.2</a>,
159+
created at 2020-07-05 16:05
160160
</p>
161161
</div>
162162
</div>

0 commit comments

Comments
 (0)