22 |
<title>JSCoverage</title> |
<title>JSCoverage</title> |
23 |
<script src="scriptaculous-js-1.7.0/lib/prototype.js" type="text/javascript"></script> |
<script src="scriptaculous-js-1.7.0/lib/prototype.js" type="text/javascript"></script> |
24 |
<script src="scriptaculous-js-1.7.0/src/unittest.js" type="text/javascript"></script> |
<script src="scriptaculous-js-1.7.0/src/unittest.js" type="text/javascript"></script> |
25 |
<script type="text/javascript" src="sh_main.min.js"></script> |
<script type="text/javascript" src="sh_main.js"></script> |
26 |
<script type="text/javascript" src="sh_javascript.min.js"></script> |
<script type="text/javascript" src="sh_javascript.min.js"></script> |
27 |
<script src="jscoverage.js" type="text/javascript"></script> |
<script src="jscoverage.js" type="text/javascript"></script> |
28 |
<link rel="stylesheet" href="scriptaculous-js-1.7.0/test/test.css" type="text/css"> |
<link rel="stylesheet" href="scriptaculous-js-1.7.0/test/test.css" type="text/css"> |
34 |
<div id="result"></div> |
<div id="result"></div> |
35 |
</div> |
</div> |
36 |
|
|
37 |
|
<div id="headingDiv"> |
38 |
|
<div id="progressBar" class="ProgressBar"><div class="pctGraph"><div class="covered"></div></div><span class="pct"></span></div> |
39 |
|
<div id="progressLabel"></div> |
40 |
|
<h1>JSCoverage</h1> |
41 |
|
</div> |
42 |
|
|
43 |
<div id="tabControl" class="TabControl"> |
<div id="tabControl" class="TabControl"> |
44 |
<div id="tabs" class="Tabs"> |
<div id="tabs" class="Tabs"> |
45 |
<div><img src="jscoverage-throbber.gif" alt="loading..."> Browser <img src="jscoverage-throbber.gif" alt="loading..."></div> |
<div><img src="jscoverage-throbber.gif" alt="loading..."> Browser <img src="jscoverage-throbber.gif" alt="loading..."></div> |
66 |
<th><abbr title="Number of executed statements as a percentage of total number of statements">Coverage</abbr></th> |
<th><abbr title="Number of executed statements as a percentage of total number of statements">Coverage</abbr></th> |
67 |
<th><abbr title="List of statements missed during execution">Missing</abbr></th> |
<th><abbr title="List of statements missed during execution">Missing</abbr></th> |
68 |
</tr> |
</tr> |
69 |
|
<tr id="summaryTotals"> |
70 |
|
<td class="totals"> |
71 |
|
<span class="title">Total:</span> |
72 |
|
<span>0</span> |
73 |
|
</td> |
74 |
|
<td class="numeric">0</td> |
75 |
|
<td class="numeric">0</td> |
76 |
|
<td class="coverage"> |
77 |
|
<div class="pctGraph"> |
78 |
|
<div class="covered"></div> |
79 |
|
</div> |
80 |
|
<span class="pct">0%</span> |
81 |
|
</td> |
82 |
|
<td></td> |
83 |
|
</tr> |
84 |
</thead> |
</thead> |
85 |
<tbody id="summaryTbody"> |
<tbody id="summaryTbody"> |
86 |
|
|