cfe_evs_task.c - 99.61% % coverage (2 Lines of Code NOT executed)
The lines not covered are in CFE_EVS_TaskInit:
-: 385: /* Register EVS task for event services */
5: 386: Status = CFE_EVS_Register(NULL, 0, CFE_EVS_BINARY_FILTER);
5: 387: if (Status != CFE_SUCCESS)
-: 388: {
#####: 389: CFE_ES_WriteToSysLog("EVS:Call to CFE_EVS_Register Failed:RC=0x%08X\n",(unsigned int)Status);
#####: 390: return Status;
-: 391: }
REASON: None