summaryrefslogtreecommitdiff
path: root/doc/sample_html/index.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:34:54 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-10-04 21:34:54 -0400
commitbd22150e667bd1126d950b8d8d18dfbefe57a376 (patch)
treed5601a73164fac3b8bb1f157b6d7bb7bc5706066 /doc/sample_html/index.html
parent344c78fb2b842a807d4676a8ebe357a372254333 (diff)
downloadpython-coveragepy-git-bd22150e667bd1126d950b8d8d18dfbefe57a376.tar.gz
Updated sample html report.coverage-3.1
Diffstat (limited to 'doc/sample_html/index.html')
-rw-r--r--doc/sample_html/index.html18
1 files changed, 13 insertions, 5 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html
index 478229a3..c44d3559 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>