PageRenderTime 33ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 0ms

/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/instrumented-inverted/jscoverage.html

http://github.com/onedayitwillmake/RealtimeMultiplayerNodeJs
HTML | 125 lines | 89 code | 6 blank | 30 comment | 0 complexity | c489c8d3f45f29877304ec204254df6e MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
  1. <!DOCTYPE html>
  2. <!--
  3. jscoverage.html - code coverage for JavaScript
  4. Copyright (C) 2007, 2008 siliconforks.com
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License along
  14. with this program; if not, write to the Free Software Foundation, Inc.,
  15. 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  16. -->
  17. <html>
  18. <head>
  19. <title>JSCoverage</title>
  20. <link rel="stylesheet" type="text/css" href="jscoverage-highlight.css">
  21. <link rel="stylesheet" type="text/css" href="jscoverage.css">
  22. <!--[if IE]>
  23. <link rel="stylesheet" type="text/css" href="jscoverage-ie.css">
  24. <![endif]-->
  25. <script type="text/javascript" src="jscoverage.js"></script>
  26. </head>
  27. <body onload="jscoverage_body_load();" onresize="jscoverage_body_resize();">
  28. <div id="mainDiv">
  29. <div id="headingDiv">
  30. <h1>JSCoverage</h1>
  31. <div class="ProgressBar" id="progressBar"><span class="ProgressPercentage"></span><div class="ProgressGraph"><div class="ProgressCovered"></div></div></div>
  32. <span id="progressLabel"></span>
  33. </div>
  34. <div id="tabs" class="Tabs">
  35. <div id="browserTab"><img src="jscoverage-throbber.gif" alt=""> Browser <img src="jscoverage-throbber.gif" alt=""></div>
  36. <div id="summaryTab"><img id="summaryThrobber" src="jscoverage-throbber.gif" alt=""> Summary <img src="jscoverage-throbber.gif" alt=""></div>
  37. <div id="sourceTab" class="disabled"><img src="jscoverage-throbber.gif" alt=""> Source <img src="jscoverage-throbber.gif" alt=""></div>
  38. <div id="storeTab"><img id="storeThrobber" src="jscoverage-throbber.gif" alt=""> Store <img src="jscoverage-throbber.gif" alt=""></div>
  39. <div id="aboutTab"><img src="jscoverage-throbber.gif" alt=""> About <img src="jscoverage-throbber.gif" alt=""></div>
  40. </div>
  41. <div id="tabPages" class="TabPages">
  42. <div class="TabPage" id="browserTabPage">
  43. <div id="locationDiv">
  44. URL: <input id="location" type="text" size="70" onkeypress="jscoverage_input_keypress(event)">
  45. <button onclick="jscoverage_button_click();">Go</button>
  46. </div>
  47. <div id="iframeDiv">
  48. <iframe id="browserIframe" onload="jscoverage_browser_load();"></iframe>
  49. </div>
  50. </div>
  51. <div class="TabPage">
  52. <input type="checkbox" id="checkbox" onclick="return jscoverage_checkbox_click();"> <label for="checkbox">Show missing statements column</label>
  53. <div id="summaryDiv">
  54. <div id="summaryErrorDiv"></div>
  55. <table id="summaryTable">
  56. <thead>
  57. <tr id="headerRow">
  58. <th class="leftColumn">File</th>
  59. <th><abbr title="The total number of executable statements">Statements</abbr></th>
  60. <th><abbr title="The number of statements actually executed">Executed</abbr></th>
  61. <th><abbr title="Number of executed statements as a percentage of total number of statements">Coverage</abbr></th>
  62. </tr>
  63. <tr id="summaryTotals">
  64. <td class="leftColumn">
  65. <span class="title">Total:</span>
  66. <span>0</span>
  67. </td>
  68. <td class="numeric">0</td>
  69. <td class="numeric">0</td>
  70. <td class="coverage">
  71. <div class="pctGraph">
  72. <div class="covered"></div>
  73. </div>
  74. <span class="pct">0%</span>
  75. </td>
  76. </tr>
  77. </thead>
  78. <tbody id="summaryTbody">
  79. <!--
  80. <tr>
  81. <td>0</td>
  82. <td>0</td>
  83. <td>0</td>
  84. <td>0%</td>
  85. <td>0</td>
  86. </tr>
  87. -->
  88. </tbody>
  89. </table>
  90. </div>
  91. </div>
  92. <div class="TabPage">
  93. <div id="fileDiv"></div>
  94. <div id="sourceDiv"></div>
  95. </div>
  96. <div class="TabPage" id="storeTabPage">
  97. <button id="storeButton" onclick="jscoverage_storeButton_click();">Store Report</button>
  98. <img id="storeImg" src="jscoverage-throbber.gif" alt="loading...">
  99. <div id="storeDiv"></div>
  100. </div>
  101. <div class="TabPage">
  102. <p>
  103. This is version 0.4 of JSCoverage, a program that calculates code
  104. coverage statistics for JavaScript.
  105. </p>
  106. <p>
  107. See <a href="http://siliconforks.com/jscoverage/">http://siliconforks.com/jscoverage/</a> for more information.
  108. </p>
  109. <p>
  110. Copyright &copy; 2007, 2008 siliconforks.com
  111. </p>
  112. </div>
  113. </div>
  114. </div>
  115. </body>
  116. </html>