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

unit_tests/tests/shift_torque_reduction/shift_torque_reduction_switch_params.cpp
Line Branch Decision Exec Source
1 //
2 // Created by kifir on 12/17/24.
3 //
4
5 #include "pch.h"
6
7 #include "shift_torque_reduction_switch_params.h"
8
9 21 void PrintTo(const ShiftTorqueReductionSwitchParams& params, std::ostream* os) {
10 21 *os << params.description;
11 21 }
12