1
|
|
2
|
<html>
|
3
|
|
4
|
<head>
|
5
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
6
|
<title>Head</title>
|
7
|
<style media="screen" type="text/css">
|
8
|
|
9
|
body
|
10
|
{
|
11
|
color: #000000;
|
12
|
background-color: #FFFFFF;
|
13
|
}
|
14
|
|
15
|
/* Link formats: use maroon w/underlines */
|
16
|
a:link
|
17
|
{
|
18
|
color: navy;
|
19
|
text-decoration: underline;
|
20
|
}
|
21
|
a:visited
|
22
|
{
|
23
|
color: maroon;
|
24
|
text-decoration: underline;
|
25
|
}
|
26
|
a:active
|
27
|
{
|
28
|
color: navy;
|
29
|
text-decoration: underline;
|
30
|
}
|
31
|
|
32
|
/*** TD formats ***/
|
33
|
td
|
34
|
{
|
35
|
font-family: sans-serif;
|
36
|
}
|
37
|
td.title
|
38
|
{
|
39
|
text-align: center;
|
40
|
padding-bottom: 10px;
|
41
|
font-size: 20pt;
|
42
|
font-weight: bold;
|
43
|
}
|
44
|
|
45
|
/* TD Header Information */
|
46
|
td.headerName
|
47
|
{
|
48
|
text-align: right;
|
49
|
color: black;
|
50
|
padding-right: 6px;
|
51
|
font-weight: bold;
|
52
|
vertical-align: top;
|
53
|
white-space: nowrap;
|
54
|
}
|
55
|
td.headerValue
|
56
|
{
|
57
|
text-align: left;
|
58
|
color: blue;
|
59
|
font-weight: bold;
|
60
|
white-space: nowrap;
|
61
|
}
|
62
|
td.headerTableEntry
|
63
|
{
|
64
|
text-align: right;
|
65
|
color: black;
|
66
|
font-weight: bold;
|
67
|
white-space: nowrap;
|
68
|
padding-left: 12px;
|
69
|
padding-right: 4px;
|
70
|
background-color: LightBlue;
|
71
|
}
|
72
|
td.headerValueLeg
|
73
|
{
|
74
|
text-align: left;
|
75
|
color: black;
|
76
|
font-size: 80%;
|
77
|
white-space: nowrap;
|
78
|
padding-left: 10px;
|
79
|
padding-right: 10px;
|
80
|
padding-top: 2px;
|
81
|
}
|
82
|
|
83
|
/* Color of horizontal ruler */
|
84
|
td.hr
|
85
|
{
|
86
|
background-color: navy;
|
87
|
height:3px;
|
88
|
}
|
89
|
/* Footer format */
|
90
|
td.footer
|
91
|
{
|
92
|
text-align: center;
|
93
|
padding-top: 3px;
|
94
|
font-family: sans-serif;
|
95
|
}
|
96
|
|
97
|
/* Coverage Table */
|
98
|
|
99
|
td.coverTableHead
|
100
|
{
|
101
|
text-align: center;
|
102
|
color: white;
|
103
|
background-color: SteelBlue;
|
104
|
font-family: sans-serif;
|
105
|
font-size: 120%;
|
106
|
white-space: nowrap;
|
107
|
padding-left: 4px;
|
108
|
padding-right: 4px;
|
109
|
}
|
110
|
td.coverFile
|
111
|
{
|
112
|
text-align: left;
|
113
|
padding-left: 10px;
|
114
|
padding-right: 20px;
|
115
|
color: black;
|
116
|
background-color: LightBlue;
|
117
|
font-family: monospace;
|
118
|
font-weight: bold;
|
119
|
font-size: 110%;
|
120
|
}
|
121
|
td.coverBar
|
122
|
{
|
123
|
padding-left: 10px;
|
124
|
padding-right: 10px;
|
125
|
background-color: LightBlue;
|
126
|
}
|
127
|
td.coverBarOutline
|
128
|
{
|
129
|
background-color: white;
|
130
|
}
|
131
|
td.coverValue
|
132
|
{
|
133
|
padding-top: 2px;
|
134
|
text-align: right;
|
135
|
padding-left: 10px;
|
136
|
padding-right: 10px;
|
137
|
font-family: sans-serif;
|
138
|
white-space: nowrap;
|
139
|
font-weight: bold;
|
140
|
}
|
141
|
|
142
|
/* Link Details */
|
143
|
a.detail:link
|
144
|
{
|
145
|
color: #B8D0FF;
|
146
|
font-size:80%;
|
147
|
}
|
148
|
a.detail:visited
|
149
|
{
|
150
|
color: #B8D0FF;
|
151
|
font-size:80%;
|
152
|
}
|
153
|
a.detail:active
|
154
|
{
|
155
|
color: #FFFFFF;
|
156
|
font-size:80%;
|
157
|
}
|
158
|
|
159
|
.graphcont{
|
160
|
color:#000;
|
161
|
font-weight:700;
|
162
|
float:left
|
163
|
}
|
164
|
|
165
|
.graph{
|
166
|
float:left;
|
167
|
background-color: white;
|
168
|
position:relative;
|
169
|
width:280px;
|
170
|
padding:0
|
171
|
}
|
172
|
|
173
|
.graph .bar{
|
174
|
display:block;
|
175
|
position:relative;
|
176
|
border:black 1px solid;
|
177
|
text-align:center;
|
178
|
color:#fff;
|
179
|
height:10px;
|
180
|
font-family:Arial,Helvetica,sans-serif;
|
181
|
font-size:12px;
|
182
|
line-height:1.9em
|
183
|
}
|
184
|
|
185
|
.graph .bar span{
|
186
|
position:absolute;
|
187
|
left:1em
|
188
|
}
|
189
|
|
190
|
td.coveredLine,
|
191
|
span.coveredLine
|
192
|
{
|
193
|
background-color: LightGreen!important;
|
194
|
}
|
195
|
|
196
|
td.uncoveredLine,
|
197
|
span.uncoveredLine
|
198
|
{
|
199
|
background-color: LightPink!important;
|
200
|
}
|
201
|
|
202
|
.linebranch, .linecount
|
203
|
{
|
204
|
border-right: 1px gray solid;
|
205
|
background-color: lightgray;
|
206
|
}
|
207
|
|
208
|
span.takenBranch
|
209
|
{
|
210
|
color: Green!important;
|
211
|
cursor: help;
|
212
|
}
|
213
|
|
214
|
span.notTakenBranch
|
215
|
{
|
216
|
color: Red!important;
|
217
|
cursor: help;
|
218
|
}
|
219
|
|
220
|
.src
|
221
|
{
|
222
|
padding-left: 12px;
|
223
|
}
|
224
|
|
225
|
.srcHeader,
|
226
|
span.takenBranch,
|
227
|
span.notTakenBranch
|
228
|
{
|
229
|
font-family: monospace;
|
230
|
font-weight: bold;
|
231
|
}
|
232
|
|
233
|
pre
|
234
|
{
|
235
|
height : 15px;
|
236
|
margin-top: 0;
|
237
|
margin-bottom: 0;
|
238
|
}
|
239
|
|
240
|
.lineno
|
241
|
{
|
242
|
background-color: #EFE383;
|
243
|
border-right: 1px solid #BBB15F;
|
244
|
}
|
245
|
|
246
|
</style>
|
247
|
</head>
|
248
|
|
249
|
<body>
|
250
|
|
251
|
<table width="100%" border=0 cellspacing=0 cellpadding=0>
|
252
|
<tr><td class="title">GCC Code Coverage Report</td></tr>
|
253
|
<tr><td class="hr"></td></tr>
|
254
|
|
255
|
<tr>
|
256
|
<td width="100%">
|
257
|
<table cellpadding=1 border=0 width="100%">
|
258
|
<tr>
|
259
|
<td width="10%" class="headerName">Directory:</td>
|
260
|
<td width="35%" class="headerValue">./</td>
|
261
|
<td width="5%"></td>
|
262
|
<td width="15%"></td>
|
263
|
<td width="10%" class="headerValue" style="text-align:right;">Exec</td>
|
264
|
<td width="10%" class="headerValue" style="text-align:right;">Total</td>
|
265
|
<td width="15%" class="headerValue" style="text-align:right;">Coverage</td>
|
266
|
</tr>
|
267
|
<tr>
|
268
|
<td class="headerName">Date:</td>
|
269
|
<td class="headerValue">2018-11-13 15:31:29</td>
|
270
|
<td></td>
|
271
|
<td class="headerName">Lines:</td>
|
272
|
<td class="headerTableEntry">1510</td>
|
273
|
<td class="headerTableEntry">4879</td>
|
274
|
<td class="headerTableEntry" style="background-color:LightPink">30.9 %</td>
|
275
|
</tr>
|
276
|
<tr>
|
277
|
<td class="headerName">Legend:</td>
|
278
|
<td class="headerValueLeg">
|
279
|
<span style="background-color:LightPink">low: < 75.0 %</span>
|
280
|
<span style="background-color:#FFFF55">medium: >= 75.0 %</span>
|
281
|
<span style="background-color:LightGreen">high: >= 90.0 %</span>
|
282
|
</td>
|
283
|
<td></td>
|
284
|
<td class="headerName">Branches:</td>
|
285
|
<td class="headerTableEntry">232</td>
|
286
|
<td class="headerTableEntry">1502</td>
|
287
|
<td class="headerTableEntry" style="background-color:LightPink">15.4 %</td>
|
288
|
</tr>
|
289
|
</table>
|
290
|
</td>
|
291
|
</tr>
|
292
|
|
293
|
<tr><td class="hr"></td></tr>
|
294
|
</table>
|
295
|
|
296
|
<center>
|
297
|
<table width="80%" cellpadding=1 cellspacing=1 border=0>
|
298
|
<tr>
|
299
|
<td width="44%"><br></td>
|
300
|
<td width="8%"></td>
|
301
|
<td width="8%"></td>
|
302
|
<td width="8%"></td>
|
303
|
<td width="8%"></td>
|
304
|
<td width="8%"></td>
|
305
|
</tr>
|
306
|
<tr>
|
307
|
<td class="coverTableHead">File</td>
|
308
|
<td class="coverTableHead" colspan=3>Lines</td>
|
309
|
<td class="coverTableHead" colspan=2>Branches</td>
|
310
|
</tr>
|
311
|
|
312
|
|
313
|
<tr>
|
314
|
<td class="coverFile" ><a href="gcov.LFR_basic-parameters_basic_parameters.c.html">LFR_basic-parameters/basic_parameters.c</a></td>
|
315
|
<td class="coverBar" align="center" >
|
316
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
317
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
318
|
</td></tr></table>
|
319
|
</td>
|
320
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
321
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">113 / 113</td>
|
322
|
<td class="CoverValue" style="background-color:LightGreen;">90.0 %</td>
|
323
|
<td class="CoverValue" style="background-color:LightGreen;">9 / 10</td>
|
324
|
</tr>
|
325
|
|
326
|
|
327
|
<tr>
|
328
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_.._LFR_basic-parameters_basic_parameters.h.html">LFR_basic-parameters/basic_parameters.h</a></td>
|
329
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
330
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
331
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
332
|
</td></tr></table>
|
333
|
</td>
|
334
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
335
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 356</td>
|
336
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
337
|
<td class="CoverValue" style="background-color:LightPink;">0 / 90</td>
|
338
|
</tr>
|
339
|
|
340
|
|
341
|
<tr>
|
342
|
<td class="coverFile" ><a href="gcov.src_.._header_GscMemoryLPP.hpp.html">header/GscMemoryLPP.hpp</a></td>
|
343
|
<td class="coverBar" align="center" >
|
344
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
345
|
<div class="graph"><strong class="bar" style="width:69.2%; background-color:red"></strong></div>
|
346
|
</td></tr></table>
|
347
|
</td>
|
348
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">69.2 %</td>
|
349
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">36 / 52</td>
|
350
|
<td class="CoverValue" style="background-color:LightGray;">- %</td>
|
351
|
<td class="CoverValue" style="background-color:LightGray;">0 / 0</td>
|
352
|
</tr>
|
353
|
|
354
|
|
355
|
<tr>
|
356
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_.._header_processing_fsw_processing.h.html">header/processing/fsw_processing.h</a></td>
|
357
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
358
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
359
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
360
|
</td></tr></table>
|
361
|
</td>
|
362
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
363
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 51</td>
|
364
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
365
|
<td class="CoverValue" style="background-color:LightPink;">0 / 26</td>
|
366
|
</tr>
|
367
|
|
368
|
|
369
|
<tr>
|
370
|
<td class="coverFile" ><a href="gcov.src_fsw_init.c.html">src/fsw_init.c</a></td>
|
371
|
<td class="coverBar" align="center" >
|
372
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
373
|
<div class="graph"><strong class="bar" style="width:93.9%; background-color:green"></strong></div>
|
374
|
</td></tr></table>
|
375
|
</td>
|
376
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">93.9 %</td>
|
377
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">260 / 277</td>
|
378
|
<td class="CoverValue" style="background-color:LightPink;">54.6 %</td>
|
379
|
<td class="CoverValue" style="background-color:LightPink;">59 / 108</td>
|
380
|
</tr>
|
381
|
|
382
|
|
383
|
<tr>
|
384
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_fsw_misc.c.html">src/fsw_misc.c</a></td>
|
385
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
386
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
387
|
<div class="graph"><strong class="bar" style="width:83.7%; background-color:yellow"></strong></div>
|
388
|
</td></tr></table>
|
389
|
</td>
|
390
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">83.7 %</td>
|
391
|
<td class="CoverValue" style="font-weight:bold; background-color:#FFFF55;">334 / 399</td>
|
392
|
<td class="CoverValue" style="background-color:LightPink;">54.4 %</td>
|
393
|
<td class="CoverValue" style="background-color:LightPink;">31 / 57</td>
|
394
|
</tr>
|
395
|
|
396
|
|
397
|
<tr>
|
398
|
<td class="coverFile" ><a href="gcov.src_fsw_spacewire.c.html">src/fsw_spacewire.c</a></td>
|
399
|
<td class="coverBar" align="center" >
|
400
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
401
|
<div class="graph"><strong class="bar" style="width:42.5%; background-color:red"></strong></div>
|
402
|
</td></tr></table>
|
403
|
</td>
|
404
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">42.5 %</td>
|
405
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">276 / 650</td>
|
406
|
<td class="CoverValue" style="background-color:LightPink;">25.7 %</td>
|
407
|
<td class="CoverValue" style="background-color:LightPink;">36 / 140</td>
|
408
|
</tr>
|
409
|
|
410
|
|
411
|
<tr>
|
412
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_lfr_cpu_usage_report.c.html">src/lfr_cpu_usage_report.c</a></td>
|
413
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
414
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
415
|
<div class="graph"><strong class="bar" style="width:100.0%; background-color:green"></strong></div>
|
416
|
</td></tr></table>
|
417
|
</td>
|
418
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">100.0 %</td>
|
419
|
<td class="CoverValue" style="font-weight:bold; background-color:LightGreen;">17 / 17</td>
|
420
|
<td class="CoverValue" style="background-color:LightGreen;">91.7 %</td>
|
421
|
<td class="CoverValue" style="background-color:LightGreen;">11 / 12</td>
|
422
|
</tr>
|
423
|
|
424
|
|
425
|
<tr>
|
426
|
<td class="coverFile" ><a href="gcov.src_processing_avf0_prc0.c.html">src/processing/avf0_prc0.c</a></td>
|
427
|
<td class="coverBar" align="center" >
|
428
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
429
|
<div class="graph"><strong class="bar" style="width:2.6%; background-color:red"></strong></div>
|
430
|
</td></tr></table>
|
431
|
</td>
|
432
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2.6 %</td>
|
433
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">4 / 155</td>
|
434
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
435
|
<td class="CoverValue" style="background-color:LightPink;">0 / 56</td>
|
436
|
</tr>
|
437
|
|
438
|
|
439
|
<tr>
|
440
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_processing_avf1_prc1.c.html">src/processing/avf1_prc1.c</a></td>
|
441
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
442
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
443
|
<div class="graph"><strong class="bar" style="width:2.7%; background-color:red"></strong></div>
|
444
|
</td></tr></table>
|
445
|
</td>
|
446
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2.7 %</td>
|
447
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">4 / 147</td>
|
448
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
449
|
<td class="CoverValue" style="background-color:LightPink;">0 / 52</td>
|
450
|
</tr>
|
451
|
|
452
|
|
453
|
<tr>
|
454
|
<td class="coverFile" ><a href="gcov.src_processing_avf2_prc2.c.html">src/processing/avf2_prc2.c</a></td>
|
455
|
<td class="coverBar" align="center" >
|
456
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
457
|
<div class="graph"><strong class="bar" style="width:2.9%; background-color:red"></strong></div>
|
458
|
</td></tr></table>
|
459
|
</td>
|
460
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">2.9 %</td>
|
461
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">3 / 104</td>
|
462
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
463
|
<td class="CoverValue" style="background-color:LightPink;">0 / 40</td>
|
464
|
</tr>
|
465
|
|
466
|
|
467
|
<tr>
|
468
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_processing_fsw_processing.c.html">src/processing/fsw_processing.c</a></td>
|
469
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
470
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
471
|
<div class="graph"><strong class="bar" style="width:10.1%; background-color:red"></strong></div>
|
472
|
</td></tr></table>
|
473
|
</td>
|
474
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">10.1 %</td>
|
475
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">36 / 355</td>
|
476
|
<td class="CoverValue" style="background-color:LightPink;">4.2 %</td>
|
477
|
<td class="CoverValue" style="background-color:LightPink;">4 / 96</td>
|
478
|
</tr>
|
479
|
|
480
|
|
481
|
<tr>
|
482
|
<td class="coverFile" ><a href="gcov.src_tc_acceptance.c.html">src/tc_acceptance.c</a></td>
|
483
|
<td class="coverBar" align="center" >
|
484
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
485
|
<div class="graph"><strong class="bar" style="width:58.2%; background-color:red"></strong></div>
|
486
|
</td></tr></table>
|
487
|
</td>
|
488
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">58.2 %</td>
|
489
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">92 / 158</td>
|
490
|
<td class="CoverValue" style="background-color:LightPink;">33.6 %</td>
|
491
|
<td class="CoverValue" style="background-color:LightPink;">43 / 128</td>
|
492
|
</tr>
|
493
|
|
494
|
|
495
|
<tr>
|
496
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_tc_handler.c.html">src/tc_handler.c</a></td>
|
497
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
498
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
499
|
<div class="graph"><strong class="bar" style="width:22.3%; background-color:red"></strong></div>
|
500
|
</td></tr></table>
|
501
|
</td>
|
502
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">22.3 %</td>
|
503
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">119 / 533</td>
|
504
|
<td class="CoverValue" style="background-color:LightPink;">13.4 %</td>
|
505
|
<td class="CoverValue" style="background-color:LightPink;">31 / 232</td>
|
506
|
</tr>
|
507
|
|
508
|
|
509
|
<tr>
|
510
|
<td class="coverFile" ><a href="gcov.src_tc_load_dump_parameters.c.html">src/tc_load_dump_parameters.c</a></td>
|
511
|
<td class="coverBar" align="center" >
|
512
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
513
|
<div class="graph"><strong class="bar" style="width:16.2%; background-color:red"></strong></div>
|
514
|
</td></tr></table>
|
515
|
</td>
|
516
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">16.2 %</td>
|
517
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">135 / 834</td>
|
518
|
<td class="CoverValue" style="background-color:LightPink;">2.9 %</td>
|
519
|
<td class="CoverValue" style="background-color:LightPink;">8 / 280</td>
|
520
|
</tr>
|
521
|
|
522
|
|
523
|
<tr>
|
524
|
<td class="coverFile" style="background-color:LightSteelBlue"><a href="gcov.src_tm_lfr_tc_exe.c.html">src/tm_lfr_tc_exe.c</a></td>
|
525
|
<td class="coverBar" align="center" style="background-color:LightSteelBlue">
|
526
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
527
|
<div class="graph"><strong class="bar" style="width:0.0%; border:white; background-color:red"></strong></div>
|
528
|
</td></tr></table>
|
529
|
</td>
|
530
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0.0 %</td>
|
531
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">0 / 206</td>
|
532
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
533
|
<td class="CoverValue" style="background-color:LightPink;">0 / 15</td>
|
534
|
</tr>
|
535
|
|
536
|
|
537
|
<tr>
|
538
|
<td class="coverFile" ><a href="gcov.src_wf_handler.c.html">src/wf_handler.c</a></td>
|
539
|
<td class="coverBar" align="center" >
|
540
|
<table border=0 cellspacing=0 cellpadding=1><tr><td class="coverBarOutline">
|
541
|
<div class="graph"><strong class="bar" style="width:17.2%; background-color:red"></strong></div>
|
542
|
</td></tr></table>
|
543
|
</td>
|
544
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">17.2 %</td>
|
545
|
<td class="CoverValue" style="font-weight:bold; background-color:LightPink;">81 / 472</td>
|
546
|
<td class="CoverValue" style="background-color:LightPink;">0.0 %</td>
|
547
|
<td class="CoverValue" style="background-color:LightPink;">0 / 160</td>
|
548
|
</tr>
|
549
|
|
550
|
|
551
|
<tr>
|
552
|
<td width="44%"><br></td>
|
553
|
<td width="8%"></td>
|
554
|
<td width="8%"></td>
|
555
|
<td width="8%"></td>
|
556
|
<td width="8%"></td>
|
557
|
<td width="8%"></td>
|
558
|
</tr>
|
559
|
</table>
|
560
|
</center>
|
561
|
|
562
|
<table width="100%" border=0 cellspacing=0 cellpadding=0>
|
563
|
<tr><td class="hr"><td></tr>
|
564
|
<tr><td class="footer">Generated by: <a href="http://gcovr.com">GCOVR (Version 4.1)</a></td></tr>
|
565
|
</table>
|
566
|
<br>
|
567
|
|
568
|
</body>
|
569
|
|
570
|
</html>
|
571
|
|