Skip to content

Commit 59a3cd7

Browse files
committed
docs: sample HTML for 7.6.0
1 parent 7f27fa7 commit 59a3cd7

13 files changed

+72
-72
lines changed

doc/sample_html/class_index.html

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<header>
1212
<div class="content">
1313
<h1>Cog coverage:
14-
<span class="pc_cov">37.34%</span>
14+
<span class="pc_cov">38.68%</span>
1515
</h1>
1616
<aside id="help_panel_wrapper">
1717
<input id="help_panel_state" type="checkbox">
@@ -56,8 +56,8 @@ <h2>
5656
<a class="button current">Classes</a>
5757
</h2>
5858
<p class="text">
59-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
60-
created at 2024-06-22 17:11 -0400
59+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
60+
created at 2024-07-11 12:38 -0400
6161
</p>
6262
</div>
6363
</header>
@@ -189,22 +189,22 @@ <h2>
189189
<tr class="region">
190190
<td class="name left"><a href="z_7b071bdc2a35fa80_cogapp_py.html">cogapp/cogapp.py</a></td>
191191
<td class="name left"><a href="z_7b071bdc2a35fa80_cogapp_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
192-
<td>71</td>
192+
<td>86</td>
193+
<td>9</td>
193194
<td>0</td>
194-
<td>0</td>
195-
<td>0</td>
196-
<td>0</td>
197-
<td class="right" data-ratio="71 71">100.00%</td>
195+
<td>8</td>
196+
<td>2</td>
197+
<td class="right" data-ratio="81 94">86.17%</td>
198198
</tr>
199199
<tr class="region">
200200
<td class="name left"><a href="z_7b071bdc2a35fa80_makefiles_py.html">cogapp/makefiles.py</a></td>
201201
<td class="name left"><a href="z_7b071bdc2a35fa80_makefiles_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
202-
<td>4</td>
203-
<td>0</td>
204-
<td>0</td>
202+
<td>22</td>
203+
<td>18</td>
205204
<td>0</td>
205+
<td>14</td>
206206
<td>0</td>
207-
<td class="right" data-ratio="4 4">100.00%</td>
207+
<td class="right" data-ratio="4 36">11.11%</td>
208208
</tr>
209209
<tr class="region">
210210
<td class="name left"><a href="z_7b071bdc2a35fa80_test_cogapp_py.html#t22">cogapp/test_cogapp.py</a></td>
@@ -499,34 +499,34 @@ <h2>
499499
<tr class="region">
500500
<td class="name left"><a href="z_7b071bdc2a35fa80_utils_py.html">cogapp/utils.py</a></td>
501501
<td class="name left"><a href="z_7b071bdc2a35fa80_utils_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
502-
<td>17</td>
503-
<td>0</td>
502+
<td>22</td>
503+
<td>5</td>
504504
<td>0</td>
505505
<td>0</td>
506506
<td>0</td>
507-
<td class="right" data-ratio="17 17">100.00%</td>
507+
<td class="right" data-ratio="17 22">77.27%</td>
508508
</tr>
509509
<tr class="region">
510510
<td class="name left"><a href="z_7b071bdc2a35fa80_whiteutils_py.html">cogapp/whiteutils.py</a></td>
511511
<td class="name left"><a href="z_7b071bdc2a35fa80_whiteutils_py.html"><data value=''><span class='no-noun'>(no class)</span></data></a></td>
512-
<td>4</td>
513-
<td>0</td>
514-
<td>0</td>
515-
<td>0</td>
512+
<td>44</td>
513+
<td>5</td>
516514
<td>0</td>
517-
<td class="right" data-ratio="4 4">100.00%</td>
515+
<td>34</td>
516+
<td>4</td>
517+
<td class="right" data-ratio="69 78">88.46%</td>
518518
</tr>
519519
</tbody>
520520
<tfoot>
521521
<tr class="total">
522522
<td class="name left">Total</td>
523523
<td class="name left">&nbsp;</td>
524-
<td>1502</td>
525-
<td>924</td>
524+
<td>1580</td>
525+
<td>961</td>
526526
<td>3</td>
527-
<td>236</td>
528-
<td>29</td>
529-
<td class="right" data-ratio="649 1738">37.34%</td>
527+
<td>292</td>
528+
<td>35</td>
529+
<td class="right" data-ratio="724 1872">38.68%</td>
530530
</tr>
531531
</tfoot>
532532
</table>
@@ -537,8 +537,8 @@ <h2>
537537
<footer>
538538
<div class="content">
539539
<p>
540-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
541-
created at 2024-06-22 17:11 -0400
540+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
541+
created at 2024-07-11 12:38 -0400
542542
</p>
543543
</div>
544544
<aside class="hidden">

