diff options
Diffstat (limited to 'test/farm/html/gold_other/index.html')
| -rw-r--r-- | test/farm/html/gold_other/index.html | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/test/farm/html/gold_other/index.html b/test/farm/html/gold_other/index.html index e9e1fd28..9021036f 100644 --- a/test/farm/html/gold_other/index.html +++ b/test/farm/html/gold_other/index.html @@ -7,15 +7,15 @@ <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>
+ <script type='text/javascript' charset='utf-8'>
+ jQuery(document).ready(index_ready);
+ </script>
</head>
-<body>
+<body id='indexfile'>
<div id='header'>
<div class='content'>
- <h1>Coverage report:
+ <h1>Coverage report:
<span class='pc_cov'>80%</span>
</h1>
</div>
@@ -28,7 +28,7 @@ <tr class='tablehead' title='Click to sort'>
<th class='name left headerSortDown'>Module</th>
<th>statements</th>
- <th>run</th>
+ <th>missing</th>
<th>excluded</th>
<th class='right'>coverage</th>
@@ -39,7 +39,7 @@ <tr class='total'>
<td class='name left'>Total</td>
<td>5</td>
- <td>4</td>
+ <td>1</td>
<td>0</td>
<td class='right'>80%</td>
@@ -48,21 +48,21 @@ <tbody>
<tr class='file'>
- <td class='name left'><a href='_ned_coverage_trunk_test_farm_html_othersrc_other.html'>c:\ned\coverage\trunk\test\farm\html\othersrc\other</a></td>
- <td>1</td>
+ <td class='name left'><a href='here.html'>here</a></td>
+ <td>4</td>
<td>1</td>
<td>0</td>
- <td class='right'>100%</td>
+ <td class='right'>75%</td>
</tr>
<tr class='file'>
- <td class='name left'><a href='here.html'>here</a></td>
- <td>4</td>
- <td>3</td>
+ <td class='name left'><a href='othersrc_other.html'>othersrc\other</a></td>
+ <td>1</td>
+ <td>0</td>
<td>0</td>
- <td class='right'>75%</td>
+ <td class='right'>100%</td>
</tr>
</tbody>
@@ -72,7 +72,7 @@ <div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.3a1</a>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.3.2a1</a>
</p>
</div>
</div>
|
