diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-04 21:34:54 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2009-10-04 21:34:54 -0400 |
commit | a201ff9a72ed8cccedf27ef712bae00e4532b48c (patch) | |
tree | 96710bbc3b95b5e8981b8b52c07e4e57deb161fd /doc/sample_html/index.html | |
parent | 4d906d76669dcaf823c0964bda83667307bd8e2e (diff) | |
download | python-coveragepy-a201ff9a72ed8cccedf27ef712bae00e4532b48c.tar.gz |
Updated sample html report.coverage-3.1
Diffstat (limited to 'doc/sample_html/index.html')
-rw-r--r-- | doc/sample_html/index.html | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html index 478229a..c44d355 100644 --- a/doc/sample_html/index.html +++ b/doc/sample_html/index.html @@ -9,7 +9,7 @@ <div id='header'>
<div class='content'>
<h1>Coverage report:
- <span class='pc_cov'>44%</span>
+ <span class='pc_cov'>43%</span>
</h1>
</div>
</div>
@@ -25,6 +25,14 @@ </tr>
<tr>
+ <td class='name'><a href='_ned_py_path.html'>c:\ned\py\path</a></td>
+ <td>286</td>
+ <td>114</td>
+ <td>0</td>
+ <td>40%</td>
+</tr>
+
+<tr>
<td class='name'><a href='cogapp_cogapp.html'>cogapp\cogapp</a></td>
<td>387</td>
<td>219</td>
@@ -58,10 +66,10 @@ <tr class='total'>
<td class='name'>Total</td>
-<td>1040</td>
-<td>454</td>
+<td>1326</td>
+<td>568</td>
<td>23</td>
-<td>44%</td>
+<td>43%</td>
</tr>
</table>
</div>
@@ -69,7 +77,7 @@ <div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage v3.0.1</a>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.1</a>
</p>
</div>
</div>
|