File: external_css_html_report.html

package info (click to toggle)
diff-cover 10.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,256 kB
  • sloc: python: 6,452; xml: 218; cpp: 18; sh: 12; makefile: 10
file content (29 lines) | stat: -rw-r--r-- 913 bytes parent folder | download | duplicates (3)
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
<!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>Diff Coverage</title>
        <link rel="stylesheet" href="external_style.css">
    </head>
    <body>
        <h1>Diff Coverage</h1>
        <p>Diff: origin/main...HEAD, staged and unstaged changes</p>
        <ul>
            <li><b>Total</b>: 1 line</li>
            <li><b>Missing</b>: 0 lines</li>
            <li><b>Coverage</b>: 100%</li>
        </ul>
        <table border="1">
            <tr>
                <th>Source File</th>
                <th>Diff Coverage (%)</th>
                <th>Missing Lines</th>
            </tr>
            <tr>
                <td>test_src.txt</td>
                <td>100%</td>
                <td>&nbsp;</td>
            </tr>
        </table>
    </body>
</html>