GCC Code Coverage Report


Directory: ./
File: unit_tests/tests/shift_torque_reduction/shift_torque_reduction_switch_params.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 //
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