diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 11:15:05 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-03-10 11:15:05 -0400 |
| commit | 5d7d2ccff1b98514d3f649b6496252bf3043b241 (patch) | |
| tree | a52f825f58e55c3fc2bb42b9d514f7ef83a35adb /doc/sample_html/index.html | |
| parent | 9885b6e9a7ecff71b0e9d988365a0529ca1b71b0 (diff) | |
| download | python-coveragepy-git-5d7d2ccff1b98514d3f649b6496252bf3043b241.tar.gz | |
Latest sample HTML
Diffstat (limited to 'doc/sample_html/index.html')
| -rw-r--r-- | doc/sample_html/index.html | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html index 4f621e60..1cba6740 100644 --- a/doc/sample_html/index.html +++ b/doc/sample_html/index.html @@ -22,7 +22,7 @@ <div id="header"> <div class="content"> <h1>Coverage report: - <span class="pc_cov">37.59%</span> + <span class="pc_cov">40.40%</span> </h1> <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" /> @@ -71,14 +71,14 @@ <tfoot> <tr class="total"> <td class="name left">Total</td> - <td>1352</td> - <td>841</td> - <td>13</td> + <td>1371</td> + <td>808</td> + <td>10</td> - <td>236</td> - <td>30</td> + <td>238</td> + <td>31</td> - <td class="right" data-ratio="597 1588">37.59%</td> + <td class="right" data-ratio="650 1609">40.40%</td> </tr> </tfoot> <tbody> @@ -109,74 +109,74 @@ <tr class="file"> <td class="name left"><a href="cogapp_backward_py.html">cogapp/backward.py</a></td> - <td>19</td> + <td>26</td> <td>8</td> <td>0</td> + <td>4</td> <td>2</td> - <td>1</td> - <td class="right" data-ratio="12 21">57.14%</td> + <td class="right" data-ratio="20 30">66.67%</td> </tr> <tr class="file"> <td class="name left"><a href="cogapp_cogapp_py.html">cogapp/cogapp.py</a></td> - <td>427</td> + <td>435</td> <td>197</td> <td>4</td> <td>176</td> <td>26</td> - <td class="right" data-ratio="284 603">47.10%</td> + <td class="right" data-ratio="292 611">47.79%</td> </tr> <tr class="file"> <td class="name left"><a href="cogapp_makefiles_py.html">cogapp/makefiles.py</a></td> - <td>28</td> + <td>27</td> <td>20</td> - <td>3</td> + <td>0</td> <td>14</td> <td>0</td> - <td class="right" data-ratio="8 42">19.05%</td> + <td class="right" data-ratio="7 41">17.07%</td> </tr> <tr class="file"> <td class="name left"><a href="cogapp_test_cogapp_py.html">cogapp/test_cogapp.py</a></td> - <td>704</td> + <td>706</td> <td>486</td> <td>6</td> <td>6</td> <td>0</td> - <td class="right" data-ratio="220 710">30.99%</td> + <td class="right" data-ratio="222 712">31.18%</td> </tr> <tr class="file"> <td class="name left"><a href="cogapp_test_makefiles_py.html">cogapp/test_makefiles.py</a></td> - <td>55</td> - <td>55</td> + <td>58</td> + <td>41</td> <td>0</td> <td>6</td> <td>0</td> - <td class="right" data-ratio="0 61">0.00%</td> + <td class="right" data-ratio="17 64">26.56%</td> </tr> <tr class="file"> <td class="name left"><a href="cogapp_test_whiteutils_py.html">cogapp/test_whiteutils.py</a></td> <td>69</td> - <td>69</td> + <td>50</td> <td>0</td> <td>0</td> <td>0</td> - <td class="right" data-ratio="0 69">0.00%</td> + <td class="right" data-ratio="19 69">27.54%</td> </tr> <tr class="file"> @@ -202,8 +202,8 @@ <div id="footer"> <div class="content"> <p> - <a class="nav" href="https://coverage.readthedocs.io">coverage.py v4.5.2</a>, - created at 2018-11-12 09:19 + <a class="nav" href="https://coverage.readthedocs.io">coverage.py v4.5.3</a>, + created at 2019-03-10 11:11 </p> </div> </div> |
