/[jscoverage]/trunk/scriptaculous.html
ViewVC logotype

Contents of /trunk/scriptaculous.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (show annotations)
Tue Aug 21 19:14:54 2007 UTC (15 years, 9 months ago) by siliconforks
File MIME type: text/html
File size: 4745 byte(s)
More unit tests.

1 <!DOCTYPE html>
2 <!--
3 scriptaculous.html - script.aculo.us unit tests for JSCoverage
4 Copyright (C) 2007 siliconforks.com
5
6 This program is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by
8 the Free Software Foundation; either version 2 of the License, or
9 (at your option) any later version.
10
11 This program is distributed in the hope that it will be useful,
12 but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 GNU General Public License for more details.
15
16 You should have received a copy of the GNU General Public License along
17 with this program; if not, write to the Free Software Foundation, Inc.,
18 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 -->
20
21 <html>
22 <head>
23 <title>JSCoverage</title>
24 <script src="scriptaculous-js-1.7.0/lib/prototype.js" type="text/javascript"></script>
25 <script src="scriptaculous-js-1.7.0/src/unittest.js" type="text/javascript"></script>
26 <script type="text/javascript" src="sh_main.js"></script>
27 <script type="text/javascript" src="sh_javascript.js"></script>
28 <script src="jscoverage.js" type="text/javascript"></script>
29 <link rel="stylesheet" href="scriptaculous-js-1.7.0/test/test.css" type="text/css">
30 <link rel="stylesheet" href="jscoverage.css" type="text/css">
31 </head>
32 <body id="body">
33 <div style="position: absolute; top: 100px; left: 5%; width: 90%; z-index: 10; background: white;">
34 <div id="testlog"></div>
35 <div id="result"></div>
36 </div>
37
38 <div id="headingDiv">
39 <div id="progressBar" class="ProgressBar"><div class="pctGraph"><div class="covered"></div></div><span class="pct"></span></div>
40 <div id="progressLabel"></div>
41 <h1>JSCoverage</h1>
42 </div>
43
44 <div id="tabControl" class="TabControl">
45 <div id="tabs" class="Tabs">
46 <div id="browserTab"><img src="jscoverage-throbber.gif" alt="loading..."> Browser <img src="jscoverage-throbber.gif" alt="loading..."></div>
47 <div id="summaryTab"><img src="jscoverage-throbber.gif" alt="loading..."> Summary <img src="jscoverage-throbber.gif" alt="loading..."></div>
48 <div id="sourceTab" class="disabled"><img id="throbberImg" src="jscoverage-throbber.gif" alt="loading..."> Source <img src="jscoverage-throbber.gif" alt="loading..."></div>
49 <div id="aboutTab"><img src="jscoverage-throbber.gif" alt="loading..."> About <img src="jscoverage-throbber.gif" alt="loading..."></div>
50 </div>
51 <div id="tabPages" class="TabPages">
52 <div class="TabPage">
53 <div id="locationDiv">
54 URL: <input id="location" type="text" size="70" onkeypress="input_keypress(event)">
55 <button onclick="button_click();">Go</button>
56 </div>
57 <iframe id="browserIframe" onload="browser_load();"></iframe>
58 </div>
59 <div class="TabPage">
60 <input type="checkbox" id="checkbox" onclick="return checkbox_click();"> <label for="checkbox">Show missing statements column</label>
61 <div id="summaryDiv">
62 <table id="summaryTable">
63 <thead>
64 <tr id="headerRow">
65 <th>File</th>
66 <th><abbr title="The total number of executable statements">Statements</abbr></th>
67 <th><abbr title="The number of statements actually executed">Executed</abbr></th>
68 <th><abbr title="Number of executed statements as a percentage of total number of statements">Coverage</abbr></th>
69 </tr>
70 <tr id="summaryTotals">
71 <td class="totals">
72 <span class="title">Total:</span>
73 <span>0</span>
74 </td>
75 <td class="numeric">0</td>
76 <td class="numeric">0</td>
77 <td class="coverage">
78 <div class="pctGraph">
79 <div class="covered"></div>
80 </div>
81 <span class="pct">0%</span>
82 </td>
83 </tr>
84 </thead>
85 <tbody id="summaryTbody">
86
87 <!--
88 <tr>
89 <td>0</td>
90 <td>0</td>
91 <td>0</td>
92 <td>0%</td>
93 <td>0</td>
94 </tr>
95 -->
96
97 </tbody>
98 </table>
99 </div>
100 </div>
101 <div class="TabPage">
102 <div id="fileDiv"></div>
103 <div id="sourceDiv"></div>
104 </div>
105 <div class="TabPage">
106 This is version 0.3 of JSCoverage, a program that calculates code
107 coverage statistics for JavaScript.
108 <p>
109 See <a href="http://siliconforks.com/jscoverage/">http://siliconforks.com/jscoverage/</a> for more information.
110 </p>
111 <p>
112 Copyright &copy; 2007 siliconforks.com
113 </p>
114 </div>
115 </div>
116 </div>
117
118 <script src="scriptaculous.js" type="text/javascript"></script>
119 </body>
120 </html>

  ViewVC Help
Powered by ViewVC 1.1.24