| Index: tools/telemetry/third_party/coverage/doc/sample_html/index.html
|
| diff --git a/tools/telemetry/third_party/coverage/doc/sample_html/index.html b/tools/telemetry/third_party/coverage/doc/sample_html/index.html
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..b37e5b2088aa9e72e440cb7e0b1a0291c2ae66c8
|
| --- /dev/null
|
| +++ b/tools/telemetry/third_party/coverage/doc/sample_html/index.html
|
| @@ -0,0 +1,212 @@
|
| +
|
| +
|
| +
|
| +<!DOCTYPE html>
|
| +<html>
|
| +<head>
|
| + <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
| + <title>Coverage report</title>
|
| + <link rel="stylesheet" href="style.css" type="text/css">
|
| +
|
| + <script type="text/javascript" src="jquery.min.js"></script>
|
| + <script type="text/javascript" src="jquery.debounce.min.js"></script>
|
| + <script type="text/javascript" src="jquery.tablesorter.min.js"></script>
|
| + <script type="text/javascript" src="jquery.hotkeys.js"></script>
|
| + <script type="text/javascript" src="coverage_html.js"></script>
|
| + <script type="text/javascript">
|
| + jQuery(document).ready(coverage.index_ready);
|
| + </script>
|
| +</head>
|
| +<body class="indexfile">
|
| +
|
| +<div id="header">
|
| + <div class="content">
|
| + <h1>Coverage report:
|
| + <span class="pc_cov">89.15%</span>
|
| + </h1>
|
| +
|
| + <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortcuts" />
|
| +
|
| + <form id="filter_container">
|
| + <input id="filter" type="text" value="" placeholder="filter..." />
|
| + </form>
|
| + </div>
|
| +</div>
|
| +
|
| +<div class="help_panel">
|
| + <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" />
|
| + <p class="legend">Hot-keys on this page</p>
|
| + <div>
|
| + <p class="keyhelp">
|
| + <span class="key">n</span>
|
| + <span class="key">s</span>
|
| + <span class="key">m</span>
|
| + <span class="key">x</span>
|
| +
|
| + <span class="key">b</span>
|
| + <span class="key">p</span>
|
| +
|
| + <span class="key">c</span> change column sorting
|
| + </p>
|
| + </div>
|
| +</div>
|
| +
|
| +<div id="index">
|
| + <table class="index">
|
| + <thead>
|
| +
|
| + <tr class="tablehead" title="Click to sort">
|
| + <th class="name left headerSortDown shortkey_n">Module</th>
|
| + <th class="shortkey_s">statements</th>
|
| + <th class="shortkey_m">missing</th>
|
| + <th class="shortkey_x">excluded</th>
|
| +
|
| + <th class="shortkey_b">branches</th>
|
| + <th class="shortkey_p">partial</th>
|
| +
|
| + <th class="right shortkey_c">coverage</th>
|
| + </tr>
|
| + </thead>
|
| +
|
| + <tfoot>
|
| + <tr class="total">
|
| + <td class="name left">Total</td>
|
| + <td>1348</td>
|
| + <td>148</td>
|
| + <td>13</td>
|
| +
|
| + <td>228</td>
|
| + <td>11</td>
|
| +
|
| + <td class="right" data-ratio="1405 1576">89.15%</td>
|
| + </tr>
|
| + </tfoot>
|
| + <tbody>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp___init___py.html">cogapp/__init__.py</a></td>
|
| + <td>2</td>
|
| + <td>0</td>
|
| + <td>0</td>
|
| +
|
| + <td>0</td>
|
| + <td>0</td>
|
| +
|
| + <td class="right" data-ratio="2 2">100.00%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp___main___py.html">cogapp/__main__.py</a></td>
|
| + <td>3</td>
|
| + <td>3</td>
|
| + <td>0</td>
|
| +
|
| + <td>0</td>
|
| + <td>0</td>
|
| +
|
| + <td class="right" data-ratio="0 3">0.00%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp_backward_py.html">cogapp/backward.py</a></td>
|
| + <td>19</td>
|
| + <td>8</td>
|
| + <td>0</td>
|
| +
|
| + <td>2</td>
|
| + <td>1</td>
|
| +
|
| + <td class="right" data-ratio="12 21">57.14%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp_cogapp_py.html">cogapp/cogapp.py</a></td>
|
| + <td>423</td>
|
| + <td>3</td>
|
| + <td>4</td>
|
| +
|
| + <td>168</td>
|
| + <td>4</td>
|
| +
|
| + <td class="right" data-ratio="584 591">98.82%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp_makefiles_py.html">cogapp/makefiles.py</a></td>
|
| + <td>28</td>
|
| + <td>7</td>
|
| + <td>3</td>
|
| +
|
| + <td>14</td>
|
| + <td>2</td>
|
| +
|
| + <td class="right" data-ratio="27 42">64.29%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp_test_cogapp_py.html">cogapp/test_cogapp.py</a></td>
|
| + <td>704</td>
|
| + <td>0</td>
|
| + <td>6</td>
|
| +
|
| + <td>6</td>
|
| + <td>1</td>
|
| +
|
| + <td class="right" data-ratio="709 710">99.86%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp_test_makefiles_py.html">cogapp/test_makefiles.py</a></td>
|
| + <td>55</td>
|
| + <td>55</td>
|
| + <td>0</td>
|
| +
|
| + <td>6</td>
|
| + <td>0</td>
|
| +
|
| + <td class="right" data-ratio="0 61">0.00%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp_test_whiteutils_py.html">cogapp/test_whiteutils.py</a></td>
|
| + <td>69</td>
|
| + <td>69</td>
|
| + <td>0</td>
|
| +
|
| + <td>0</td>
|
| + <td>0</td>
|
| +
|
| + <td class="right" data-ratio="0 69">0.00%</td>
|
| + </tr>
|
| +
|
| + <tr class="file">
|
| + <td class="name left"><a href="cogapp_whiteutils_py.html">cogapp/whiteutils.py</a></td>
|
| + <td>45</td>
|
| + <td>3</td>
|
| + <td>0</td>
|
| +
|
| + <td>32</td>
|
| + <td>3</td>
|
| +
|
| + <td class="right" data-ratio="71 77">92.21%</td>
|
| + </tr>
|
| +
|
| + </tbody>
|
| + </table>
|
| +
|
| + <p id="no_rows">
|
| + No items found using the specified filter.
|
| + </p>
|
| +</div>
|
| +
|
| +<div id="footer">
|
| + <div class="content">
|
| + <p>
|
| + <a class="nav" href="https://coverage.readthedocs.org">coverage.py v4.0</a>,
|
| + created at 2015-09-20 10:28
|
| + </p>
|
| + </div>
|
| +</div>
|
| +
|
| +</body>
|
| +</html>
|
|
|