選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

index.html 3.0KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Code coverage report for All files</title>
  5. <meta charset="utf-8">
  6. <link rel="stylesheet" href="prettify.css">
  7. <link rel="stylesheet" href="base.css">
  8. <style type='text/css'>
  9. div.coverage-summary .sorter {
  10. background-image: url(sort-arrow-sprite.png);
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <div class="header high">
  16. <h1>Code coverage report for <span class="entity">All files</span></h1>
  17. <h2>
  18. Statements: <span class="metric">100% <small>(4 / 4)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
  19. Branches: <span class="metric">100% <small>(2 / 2)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
  20. Functions: <span class="metric">100% <small>(1 / 1)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
  21. Lines: <span class="metric">100% <small>(4 / 4)</small></span> &nbsp;&nbsp;&nbsp;&nbsp;
  22. Ignored: <span class="metric"><span class="ignore-none">none</span></span> &nbsp;&nbsp;&nbsp;&nbsp;
  23. </h2>
  24. <div class="path"></div>
  25. </div>
  26. <div class="body">
  27. <div class="coverage-summary">
  28. <table>
  29. <thead>
  30. <tr>
  31. <th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
  32. <th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
  33. <th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
  34. <th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
  35. <th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
  36. <th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
  37. <th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
  38. <th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
  39. <th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
  40. <th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
  41. </tr>
  42. </thead>
  43. <tbody><tr>
  44. <td class="file high" data-value="__root__/"><a href="__root__/index.html">__root__/</a></td>
  45. <td data-value="100" class="pic high"><span class="cover-fill cover-full" style="width: 100px;"></span><span class="cover-empty" style="width:0px;"></span></td>
  46. <td data-value="100" class="pct high">100%</td>
  47. <td data-value="4" class="abs high">(4&nbsp;/&nbsp;4)</td>
  48. <td data-value="100" class="pct high">100%</td>
  49. <td data-value="2" class="abs high">(2&nbsp;/&nbsp;2)</td>
  50. <td data-value="100" class="pct high">100%</td>
  51. <td data-value="1" class="abs high">(1&nbsp;/&nbsp;1)</td>
  52. <td data-value="100" class="pct high">100%</td>
  53. <td data-value="4" class="abs high">(4&nbsp;/&nbsp;4)</td>
  54. </tr>
  55. </tbody>
  56. </table>
  57. </div>
  58. </div>
  59. <div class="footer">
  60. <div class="meta">Generated by <a href="http://istanbul-js.org/" target="_blank">istanbul</a> at Thu Dec 03 2015 15:00:03 GMT-0800 (PST)</div>
  61. </div>
  62. <script src="prettify.js"></script>
  63. <script>
  64. window.onload = function () {
  65. if (typeof prettyPrint === 'function') {
  66. prettyPrint();
  67. }
  68. };
  69. </script>
  70. <script src="sorter.js"></script>
  71. </body>
  72. </html>