summaryrefslogtreecommitdiff
path: root/test/farm/html/gold_other/index.html
blob: b392c7f7aeb985e818380b2a21ab590a9f1a2908 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!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-1.3.2.min.js'></script>
        <script type='text/javascript' src='jquery.tablesorter.min.js'></script>
        <script type='text/javascript' src='coverage_html.js'></script>
        <script type="text/javascript" charset="utf-8">
            jQuery(document).ready(index_page_ready);
        </script>        
    </head>
    <body>

        <div id='header'>
            <div class='content'>
                <h1>Coverage report: 
                    <span class='pc_cov'>80%</span>
                </h1>
            </div>
        </div>

        <div id='index'>
            <table class='index'>
                <thead>
                    
                    <tr class='tablehead' title='Click to sort'>
                        <th class='name left headerSortDown'>Module</th>
                        <th>statements</th>
                        <th>run</th>
                        <th>excluded</th>
                        
                        <th class='right'>coverage</th>
                    </tr>
                </thead>
                
                <tfoot>
                    <tr class='total'>
                        <td class='name left'>Total</td>
                        <td>5</td>
                        <td>4</td>
                        <td>0</td>
                        
                        <td class='right'>80%</td>
                    </tr>
                </tfoot>
                <tbody>
                    
                    <tr class='file'>
                        <td class='name left'><a href='_ned_coverage_trunk_test_farm_html_othersrc_other.html'>c:\ned\coverage\trunk\test\farm\html\othersrc\other</a></td>
                        <td>1</td>
                        <td>1</td>
                        <td>0</td>
                        
                        <td class='right'>100%</td>
                    </tr>
                    
                    <tr class='file'>
                        <td class='name left'><a href='here.html'>here</a></td>
                        <td>4</td>
                        <td>3</td>
                        <td>0</td>
                        
                        <td class='right'>75%</td>
                    </tr>
                    
                </tbody>
            </table>
        </div>

        <div id='footer'>
            <div class='content'>
                <p>
                    <a class='nav' href='http://nedbatchelder.com/code/coverage'>coverage.py v3.2b4</a>
                </p>
            </div>
        </div>
    </body>
</html>