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

Diff of /trunk/scriptaculous.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2 by siliconforks, Wed Aug 1 13:51:53 2007 UTC revision 7 by siliconforks, Sat Aug 11 17:41:23 2007 UTC
# Line 22  Line 22 
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">
# Line 34  Line 34 
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>
# Line 60  Line 66 
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    

Legend:
Removed from v.2  
changed lines
  Added in v.7

  ViewVC Help
Powered by ViewVC 1.1.24