-
Notifications
You must be signed in to change notification settings - Fork 0
/
out.functions.html
83 lines (74 loc) · 1.5 KB
/
out.functions.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
<!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>
</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>
</nav>
<main>
<table class="listOfFunctions">
<tr>
<th>Function</th>
<th>File</th>
<th>Line</th>
<th>Call count</th>
</tr>
</table>
<hr/>
</main>
<footer>
Generated by: <a href="http://gcovr.com">GCOVR (Version 5.2)</a>
</footer>
</body>
</html>