doc/sample_html/function_index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ <h2>
5656
<a class="button" href="class_index.html">Classes</a>
5757
</h2>
5858
<p class="text">
59-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
60-
created at 2024-06-22 17:11 -0400
59+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
60+
created at 2024-07-11 12:38 -0400
6161
</p>
6262
</div>
6363
</header>
@@ -2377,8 +2377,8 @@ <h2>
23772377
<footer>
23782378
<div class="content">
23792379
<p>
2380-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
2381-
created at 2024-06-22 17:11 -0400
2380+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
2381+
created at 2024-07-11 12:38 -0400
23822382
</p>
23832383
</div>
23842384
<aside class="hidden">

doc/sample_html/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ <h2>
5555
<a class="button" href="class_index.html">Classes</a>
5656
</h2>
5757
<p class="text">
58-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
59-
created at 2024-06-22 17:11 -0400
58+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
59+
created at 2024-07-11 12:38 -0400
6060
</p>
6161
</div>
6262
</header>
@@ -175,8 +175,8 @@ <h2>
175175
<footer>
176176
<div class="content">
177177
<p>
178-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
179-
created at 2024-06-22 17:11 -0400
178+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
179+
created at 2024-07-11 12:38 -0400
180180
</p>
181181
</div>
182182
<aside class="hidden">

