GCC Code Coverage Report


Directory: ./
File: firmware/config/engines/hyundai_pb_canned.cpp
Date: 2025-10-03 00:57:22
Coverage Exec Excl Total
Lines: 100.0% 8 0 8
Functions: 100.0% 1 0 1
Branches: -% 0 0 0
Decisions: -% 0 - 0

Line Branch Decision Exec Source
1 #include "hyundai_pb_canned_tables.cpp"
2
3 1 void cannedPbTables() {
4 #if (IGN_LOAD_COUNT == 16) && (IGN_RPM_COUNT == 16) && (FUEL_LOAD_COUNT == 16) && (FUEL_RPM_COUNT == 16)
5 1 pbcannedvvtTable1();
6 1 pbcannedvvtTable2();
7 1 pbcannedignitionTable();
8 1 pbcannedveTable();
9 1 pbcannedinjectionPhase();
10 1 pbcannedlambdaTable();
11 #endif
12 1 }
13