-
Notifications
You must be signed in to change notification settings - Fork 0
/
out.html
98 lines (87 loc) · 1.97 KB
/
out.html
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>GCC Code Coverage Report</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" href="out.css">
</head>
<body>
<header>
<h1>GCC Code Coverage Report</h1>
<hr/>
<div class="summary">
<div>
<table class="legend">
<tr>
<th scope="row">Directory:</th>
<td>.</td>
</tr>
<tr>
<th scope="row">Date:</th>
<td>2023-02-16 15:10:02</td>
</tr>
<tr>
<th scope="row">Coverage:</th>
<td class="legend">
<span class="coverage-low">low: ≥ 0%</span>
<span class="coverage-medium">medium: ≥ 75.0%</span>
<span class="coverage-high">high: ≥ 90.0%</span>
</td>
</tr>
</table>
</div>
<div>
<table class="coverage">
<tr>
<th></th>
<th scope="col">Exec</th>
<th scope="col">Total</th>
<th scope="col">Coverage</th>
</tr>
<tr>
<th scope="row">Lines:</th>
<td>0</td>
<td>0</td>
<td class="coverage-none">0.0%</td>
</tr>
<tr>
<th scope="row">Functions:</th>
<td>0</td>
<td>0</td>
<td class="coverage-unknown">-%</td>
</tr>
<tr>
<th scope="row">Branches:</th>
<td>0</td>
<td>0</td>
<td class="coverage-unknown">-%</td>
</tr>
</table>
</div>
</div>
<hr/>
</header>
<nav>
<a href="out.functions.html">List of functions</a>
</nav>
<main>
<table class="file-list">
<col/>
<colgroup span="3"/>
<colgroup span="2"/>
<colgroup span="2"/>
<tr>
<th scope="col">File</th>
<th scope="colgroup" colspan=3>Lines</th>
<th scope="colgroup" colspan=2>Functions</th>
<th scope="colgroup" colspan=2>Branches</th>
</tr>
</table>
<hr/>
</main>
<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>