GCC Code Coverage Report


Directory: ./
File: firmware/controllers/modules/example_module/example_module.cpp
Date: 2025-10-03 00:57:22
Coverage Exec Excl Total
Lines: 100.0% 3 0 3
Functions: 100.0% 1 0 1
Branches: -% 0 0 0
Decisions: -% 0 - 0

Line Branch Decision Exec Source
1 #include "pch.h"
2 #include "example_module.h"
3
4 1086 void ExampleModule::onSlowCallback(){
5 1086 liveDataExampleField = 8;
6 1086 };
7