summaryrefslogtreecommitdiff
path: root/doc/sample_html/index.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-05-25 09:27:13 -0400
committerNed Batchelder <ned@nedbatchelder.com>2009-05-25 09:27:13 -0400
commit7fc1441abc5dbdc4ef97937625d4930f65b0a435 (patch)
tree2d00614a21a7470aee00befea363f5ac163b9c20 /doc/sample_html/index.html
parent7e4cb1e3fc4d1ee9c9d46dc29f993103095a2fc0 (diff)
downloadpython-coveragepy-7fc1441abc5dbdc4ef97937625d4930f65b0a435.tar.gz
A sample HTML coverage report.
Diffstat (limited to 'doc/sample_html/index.html')
-rw-r--r--doc/sample_html/index.html78
1 files changed, 78 insertions, 0 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html
new file mode 100644
index 0000000..f49a9c7
--- /dev/null
+++ b/doc/sample_html/index.html
@@ -0,0 +1,78 @@
+<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<html>
+<head>
+<title>Coverage report</title>
+<link rel='stylesheet' href='style.css' type='text/css'>
+</head>
+<body>
+
+<div id='header'>
+ <div class='content'>
+ <h1>Coverage report:
+ <span class='pc_cov'>44%</span>
+ </h1>
+ </div>
+</div>
+
+<div id='index'>
+<table class='index'>
+<tr>
+ <th class='name'>Module</th>
+ <th>statements</th>
+ <th>run</th>
+ <th>excluded</th>
+ <th>coverage</th>
+</tr>
+
+<tr>
+ <td class='name'><a href='cogapp_cogapp.html'>cogapp\cogapp</a></td>
+ <td>387</td>
+ <td>219</td>
+ <td>3</td>
+ <td>57%</td>
+</tr>
+
+<tr>
+ <td class='name'><a href='cogapp_makefiles.html'>cogapp\makefiles</a></td>
+ <td>29</td>
+ <td>6</td>
+ <td>3</td>
+ <td>21%</td>
+</tr>
+
+<tr>
+ <td class='name'><a href='cogapp_test_cogapp.html'>cogapp\test_cogapp</a></td>
+ <td>587</td>
+ <td>195</td>
+ <td>17</td>
+ <td>33%</td>
+</tr>
+
+<tr>
+ <td class='name'><a href='cogapp_whiteutils.html'>cogapp\whiteutils</a></td>
+ <td>37</td>
+ <td>34</td>
+ <td>0</td>
+ <td>92%</td>
+</tr>
+
+<tr class='total'>
+<td class='name'>Total</td>
+<td>1040</td>
+<td>454</td>
+<td>23</td>
+<td>44%</td>
+</tr>
+</table>
+</div>
+
+<div id='footer'>
+ <div class='content'>
+ <p>
+ <a class='nav' href='http://bitbucket.org/ned/coveragepy/'>coverage v3.0c1</a>
+ </p>
+ </div>
+</div>
+
+</body>
+</html>