GCC Code Coverage Report
Directory:
./
File:
Svc/Ccsds/TestUtils/main.cpp
Date:
2026-09-03 21:13:48
Exec
Total
Coverage
Lines:
2
2
100.0%
Functions:
1
1
100.0%
Branches:
0
0
-%
List of functions
Function (Line)
Call count
Block coverage
main (line 1)
called 1 time
100.0%
Line
Branch
Exec
Source
1
1
int
main
(
int
argc
,
char
**
argv
)
{
2
1
return
0
;
3
}
4