doc/sample_html/status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"note":"This file is an internal implementation detail to speed up HTML report generation. Its format can change at any time. You might be looking for the JSON report: https://coverage.rtfd.io/cmd.html#cmd-json","format":5,"version":"7.5.4","globals":"b6d62a4c6ebf32368f078323bb24aaf8","files":{"z_7b071bdc2a35fa80___init___py":{"hash":"70a508cdcdeb999b005ef6bbb19ef352","index":{"url":"z_7b071bdc2a35fa80___init___py.html","file":"cogapp/__init__.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":1,"n_excluded":0,"n_missing":0,"n_branches":0,"n_partial_branches":0,"n_missing_branches":0}}},"z_7b071bdc2a35fa80___main___py":{"hash":"6d9d0d551879aa3e73791f40c5739845","index":{"url":"z_7b071bdc2a35fa80___main___py.html","file":"cogapp/__main__.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":3,"n_excluded":0,"n_missing":3,"n_branches":0,"n_partial_branches":0,"n_missing_branches":0}}},"z_7b071bdc2a35fa80_cogapp_py":{"hash":"5ba0c64e49e07207b0c428615ecf9962","index":{"url":"z_7b071bdc2a35fa80_cogapp_py.html","file":"cogapp/cogapp.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":483,"n_excluded":1,"n_missing":228,"n_branches":208,"n_partial_branches":28,"n_missing_branches":140}}},"z_7b071bdc2a35fa80_makefiles_py":{"hash":"eaf4689c0c47697806b20a0a782f9e2a","index":{"url":"z_7b071bdc2a35fa80_makefiles_py.html","file":"cogapp/makefiles.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":22,"n_excluded":0,"n_missing":18,"n_branches":14,"n_partial_branches":0,"n_missing_branches":14}}},"z_7b071bdc2a35fa80_test_cogapp_py":{"hash":"10bdcf9d7378f460315a89e0163729dc","index":{"url":"z_7b071bdc2a35fa80_test_cogapp_py.html","file":"cogapp/test_cogapp.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":854,"n_excluded":2,"n_missing":598,"n_branches":24,"n_partial_branches":1,"n_missing_branches":21}}},"z_7b071bdc2a35fa80_test_makefiles_py":{"hash":"a4a125d4209ab0e413c7c49768fd322f","index":{"url":"z_7b071bdc2a35fa80_test_makefiles_py.html","file":"cogapp/test_makefiles.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":68,"n_excluded":0,"n_missing":51,"n_branches":6,"n_partial_branches":0,"n_missing_branches":6}}},"z_7b071bdc2a35fa80_test_whiteutils_py":{"hash":"59819ec39ae83287b478821e619c36df","index":{"url":"z_7b071bdc2a35fa80_test_whiteutils_py.html","file":"cogapp/test_whiteutils.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":68,"n_excluded":0,"n_missing":50,"n_branches":0,"n_partial_branches":0,"n_missing_branches":0}}},"z_7b071bdc2a35fa80_utils_py":{"hash":"e49fdb51d89dd0fe016bf8a9e73315fa","index":{"url":"z_7b071bdc2a35fa80_utils_py.html","file":"cogapp/utils.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":37,"n_excluded":0,"n_missing":8,"n_branches":6,"n_partial_branches":2,"n_missing_branches":2}}},"z_7b071bdc2a35fa80_whiteutils_py":{"hash":"828c0e3a8398ba557c1f936ae3093939","index":{"url":"z_7b071bdc2a35fa80_whiteutils_py.html","file":"cogapp/whiteutils.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":44,"n_excluded":0,"n_missing":5,"n_branches":34,"n_partial_branches":4,"n_missing_branches":4}}}}}
1+
{"note":"This file is an internal implementation detail to speed up HTML report generation. Its format can change at any time. You might be looking for the JSON report: https://coverage.rtfd.io/cmd.html#cmd-json","format":5,"version":"7.6.0","globals":"b6d62a4c6ebf32368f078323bb24aaf8","files":{"z_7b071bdc2a35fa80___init___py":{"hash":"70a508cdcdeb999b005ef6bbb19ef352","index":{"url":"z_7b071bdc2a35fa80___init___py.html","file":"cogapp/__init__.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":1,"n_excluded":0,"n_missing":0,"n_branches":0,"n_partial_branches":0,"n_missing_branches":0}}},"z_7b071bdc2a35fa80___main___py":{"hash":"6d9d0d551879aa3e73791f40c5739845","index":{"url":"z_7b071bdc2a35fa80___main___py.html","file":"cogapp/__main__.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":3,"n_excluded":0,"n_missing":3,"n_branches":0,"n_partial_branches":0,"n_missing_branches":0}}},"z_7b071bdc2a35fa80_cogapp_py":{"hash":"5ba0c64e49e07207b0c428615ecf9962","index":{"url":"z_7b071bdc2a35fa80_cogapp_py.html","file":"cogapp/cogapp.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":483,"n_excluded":1,"n_missing":228,"n_branches":208,"n_partial_branches":28,"n_missing_branches":140}}},"z_7b071bdc2a35fa80_makefiles_py":{"hash":"eaf4689c0c47697806b20a0a782f9e2a","index":{"url":"z_7b071bdc2a35fa80_makefiles_py.html","file":"cogapp/makefiles.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":22,"n_excluded":0,"n_missing":18,"n_branches":14,"n_partial_branches":0,"n_missing_branches":14}}},"z_7b071bdc2a35fa80_test_cogapp_py":{"hash":"10bdcf9d7378f460315a89e0163729dc","index":{"url":"z_7b071bdc2a35fa80_test_cogapp_py.html","file":"cogapp/test_cogapp.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":854,"n_excluded":2,"n_missing":598,"n_branches":24,"n_partial_branches":1,"n_missing_branches":21}}},"z_7b071bdc2a35fa80_test_makefiles_py":{"hash":"a4a125d4209ab0e413c7c49768fd322f","index":{"url":"z_7b071bdc2a35fa80_test_makefiles_py.html","file":"cogapp/test_makefiles.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":68,"n_excluded":0,"n_missing":51,"n_branches":6,"n_partial_branches":0,"n_missing_branches":6}}},"z_7b071bdc2a35fa80_test_whiteutils_py":{"hash":"59819ec39ae83287b478821e619c36df","index":{"url":"z_7b071bdc2a35fa80_test_whiteutils_py.html","file":"cogapp/test_whiteutils.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":68,"n_excluded":0,"n_missing":50,"n_branches":0,"n_partial_branches":0,"n_missing_branches":0}}},"z_7b071bdc2a35fa80_utils_py":{"hash":"e49fdb51d89dd0fe016bf8a9e73315fa","index":{"url":"z_7b071bdc2a35fa80_utils_py.html","file":"cogapp/utils.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":37,"n_excluded":0,"n_missing":8,"n_branches":6,"n_partial_branches":2,"n_missing_branches":2}}},"z_7b071bdc2a35fa80_whiteutils_py":{"hash":"828c0e3a8398ba557c1f936ae3093939","index":{"url":"z_7b071bdc2a35fa80_whiteutils_py.html","file":"cogapp/whiteutils.py","description":"","nums":{"precision":2,"n_files":1,"n_statements":44,"n_excluded":0,"n_missing":5,"n_branches":34,"n_partial_branches":4,"n_missing_branches":4}}}}}

doc/sample_html/z_7b071bdc2a35fa80___init___py.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h2>
6666
<a id="indexLink" class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
6767
<a id="nextFileLink" class="nav" href="z_7b071bdc2a35fa80___main___py.html">&#xbb; next</a>
6868
&nbsp; &nbsp; &nbsp;
69-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
70-
created at 2024-06-22 17:11 -0400
69+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
70+
created at 2024-07-11 12:38 -0400
7171
</p>
7272
<aside class="hidden">
7373
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
@@ -97,8 +97,8 @@ <h2>
9797
<a class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
9898
<a class="nav" href="z_7b071bdc2a35fa80___main___py.html">&#xbb; next</a>
9999
&nbsp; &nbsp; &nbsp;
100-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
101-
created at 2024-06-22 17:11 -0400
100+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
101+
created at 2024-07-11 12:38 -0400
102102
</p>
103103
</div>
104104
</footer>

