blob: c44d3559a76d53437be2e9e5f8f7637c61bed992 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
|
<!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'>43%</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='_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>
</html>
|