| 1 |
lars |
1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
|
2 |
|
|
|
3 |
<html lang="en">
|
|
|
4 |
<head>
|
|
|
5 |
<meta http-equiv="Content-Type" content="text/html; charset={charset}">
|
|
|
6 |
<title>{title}</title>
|
|
|
7 |
<link rel="stylesheet" type="text/css" href="style.css">
|
|
|
8 |
</head>
|
|
|
9 |
|
|
|
10 |
<body>
|
|
|
11 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
12 |
<tr><td class="title">{title}</td></tr>
|
|
|
13 |
<tr><td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td></tr>
|
|
|
14 |
|
|
|
15 |
<tr>
|
|
|
16 |
<td width="100%">
|
|
|
17 |
<table cellpadding="1" border="0" width="100%">
|
|
|
18 |
<tr>
|
|
|
19 |
<td class="headerItem" width="20%">Current directory:</td>
|
|
|
20 |
<td class="headerValue" width="80%">{link}</td>
|
|
|
21 |
</tr>
|
|
|
22 |
<tr>
|
|
|
23 |
<td class="legendItem" width="20%">Legend:</td>
|
|
|
24 |
<td class="legendValue" width="80%">
|
|
|
25 |
<span class="coverLegendLo">
|
|
|
26 |
<b>Low:</b> 0% to {low_upper_bound}%
|
|
|
27 |
</span>
|
|
|
28 |
<span class="coverLegendMed">
|
|
|
29 |
<b>Medium:</b> {low_upper_bound}% to {high_lower_bound}%
|
|
|
30 |
</span>
|
|
|
31 |
<span class="coverLegendHi">
|
|
|
32 |
<b>High:</b> {high_lower_bound}% to 100%
|
|
|
33 |
</span>
|
|
|
34 |
</td>
|
|
|
35 |
</tr>
|
|
|
36 |
</table>
|
|
|
37 |
</td>
|
|
|
38 |
</tr>
|
|
|
39 |
<tr>
|
|
|
40 |
<td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td>
|
|
|
41 |
</tr>
|
|
|
42 |
</table>
|
|
|
43 |
|
|
|
44 |
<br />
|
|
|
45 |
|
|
|
46 |
<center>
|
|
|
47 |
<table width="90%" cellpadding="2" cellspacing="1" border="0">
|
|
|
48 |
<tr>
|
|
|
49 |
<td class="tableHead" width="30%"> </td>
|
|
|
50 |
<td class="tableHead" colspan="9">Coverage</td>
|
|
|
51 |
</tr>
|
|
|
52 |
<tr>
|
|
|
53 |
<td class="tableHead"> </td>
|
|
|
54 |
<td class="tableHead" colspan="3">Lines</td>
|
|
|
55 |
<td class="tableHead" colspan="3">Functions / Methods</td>
|
|
|
56 |
<td class="tableHead" colspan="3">Classes</td>
|
|
|
57 |
</tr>
|
|
|
58 |
{total_item}{items}
|
|
|
59 |
</table>
|
|
|
60 |
</center>
|
|
|
61 |
|
|
|
62 |
<br />
|
|
|
63 |
|
|
|
64 |
<table width="100%" border="0" cellspacing="0" cellpadding="0">
|
|
|
65 |
<tr><td class="ruler"><img src="glass.png" width="3" height="3" alt=""></td></tr>
|
|
|
66 |
<tr><td class="versionInfo">Generated by <a href="http://www.phpunit.de/" target="_top">PHPUnit {phpunit_version}</a> and <a href="http://www.xdebug.org/" target="_top">Xdebug {xdebug_version}</a> using <a href="http://www.php.net/" target="_top">PHP {php_version}</a> at {date}.</td></tr>
|
|
|
67 |
</table>
|
|
|
68 |
|
|
|
69 |
<br/>
|
|
|
70 |
</body>
|
|
|
71 |
</html>
|