doc/sample_html/z_7b071bdc2a35fa80___main___py.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h2>
6666
<a id="indexLink" class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
6767
<a id="nextFileLink" class="nav" href="z_7b071bdc2a35fa80_cogapp_py.html">&#xbb; next</a>
6868
&nbsp; &nbsp; &nbsp;
69-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
70-
created at 2024-06-22 17:11 -0400
69+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
70+
created at 2024-07-11 12:38 -0400
7171
</p>
7272
<aside class="hidden">
7373
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
@@ -97,8 +97,8 @@ <h2>
9797
<a class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
9898
<a class="nav" href="z_7b071bdc2a35fa80_cogapp_py.html">&#xbb; next</a>
9999
&nbsp; &nbsp; &nbsp;
100-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
101-
created at 2024-06-22 17:11 -0400
100+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
101+
created at 2024-07-11 12:38 -0400
102102
</p>
103103
</div>
104104
</footer>

doc/sample_html/z_7b071bdc2a35fa80_cogapp_py.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h2>
6666
<a id="indexLink" class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
6767
<a id="nextFileLink" class="nav" href="z_7b071bdc2a35fa80_makefiles_py.html">&#xbb; next</a>
6868
&nbsp; &nbsp; &nbsp;
69-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
70-
created at 2024-06-22 17:11 -0400
69+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
70+
created at 2024-07-11 12:38 -0400
7171
</p>
7272
<aside class="hidden">
7373
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
@@ -928,8 +928,8 @@ <h2>
928928
<a class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
929929
<a class="nav" href="z_7b071bdc2a35fa80_makefiles_py.html">&#xbb; next</a>
930930
&nbsp; &nbsp; &nbsp;
931-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
932-
created at 2024-06-22 17:11 -0400
931+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
932+
created at 2024-07-11 12:38 -0400
933933
</p>
934934
</div>
935935
</footer>

doc/sample_html/z_7b071bdc2a35fa80_makefiles_py.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h2>
6666
<a id="indexLink" class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
6767
<a id="nextFileLink" class="nav" href="z_7b071bdc2a35fa80_test_cogapp_py.html">&#xbb; next</a>
6868
&nbsp; &nbsp; &nbsp;
69-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
70-
created at 2024-06-22 17:11 -0400
69+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
70+
created at 2024-07-11 12:38 -0400
7171
</p>
7272
<aside class="hidden">
7373
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
@@ -127,8 +127,8 @@ <h2>
127127
<a class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
128128
<a class="nav" href="z_7b071bdc2a35fa80_test_cogapp_py.html">&#xbb; next</a>
129129
&nbsp; &nbsp; &nbsp;
130-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
131-
created at 2024-06-22 17:11 -0400
130+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
131+
created at 2024-07-11 12:38 -0400
132132
</p>
133133
</div>
134134
</footer>

doc/sample_html/z_7b071bdc2a35fa80_test_cogapp_py.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ <h2>
6666
<a id="indexLink" class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
6767
<a id="nextFileLink" class="nav" href="z_7b071bdc2a35fa80_test_makefiles_py.html">&#xbb; next</a>
6868
&nbsp; &nbsp; &nbsp;
69-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
70-
created at 2024-06-22 17:11 -0400
69+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
70+
created at 2024-07-11 12:38 -0400
7171
</p>
7272
<aside class="hidden">
7373
<button type="button" class="button_next_chunk" data-shortcut="j"></button>
@@ -2737,8 +2737,8 @@ <h2>
27372737
<a class="nav" href="index.html">&Hat; index</a> &nbsp; &nbsp;
27382738
<a class="nav" href="z_7b071bdc2a35fa80_test_makefiles_py.html">&#xbb; next</a>
27392739
&nbsp; &nbsp; &nbsp;
2740-
<a class="nav" href="https://coverage.readthedocs.io/en/7.5.4">coverage.py v7.5.4</a>,
2741-
created at 2024-06-22 17:11 -0400
2740+
<a class="nav" href="https://coverage.readthedocs.io/en/7.6.0">coverage.py v7.6.0</a>,
2741+
created at 2024-07-11 12:38 -0400
27422742
</p>
27432743
</div>
27442744
</footer>

0 commit comments

Comments
 (0)