Index: firmware/App/Modes/ModeTreatmentParams.c =================================================================== diff -u -r24af8f092b38b9f987515d31b053fd939d0a95eb -refb29d22172f39baf41a498f4b2b282e6a7680f8 --- firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision 24af8f092b38b9f987515d31b053fd939d0a95eb) +++ firmware/App/Modes/ModeTreatmentParams.c (.../ModeTreatmentParams.c) (revision efb29d22172f39baf41a498f4b2b282e6a7680f8) @@ -1402,6 +1402,8 @@ default: #ifndef _VECTORCAST_ // The treatment parameters that do not have any institutional record. + // Right now, all the F32 and S32 data types are covered in the institutional record and therefore, there is no test case that is either F32 or S32 + // and gets here so it is removed from VectorCAST to be able to achieve 100% coverage of the function if ( CRITICAL_DATA_TYPE_U32 == TREAT_PARAMS_PROPERTIES[ param ].dataType ) #endif {