OLD | NEW |
(Empty) | |
| 1 <!DOCTYPE html> |
| 2 <html> |
| 3 <head> |
| 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |
| 5 <title>Coverage report</title> |
| 6 <link rel="stylesheet" href="style.css" type="text/css"> |
| 7 |
| 8 <script type="text/javascript" src="jquery.min.js"></script> |
| 9 <script type="text/javascript" src="jquery.debounce.min.js"></script> |
| 10 <script type="text/javascript" src="jquery.tablesorter.min.js"></script> |
| 11 <script type="text/javascript" src="jquery.hotkeys.js"></script> |
| 12 <script type="text/javascript" src="coverage_html.js"></script> |
| 13 <script type="text/javascript"> |
| 14 jQuery(document).ready(coverage.index_ready); |
| 15 </script> |
| 16 </head> |
| 17 <body class="indexfile"> |
| 18 |
| 19 <div id="header"> |
| 20 <div class="content"> |
| 21 <h1>Coverage report: |
| 22 <span class="pc_cov">71%</span> |
| 23 </h1> |
| 24 |
| 25 <img id="keyboard_icon" src="keybd_closed.png" alt="Show keyboard shortc
uts" /> |
| 26 |
| 27 <form id="filter_container"> |
| 28 <input id="filter" type="text" value="" placeholder="filter..." /> |
| 29 </form> |
| 30 </div> |
| 31 </div> |
| 32 |
| 33 <div class="help_panel"> |
| 34 <img id="panel_icon" src="keybd_open.png" alt="Hide keyboard shortcuts" /> |
| 35 <p class="legend">Hot-keys on this page</p> |
| 36 <div> |
| 37 <p class="keyhelp"> |
| 38 <span class="key">n</span> |
| 39 <span class="key">s</span> |
| 40 <span class="key">m</span> |
| 41 <span class="key">x</span> |
| 42 |
| 43 <span class="key">c</span> change column sorting |
| 44 </p> |
| 45 </div> |
| 46 </div> |
| 47 |
| 48 <div id="index"> |
| 49 <table class="index"> |
| 50 <thead> |
| 51 |
| 52 <tr class="tablehead" title="Click to sort"> |
| 53 <th class="name left headerSortDown shortkey_n">Module</th> |
| 54 <th class="shortkey_s">statements</th> |
| 55 <th class="shortkey_m">missing</th> |
| 56 <th class="shortkey_x">excluded</th> |
| 57 |
| 58 <th class="right shortkey_c">coverage</th> |
| 59 </tr> |
| 60 </thead> |
| 61 |
| 62 <tfoot> |
| 63 <tr class="total"> |
| 64 <td class="name left">Total</td> |
| 65 <td>7</td> |
| 66 <td>2</td> |
| 67 <td>0</td> |
| 68 |
| 69 <td class="right" data-ratio="5 7">71%</td> |
| 70 </tr> |
| 71 </tfoot> |
| 72 <tbody> |
| 73 |
| 74 <tr class="file"> |
| 75 <td class="name left"><a href="bom.html">bom</a></td> |
| 76 <td>7</td> |
| 77 <td>2</td> |
| 78 <td>0</td> |
| 79 |
| 80 <td class="right" data-ratio="5 7">71%</td> |
| 81 </tr> |
| 82 |
| 83 </tbody> |
| 84 </table> |
| 85 |
| 86 <p id="no_rows"> |
| 87 No items found using the specified filter. |
| 88 </p> |
| 89 </div> |
| 90 |
| 91 <div id="footer"> |
| 92 <div class="content"> |
| 93 <p> |
| 94 <a class="nav" href="http://nedbatchelder.com/code/coverage/4.0a1">c
overage.py v4.0a1</a> |
| 95 </p> |
| 96 </div> |
| 97 </div> |
| 98 |
| 99 </body> |
| 100 </html> |
OLD | NEW |