21 |
<html> |
<html> |
22 |
<head> |
<head> |
23 |
<title>JSCoverage</title> |
<title>JSCoverage</title> |
24 |
|
<link rel="stylesheet" href="scriptaculous-js-1.7.0/test/test.css" type="text/css"> |
25 |
|
<link rel="stylesheet" href="jscoverage-sh_nedit.css" type="text/css"> |
26 |
|
<link rel="stylesheet" href="jscoverage.css" type="text/css"> |
27 |
<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> |
28 |
<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> |
29 |
<script type="text/javascript" src="jscoverage-sh_main.js"></script> |
<script type="text/javascript" src="jscoverage-sh_main.js"></script> |
30 |
<script type="text/javascript" src="jscoverage-sh_javascript.js"></script> |
<script type="text/javascript" src="jscoverage-sh_javascript.js"></script> |
31 |
<script src="jscoverage.js" type="text/javascript"></script> |
<script src="jscoverage.js" type="text/javascript"></script> |
|
<link rel="stylesheet" href="scriptaculous-js-1.7.0/test/test.css" type="text/css"> |
|
|
<link rel="stylesheet" href="jscoverage.css" type="text/css"> |
|
32 |
</head> |
</head> |
33 |
<body id="body"> |
<body id="body"> |
34 |
<div style="position: absolute; top: 100px; left: 5%; width: 90%; z-index: 10; background: white;"> |
<div style="position: absolute; top: 100px; left: 5%; width: 90%; z-index: 10; background: white;"> |
45 |
<div id="tabControl" class="TabControl"> |
<div id="tabControl" class="TabControl"> |
46 |
<div id="tabs" class="Tabs"> |
<div id="tabs" class="Tabs"> |
47 |
<div id="browserTab"><img src="jscoverage-throbber.gif" alt="loading..."> Browser <img src="jscoverage-throbber.gif" alt="loading..."></div> |
<div id="browserTab"><img src="jscoverage-throbber.gif" alt="loading..."> Browser <img src="jscoverage-throbber.gif" alt="loading..."></div> |
48 |
<div id="summaryTab"><img src="jscoverage-throbber.gif" alt="loading..."> Summary <img src="jscoverage-throbber.gif" alt="loading..."></div> |
<div id="summaryTab"><img id="summaryThrobber" src="jscoverage-throbber.gif" alt="loading..."> Summary <img src="jscoverage-throbber.gif" alt="loading..."></div> |
49 |
<div id="sourceTab" class="disabled"><img id="throbberImg" src="jscoverage-throbber.gif" alt="loading..."> Source <img src="jscoverage-throbber.gif" alt="loading..."></div> |
<div id="sourceTab" class="disabled"><img id="throbberImg" src="jscoverage-throbber.gif" alt="loading..."> Source <img src="jscoverage-throbber.gif" alt="loading..."></div> |
50 |
|
<div id="storeTab"><img id="throbberImg" src="jscoverage-throbber.gif" alt="loading..."> Store <img src="jscoverage-throbber.gif" alt="loading..."></div> |
51 |
<div id="aboutTab"><img src="jscoverage-throbber.gif" alt="loading..."> About <img src="jscoverage-throbber.gif" alt="loading..."></div> |
<div id="aboutTab"><img src="jscoverage-throbber.gif" alt="loading..."> About <img src="jscoverage-throbber.gif" alt="loading..."></div> |
52 |
</div> |
</div> |
53 |
<div id="tabPages" class="TabPages"> |
<div id="tabPages" class="TabPages"> |
54 |
<div class="TabPage"> |
<div class="TabPage" id="browserTabPage"> |
55 |
<div id="locationDiv"> |
<div id="locationDiv"> |
56 |
URL: <input id="location" type="text" size="70" onkeypress="input_keypress(event)"> |
URL: <input id="location" type="text" size="70" onkeypress="jscoverage_input_keypress(event)"> |
57 |
<button onclick="button_click();">Go</button> |
<button onclick="jscoverage_button_click();">Go</button> |
58 |
</div> |
</div> |
59 |
<iframe id="browserIframe" onload="browser_load();"></iframe> |
<iframe id="browserIframe" onload="jscoverage_browser_load();"></iframe> |
60 |
</div> |
</div> |
61 |
<div class="TabPage"> |
<div class="TabPage"> |
62 |
<input type="checkbox" id="checkbox" onclick="return checkbox_click();"> <label for="checkbox">Show missing statements column</label> |
<input type="checkbox" id="checkbox" onclick="return jscoverage_checkbox_click();"> <label for="checkbox">Show missing statements column</label> |
63 |
<div id="summaryDiv"> |
<div id="summaryDiv"> |
64 |
|
<div id="summaryErrorDiv"></div> |
65 |
<table id="summaryTable"> |
<table id="summaryTable"> |
66 |
<thead> |
<thead> |
67 |
<tr id="headerRow"> |
<tr id="headerRow"> |
68 |
<th>File</th> |
<th class="leftColumn">File</th> |
69 |
<th><abbr title="The total number of executable statements">Statements</abbr></th> |
<th><abbr title="The total number of executable statements">Statements</abbr></th> |
70 |
<th><abbr title="The number of statements actually executed">Executed</abbr></th> |
<th><abbr title="The number of statements actually executed">Executed</abbr></th> |
71 |
<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> |
72 |
</tr> |
</tr> |
73 |
<tr id="summaryTotals"> |
<tr id="summaryTotals"> |
74 |
<td class="totals"> |
<td class="leftColumn"> |
75 |
<span class="title">Total:</span> |
<span class="title">Total:</span> |
76 |
<span>0</span> |
<span>0</span> |
77 |
</td> |
</td> |
84 |
<span class="pct">0%</span> |
<span class="pct">0%</span> |
85 |
</td> |
</td> |
86 |
</tr> |
</tr> |
87 |
|
|
88 |
</thead> |
</thead> |
89 |
<tbody id="summaryTbody"> |
<tbody id="summaryTbody"> |
90 |
|
|
106 |
<div id="fileDiv"></div> |
<div id="fileDiv"></div> |
107 |
<div id="sourceDiv"></div> |
<div id="sourceDiv"></div> |
108 |
</div> |
</div> |
109 |
|
<div class="TabPage" id="storeTabPage"> |
110 |
|
<button id="storeButton" onclick="jscoverage_storeButton_click();">Store Report</button> |
111 |
|
<img id="storeImg" src="jscoverage-throbber.gif" alt="loading..."> |
112 |
|
<div id="storeDiv"></div> |
113 |
|
</div> |
114 |
<div class="TabPage"> |
<div class="TabPage"> |
115 |
This is version <var>X</var> of JSCoverage, a program that calculates code |
This is version 0.3.1 of JSCoverage, a program that calculates code |
116 |
coverage statistics for JavaScript. |
coverage statistics for JavaScript. |
117 |
<p> |
<p> |
118 |
See <a href="http://siliconforks.com/jscoverage/">http://siliconforks.com/jscoverage/</a> for more information. |
See <a href="http://siliconforks.com/jscoverage/">http://siliconforks.com/jscoverage/</a> for more information. |
119 |
</p> |
</p> |
120 |
<p> |
<p> |
121 |
Copyright © 2007 siliconforks.com |
Copyright © 2007, 2008 siliconforks.com |
122 |
</p> |
</p> |
123 |
</div> |
</div> |
124 |
</div> |
</div> |