diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/farm/html/gold_a/index.html | 12 | ||||
-rw-r--r-- | test/farm/html/gold_other/index.html | 15 |
2 files changed, 18 insertions, 9 deletions
diff --git a/test/farm/html/gold_a/index.html b/test/farm/html/gold_a/index.html index c8a0ecc7..88103442 100644 --- a/test/farm/html/gold_a/index.html +++ b/test/farm/html/gold_a/index.html @@ -1,6 +1,7 @@ -<!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>
+<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>Coverage report</title>
<link rel='stylesheet' href='style.css' type='text/css'>
</head>
@@ -16,19 +17,21 @@ <div id='index'>
<table class='index'>
-<tr>
+<tr class='tablehead'>
<th class='name'>Module</th>
<th>statements</th>
<th>run</th>
<th>excluded</th>
+
<th>coverage</th>
</tr>
-<tr>
+<tr class='file'>
<td class='name'><a href='a.html'>a</a></td>
<td>3</td>
<td>2</td>
<td>0</td>
+
<td>67%</td>
</tr>
@@ -37,6 +40,7 @@ <td>3</td>
<td>2</td>
<td>0</td>
+
<td>67%</td>
</tr>
</table>
@@ -45,7 +49,7 @@ <div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage v3.1b1</a>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.2a1</a>
</p>
</div>
</div>
diff --git a/test/farm/html/gold_other/index.html b/test/farm/html/gold_other/index.html index 7e6b4570..3e41afa3 100644 --- a/test/farm/html/gold_other/index.html +++ b/test/farm/html/gold_other/index.html @@ -1,6 +1,7 @@ -<!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>
+<meta http-equiv='Content-Type' content='text/html; charset=utf-8'>
<title>Coverage report</title>
<link rel='stylesheet' href='style.css' type='text/css'>
</head>
@@ -16,27 +17,30 @@ <div id='index'>
<table class='index'>
-<tr>
+<tr class='tablehead'>
<th class='name'>Module</th>
<th>statements</th>
<th>run</th>
<th>excluded</th>
+
<th>coverage</th>
</tr>
-<tr>
+<tr class='file'>
<td class='name'><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>1</td>
<td>0</td>
+
<td>100%</td>
</tr>
-<tr>
+<tr class='file'>
<td class='name'><a href='here.html'>here</a></td>
<td>4</td>
<td>3</td>
<td>0</td>
+
<td>75%</td>
</tr>
@@ -45,6 +49,7 @@ <td>5</td>
<td>4</td>
<td>0</td>
+
<td>80%</td>
</tr>
</table>
@@ -53,7 +58,7 @@ <div id='footer'>
<div class='content'>
<p>
- <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.1b1</a>
+ <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.2a1</a>
</p>
</div>
</div>
|