GCC Code Coverage Report
Directory:
./
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Coverage
Exec / Excl / Total
Lines:
100.0%
2 / 0 / 2
Functions:
100.0%
1 / 0 / 1
Branches:
-%
0 / 0 / 0
Decisions:
-%
0 / - / 0
List of functions
Function (File:Line)
Calls
Lines
Branches
Blocks
setup_custom_fw_overrides() (firmware/config/fw_default_configuration.cpp:3)
called 692 times
100.0%
-%
100.0%
firmware/config/fw_default_configuration.cpp
2 covered
0 uncovered
0 partial covered
0 excluded
Line
Branch
Decision
Exec
Source
1
#include
"pch.h"
2
3
692
void
setup_custom_fw_overrides
()
{
4
// empty default override callback
5
692
}
6