summaryrefslogtreecommitdiff
path: root/doc/sample_html/index.html
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:30:31 -0500
committerNed Batchelder <ned@nedbatchelder.com>2009-12-05 17:30:31 -0500
commit12da359e95a2f4aa3df4afb714df5ba1b6450e0f (patch)
tree8aa3e53f40dcd434b0e331c466b6e19ecb5d20aa /doc/sample_html/index.html
parent0182926a873072d7062b8db17c15d345e8054193 (diff)
parent5b2f0dea43b6d534bdb5fc37312372c86a1d0dec (diff)
downloadpython-coveragepy-git-12da359e95a2f4aa3df4afb714df5ba1b6450e0f.tar.gz
Merge final 3.2 tweaks to default.
Diffstat (limited to 'doc/sample_html/index.html')
-rw-r--r--doc/sample_html/index.html204
1 files changed, 123 insertions, 81 deletions
diff --git a/doc/sample_html/index.html b/doc/sample_html/index.html
index c44d3559..dd78fe47 100644
--- a/doc/sample_html/index.html
+++ b/doc/sample_html/index.html
@@ -1,86 +1,128 @@
-<!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
+<!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>
+ <head>
+ <meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
+ <title>Coverage report</title>
+ <link rel='stylesheet' href='style.css' type='text/css'>
+ <script type='text/javascript' src='jquery-1.3.2.min.js'></script>
+ <script type='text/javascript' src='jquery.tablesorter.min.js'></script>
+ <script type='text/javascript' src='coverage_html.js'></script>
+ <script type="text/javascript" charset="utf-8">
+ jQuery(document).ready(index_page_ready);
+ </script>
+ </head>
+ <body>
-<div id='header'>
- <div class='content'>
- <h1>Coverage report:
- <span class='pc_cov'>43%</span>
- </h1>
- </div>
-</div>
+ <div id='header'>
+ <div class='content'>
+ <h1>Coverage report:
+ <span class='pc_cov'>41%</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>
+ <div id='index'>
+ <table class='index'>
+ <thead>
+
+ <tr class='tablehead' title='Click to sort'>
+ <th class='name left headerSortDown'>Module</th>
+ <th>statements</th>
+ <th>run</th>
+ <th>excluded</th>
+
+ <th>branches</th>
+ <th>br exec</th>
+
+ <th class='right'>coverage</th>
+ </tr>
+ </thead>
+
+ <tfoot>
+ <tr class='total'>
+ <td class='name left'>Total</td>
+ <td>1326</td>
+ <td>568</td>
+ <td>23</td>
+
+ <td>305</td>
+ <td>104</td>
+
+ <td class='right'>41%</td>
+ </tr>
+ </tfoot>
+ <tbody>
+
+ <tr class='file'>
+ <td class='name left'><a href='_ned_py_path.html'>c:\ned\py\path</a></td>
+ <td>286</td>
+ <td>114</td>
+ <td>0</td>
+
+ <td>104</td>
+ <td>22</td>
+
+ <td class='right'>35%</td>
+ </tr>
+
+ <tr class='file'>
+ <td class='name left'><a href='cogapp_cogapp.html'>cogapp\cogapp</a></td>
+ <td>387</td>
+ <td>219</td>
+ <td>3</td>
+
+ <td>153</td>
+ <td>54</td>
+
+ <td class='right'>51%</td>
+ </tr>
+
+ <tr class='file'>
+ <td class='name left'><a href='cogapp_makefiles.html'>cogapp\makefiles</a></td>
+ <td>29</td>
+ <td>6</td>
+ <td>3</td>
+
+ <td>16</td>
+ <td>0</td>
+
+ <td class='right'>13%</td>
+ </tr>
+
+ <tr class='file'>
+ <td class='name left'><a href='cogapp_test_cogapp.html'>cogapp\test_cogapp</a></td>
+ <td>587</td>
+ <td>195</td>
+ <td>17</td>
+
+ <td>4</td>
+ <td>2</td>
+
+ <td class='right'>33%</td>
+ </tr>
+
+ <tr class='file'>
+ <td class='name left'><a href='cogapp_whiteutils.html'>cogapp\whiteutils</a></td>
+ <td>37</td>
+ <td>34</td>
+ <td>0</td>
+
+ <td>28</td>
+ <td>26</td>
+
+ <td class='right'>92%</td>
+ </tr>
+
+ </tbody>
+ </table>
+ </div>
-<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>
- <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>1326</td>
-<td>568</td>
-<td>23</td>
-<td>43%</td>
-</tr>
-</table>
-</div>
-
-<div id='footer'>
- <div class='content'>
- <p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.1</a>
- </p>
- </div>
-</div>
-
-</body>
+ <div id='footer'>
+ <div class='content'>
+ <p>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.2</a>
+ </p>
+ </div>
+ </div>
+ </body>
</html>