[6a3a178] | 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>
|
---|
| 19 | Branches: <span class="metric">100% <small>(2 / 2)</small></span>
|
---|
| 20 | Functions: <span class="metric">100% <small>(1 / 1)</small></span>
|
---|
| 21 | Lines: <span class="metric">100% <small>(4 / 4)</small></span>
|
---|
| 22 | Ignored: <span class="metric"><span class="ignore-none">none</span></span>
|
---|
| 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 / 4)</td>
|
---|
| 48 | <td data-value="100" class="pct high">100%</td>
|
---|
| 49 | <td data-value="2" class="abs high">(2 / 2)</td>
|
---|
| 50 | <td data-value="100" class="pct high">100%</td>
|
---|
| 51 | <td data-value="1" class="abs high">(1 / 1)</td>
|
---|
| 52 | <td data-value="100" class="pct high">100%</td>
|
---|
| 53 | <td data-value="4" class="abs high">(4 / 4)</td>
|
---|
| 54 | </tr>
|
---|
| 55 |
|
---|
| 56 | </tbody>
|
---|
| 57 | </table>
|
---|
| 58 | </div>
|
---|
| 59 | </div>
|
---|
| 60 | <div class="footer">
|
---|
| 61 | <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>
|
---|
| 62 | </div>
|
---|
| 63 | <script src="prettify.js"></script>
|
---|
| 64 | <script>
|
---|
| 65 | window.onload = function () {
|
---|
| 66 | if (typeof prettyPrint === 'function') {
|
---|
| 67 | prettyPrint();
|
---|
| 68 | }
|
---|
| 69 | };
|
---|
| 70 | </script>
|
---|
| 71 | <script src="sorter.js"></script>
|
---|
| 72 | </body>
|
---|
| 73 | </html>
|
---|