Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

index.html

Blame
  • Forked from Brady James Garvin / sentiment
    Source project has a limited visibility.
    index.html 3.60 KiB
    <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
    <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.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' charset='utf-8'>
            jQuery(document).ready(coverage.index_ready);
        </script>
    </head>
    <body id='indexfile'>
    
    <div id='header'>
        <div class='content'>
            <h1>Coverage report:
                <span class='pc_cov'>60%</span>
            </h1>
            <img id='keyboard_icon' src='keybd_closed.png'>
        </div>
    </div>
    
    <div class='help_panel'>
        <img id='panel_icon' src='keybd_open.png'>
        <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> &nbsp; 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>193</td>
                    <td>74</td>
                    <td>0</td>
                    
                    <td>54</td>
                    <td>4</td>
                    
                    <td class='right'>60%</td>
                </tr>
            </tfoot>
            <tbody>
                
                <tr class='file'>
                    <td class='name left'><a href='examples.html'>examples</a></td>
                    <td>8</td>
                    <td>8</td>
                    <td>0</td>
                    
                    <td>0</td>
                    <td>0</td>
                    
                    <td class='right'>0%</td>
                </tr>
                
                <tr class='file'>
                    <td class='name left'><a href='sentiment.html'>sentiment</a></td>
                    <td>143</td>
                    <td>65</td>
                    <td>0</td>
                    
                    <td>52</td>
                    <td>3</td>
                    
                    <td class='right'>55%</td>
                </tr>
                
                <tr class='file'>
                    <td class='name left'><a href='test_sentiment.html'>test_sentiment</a></td>
                    <td>42</td>
                    <td>1</td>
                    <td>0</td>
                    
                    <td>2</td>
                    <td>1</td>
                    
                    <td class='right'>95%</td>
                </tr>
                
            </tbody>
        </table>
    </div>
    
    <div id='footer'>
        <div class='content'>
            <p>
                <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.7.1</a>
            </p>
        </div>
    </div>
    
    </body>
    </html>