GCC Code Coverage Report


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

Line Branch Decision Exec Source
1
2 #include "pch.h"
3 #include "defaults.h"
4
5 #ifdef HW_HELLEN
6 #include "hellen_meta.h"
7 #endif // HW_HELLEN
8
9 void setFordEcoboost() {
10 engineConfiguration->hpfpCamLobes = 4;
11 setHpfpLobeProfileAngle(engineConfiguration->hpfpCamLobes);
12 engineConfiguration->vvtMode[1] = VVT_BOSCH_QUICK_START;
13 setInline4();
14
15 #ifdef HW_HELLEN_4K_GDI
16 #endif // HW_HELLEN_4K_GDI
17 }
18