diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-29 12:29:20 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-09-29 12:29:20 -0400 |
| commit | 0ac24533e7f167518b8653d423de5ff7d6229a42 (patch) | |
| tree | b70edc39e6af1575e151ccef8c9e21da7b9de59c /doc/sample_html/index.html | |
| parent | 0954c85fdd02a7f6d86cddca5867c6e351d7f6f4 (diff) | |
| download | python-coveragepy-git-6.5.0.tar.gz | |
docs: sample html report6.5.0
Diffstat (limited to 'doc/sample_html/index.html')
| -rw-r--r-- | doc/sample_html/index.html | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html index fd37f08f..9db0042b 100644 --- a/doc/sample_html/index.html +++ b/doc/sample_html/index.html @@ -11,7 +11,7 @@ <header> <div class="content"> <h1>Cog coverage: - <span class="pc_cov">41.39%</span> + <span class="pc_cov">39.11%</span> </h1> <aside id="help_panel_wrapper"> <input id="help_panel_state" type="checkbox"> @@ -46,8 +46,8 @@ <input id="filter" type="text" value="" placeholder="filter..." /> </form> <p class="text"> - <a class="nav" href="https://coverage.readthedocs.io">coverage.py v6.4.4</a>, - created at 2022-08-16 10:10 -0400 + <a class="nav" href="https://coverage.readthedocs.io">coverage.py v6.5.0</a>, + created at 2022-09-29 12:29 -0400 </p> </div> </header> @@ -88,18 +88,18 @@ <td>22</td> <td>6</td> <td>0</td> - <td>6</td> + <td>4</td> <td>2</td> - <td class="right" data-ratio="20 28">71.43%</td> + <td class="right" data-ratio="18 26">69.23%</td> </tr> <tr class="file"> <td class="name left"><a href="d_7b071bdc2a35fa80_cogapp_py.html">cogapp/cogapp.py</a></td> <td>510</td> <td>230</td> <td>1</td> - <td>240</td> + <td>216</td> <td>30</td> - <td class="right" data-ratio="376 750">50.13%</td> + <td class="right" data-ratio="352 726">48.48%</td> </tr> <tr class="file"> <td class="name left"><a href="d_7b071bdc2a35fa80_makefiles_py.html">cogapp/makefiles.py</a></td> @@ -115,27 +115,27 @@ <td>849</td> <td>595</td> <td>2</td> - <td>68</td> + <td>28</td> <td>1</td> - <td class="right" data-ratio="297 917">32.39%</td> + <td class="right" data-ratio="257 877">29.30%</td> </tr> <tr class="file"> <td class="name left"><a href="d_7b071bdc2a35fa80_test_makefiles_py.html">cogapp/test_makefiles.py</a></td> <td>71</td> <td>53</td> <td>0</td> - <td>8</td> + <td>6</td> <td>0</td> - <td class="right" data-ratio="20 79">25.32%</td> + <td class="right" data-ratio="18 77">23.38%</td> </tr> <tr class="file"> <td class="name left"><a href="d_7b071bdc2a35fa80_test_whiteutils_py.html">cogapp/test_whiteutils.py</a></td> <td>69</td> <td>50</td> <td>0</td> - <td>6</td> <td>0</td> - <td class="right" data-ratio="25 75">33.33%</td> + <td>0</td> + <td class="right" data-ratio="19 69">27.54%</td> </tr> <tr class="file"> <td class="name left"><a href="d_7b071bdc2a35fa80_whiteutils_py.html">cogapp/whiteutils.py</a></td> @@ -153,9 +153,9 @@ <td>1598</td> <td>962</td> <td>3</td> - <td>376</td> + <td>302</td> <td>37</td> - <td class="right" data-ratio="817 1974">41.39%</td> + <td class="right" data-ratio="743 1900">39.11%</td> </tr> </tfoot> </table> @@ -166,8 +166,8 @@ <footer> <div class="content"> <p> - <a class="nav" href="https://coverage.readthedocs.io">coverage.py v6.4.4</a>, - created at 2022-08-16 10:10 -0400 + <a class="nav" href="https://coverage.readthedocs.io">coverage.py v6.5.0</a>, + created at 2022-09-29 12:29 -0400 </p> </div> <aside class="hidden"> |
