GCC Code Coverage Report
Directory:
./
Coverage:
low: ≥ 0%
medium: ≥ 75.0%
high: ≥ 90.0%
Coverage
Exec / Excl / Total
Lines:
100.0%
3 / 0 / 3
Functions:
100.0%
1 / 0 / 1
Branches:
-%
0 / 0 / 0
Decisions:
-%
0 / - / 0
List of functions
Function (File:Line)
Calls
Lines
Branches
Blocks
ExampleModule::onSlowCallback() (firmware/controllers/modules/example_module/example_module.cpp:4)
called 1101 times
100.0%
-%
100.0%
firmware/controllers/modules/example_module/example_module.cpp
3 covered
0 uncovered
0 partial covered
0 excluded
Line
Branch
Decision
Exec
Source
1
#include
"pch.h"
2
#include
"example_module.h"
3
4
1101
void
ExampleModule::onSlowCallback
(){
5
1101
liveDataExampleField
=
8
;
6
1101
};
7