| OLD | NEW |
| (Empty) | |
| 1 <!doctype html PUBLIC "-//W3C//DTD html 4.01//EN" "http://www.w3.org/TR/html4/st
rict.dtd"> |
| 2 <html> |
| 3 <head> |
| 4 <meta http-equiv='Content-Type' content='text/html; charset=utf-8'> |
| 5 |
| 6 |
| 7 <meta http-equiv='X-UA-Compatible' content='IE=emulateIE7' /> |
| 8 <title>Coverage for appengine/findit/common/test/__init__: 100%</title> |
| 9 <link rel='stylesheet' href='style.css' type='text/css'> |
| 10 |
| 11 <script type='text/javascript' src='jquery.min.js'></script> |
| 12 <script type='text/javascript' src='jquery.hotkeys.js'></script> |
| 13 <script type='text/javascript' src='jquery.isonscreen.js'></script> |
| 14 <script type='text/javascript' src='coverage_html.js'></script> |
| 15 <script type='text/javascript' charset='utf-8'> |
| 16 jQuery(document).ready(coverage.pyfile_ready); |
| 17 </script> |
| 18 </head> |
| 19 <body id='pyfile'> |
| 20 |
| 21 <div id='header'> |
| 22 <div class='content'> |
| 23 <h1>Coverage for <b>appengine/findit/common/test/__init__</b> : |
| 24 <span class='pc_cov'>100%</span> |
| 25 </h1> |
| 26 <img id='keyboard_icon' src='keybd_closed.png'> |
| 27 <h2 class='stats'> |
| 28 0 statements |
| 29 <span class='run hide_run shortkey_r button_toggle_run'>0 run</span> |
| 30 <span class='mis shortkey_m button_toggle_mis'>0 missing</span> |
| 31 <span class='exc shortkey_x button_toggle_exc'>0 excluded</span> |
| 32 |
| 33 <span class='par run hide_run shortkey_p button_toggle_par'>0 pa
rtial</span> |
| 34 |
| 35 </h2> |
| 36 </div> |
| 37 </div> |
| 38 |
| 39 <div class='help_panel'> |
| 40 <img id='panel_icon' src='keybd_open.png'> |
| 41 <p class='legend'>Hot-keys on this page</p> |
| 42 <div> |
| 43 <p class='keyhelp'> |
| 44 <span class='key'>r</span> |
| 45 <span class='key'>m</span> |
| 46 <span class='key'>x</span> |
| 47 <span class='key'>p</span> toggle line displays |
| 48 </p> |
| 49 <p class='keyhelp'> |
| 50 <span class='key'>j</span> |
| 51 <span class='key'>k</span> next/prev highlighted chunk |
| 52 </p> |
| 53 <p class='keyhelp'> |
| 54 <span class='key'>0</span> (zero) top of page |
| 55 </p> |
| 56 <p class='keyhelp'> |
| 57 <span class='key'>1</span> (one) first highlighted chunk |
| 58 </p> |
| 59 </div> |
| 60 </div> |
| 61 |
| 62 <div id='source'> |
| 63 <table cellspacing='0' cellpadding='0'> |
| 64 <tr> |
| 65 <td class='linenos' valign='top'> |
| 66 <p id='n1' class='pln'><a href='#n1'>1</a></p> |
| 67 <p id='n2' class='pln'><a href='#n2'>2</a></p> |
| 68 <p id='n3' class='pln'><a href='#n3'>3</a></p> |
| 69 |
| 70 </td> |
| 71 <td class='text' valign='top'> |
| 72 <p id='t1' class='pln'><span class='com'># Copyright 2015 The Chromium Authors.
All rights reserved.</span><span class='strut'> </span></p> |
| 73 <p id='t2' class='pln'><span class='com'># Use of this source code is governed b
y a BSD-style license that can be</span><span class='strut'> </span></p> |
| 74 <p id='t3' class='pln'><span class='com'># found in the LICENSE file.</span><spa
n class='strut'> </span></p> |
| 75 |
| 76 </td> |
| 77 </tr> |
| 78 </table> |
| 79 </div> |
| 80 |
| 81 <div id='footer'> |
| 82 <div class='content'> |
| 83 <p> |
| 84 <a class='nav' href='index.html'>« index</a> <a c
lass='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a> |
| 85 </p> |
| 86 </div> |
| 87 </div> |
| 88 |
| 89 </body> |
| 90 </html> |
| OLD | NEW |