123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168 |
- <!DOCTYPE html>
- <!--
- jscoverage.html - code coverage for JavaScript
- Copyright (C) 2007, 2008, 2009, 2010 siliconforks.com
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2 of the License, or
- (at your option) any later version.
- This program is distributed in the hope that it will be useful,
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along
- with this program; if not, write to the Free Software Foundation, Inc.,
- 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- -->
- <html>
- <head>
- <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" >
- <title>JSCoverage</title>
- <link rel="stylesheet" type="text/css" href="jscoverage-highlight.css">
- <link rel="stylesheet" type="text/css" href="jscoverage.css">
- <!--[if IE]>
- <link rel="stylesheet" type="text/css" href="jscoverage-ie.css">
- <![endif]-->
- <script type="text/javascript" src="jscoverage.js"></script>
- <script type="text/javascript" src="source.js"></script>
- <script type="text/javascript" src="readCoverage.js"></script>
- </head>
- <body onload="jscoverage_body_load();" onresize="jscoverage_body_resize();">
- <div id="mainDiv">
- <div id="headingDiv">
- <h1>JSCoverage</h1>
- <div class="ProgressBar" id="progressBar"><span class="ProgressPercentage"></span><div class="ProgressGraph"><div class="ProgressCovered"></div></div></div>
- <span id="progressLabel"></span>
- <div id="warningDiv"><strong>Warning:</strong> <a href="#" onclick="jscoverage_openWarningDialog(); return false;">loading <code>jscoverage.html</code> using a <code>file:</code> URL is deprecated</a></div>
- </div>
- <div id="warningDialog" class="WarningDialog">
- <p>
- Recent web browsers tend to place significant security restrictions on the use
- of <code>file:</code> URLs. These restrictions can prevent JSCoverage from
- working properly. To avoid problems, it is recommended that you do either of the
- following:
- </p>
- <ul>
- <li>If you are using the <code>jscoverage</code> program to instrument your
- JavaScript code, install the instrumented files on a web server.</li>
- <li>Use the <code>jscoverage-server</code> program (which itself acts as a web
- server).</li>
- </ul>
- <p>
- See the
- <a target="_blank" href="http://siliconforks.com/jscoverage/manual.html">manual</a>
- for further details.
- </p>
- <button type="button" onclick="jscoverage_closeWarningDialog();">OK</button>
- </div>
- <div id="reportWarningDialog" class="WarningDialog">
- <p>
- Recent web browsers tend to place significant security restrictions on the use
- of <code>file:</code> URLs. These restrictions can prevent JSCoverage from
- working properly. To avoid problems, it is recommended that you view coverage
- reports stored to the filesystem by serving them from a web server.
- </p>
- <p>
- See the
- <a target="_blank" href="http://siliconforks.com/jscoverage/manual.html">manual</a>
- for further details.
- </p>
- <button type="button" onclick="jscoverage_closeWarningDialog();">OK</button>
- </div>
- <div id="tabs" class="Tabs">
- <!--
- <div id="browserTab"><img src="jscoverage-throbber.gif" alt=""> Browser <img src="jscoverage-throbber.gif" alt=""></div>
- -->
- <div id="summaryTab"><img id="summaryThrobber" src="jscoverage-throbber.gif" alt=""> Summary <img src="jscoverage-throbber.gif" alt=""></div>
- <div id="sourceTab" class="disabled"><img src="jscoverage-throbber.gif" alt=""> Source <img src="jscoverage-throbber.gif" alt=""></div>
- <div id="storeTab"><img id="storeThrobber" src="jscoverage-throbber.gif" alt=""> Store <img src="jscoverage-throbber.gif" alt=""></div>
- <div id="aboutTab"><img src="jscoverage-throbber.gif" alt=""> About <img src="jscoverage-throbber.gif" alt=""></div>
- </div>
- <div id="tabPages" class="TabPages">
- <!-- <div class="TabPage" id="browserTabPage">
- <div id="locationDiv">
- URL: <input id="location" type="text" size="70" onkeypress="jscoverage_input_keypress(event)">
- <button onclick="jscoverage_openInFrameButton_click();" title="open URL in the iframe below [Enter]">Open in frame</button>
- <button onclick="jscoverage_openInWindowButton_click();" title="open URL in a new window (or tab) [Shift+Enter]">Open in window</button>
- </div>
- <div id="iframeDiv">
- <iframe id="browserIframe" onload="jscoverage_browser_load();"></iframe>
- </div>
- </div>-->
- <div class="TabPage">
- <input type="checkbox" id="checkbox" onclick="return jscoverage_checkbox_click();"> <label for="checkbox">Show missing statements column</label>
- <div id="summaryDiv">
- <div id="summaryErrorDiv"></div>
- <table id="summaryTable">
- <thead>
- <tr id="headerRow">
- <th class="leftColumn">File</th>
- <th><abbr title="The total number of executable statements">Statements</abbr></th>
- <th><abbr title="The number of statements actually executed">Executed</abbr></th>
- <th><abbr title="Number of executed statements as a percentage of total number of statements">Coverage</abbr></th>
- </tr>
- <tr id="summaryTotals">
- <td class="leftColumn">
- <span class="title">Total:</span>
- <span>0</span>
- </td>
- <td class="numeric">0</td>
- <td class="numeric">0</td>
- <td class="coverage">
- <div class="pctGraph">
- <div class="covered"></div>
- </div>
- <span class="pct">0%</span>
- </td>
- </tr>
- </thead>
- <tbody id="summaryTbody">
- <!--
- <tr>
- <td>0</td>
- <td>0</td>
- <td>0</td>
- <td>0%</td>
- <td>0</td>
- </tr>
- -->
- </tbody>
- </table>
- </div>
- </div>
- <div class="TabPage">
- <div id="fileDiv"></div>
- <div id="sourceDiv"></div>
- </div>
- <div class="TabPage" id="storeTabPage">
- <button id="storeButton" onclick="jscoverage_storeButton_click();">Store Report</button>
- <img id="storeImg" src="jscoverage-throbber.gif" alt="loading...">
- <div id="storeDiv"></div>
- </div>
- <div class="TabPage">
- <p>
- This is version 0.5.1 of JSCoverage, a program that calculates code
- coverage statistics for JavaScript.
- </p>
- <p>
- See <a target="_blank" href="http://siliconforks.com/jscoverage/">http://siliconforks.com/jscoverage/</a> for more information.
- </p>
- <p>
- Copyright © 2007, 2008, 2009, 2010 siliconforks.com
- </p>
- </div>
- </div>
- </div>
- </body>
- </html>
|