You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Explanation: CFE_ES_PERF_TRIGGERMASK_INT_SIZE same as CFE_ES_PERF_TRIGGERMASK_EXT_SIZE
and CFE_ES_PERF_FILTERMASK_INT_SIZE same as CFE_ES_PERF_FILTERMASK_EXT_SIZE
They all ultimately use the same macro CFE_MISSION_ES_PERF_MAX_IDS.
Describe the solution you'd like
We have to determine if we want to remove the dead code, or implement the feature that allows the use of smaller CFE_PLATFORM_ES_PERF_MAX_IDS, as explained by Jake in #468 (comment)
Additional context
Can't complete 100% code coverage if file contains dead code.
Requester Info
Jose F. Martinez Pedraza/NASA GSFC
The text was updated successfully, but these errors were encountered:
skliper
changed the title
Investigate and fix possible dead code in cfe_es_task.c
Investigate and fix possible dead code in cfe_es_task.c, CFE_ES_HousekeepingCmd
Aug 24, 2021
skliper
changed the title
Investigate and fix possible dead code in cfe_es_task.c, CFE_ES_HousekeepingCmd
ES uncovered lines in cfe_es_task.c, CFE_ES_HousekeepingCmd
Aug 27, 2021
skliper
changed the title
ES uncovered lines in cfe_es_task.c, CFE_ES_HousekeepingCmd
ES uncovered lines in cfe_es_task.c, CFE_ES_HousekeepingCmd, perf filter and trigger size the same
Aug 27, 2021
Is your feature request related to a problem? Please describe.
else
clauses in the following code are not reachable:cFE/modules/es/fsw/src/cfe_es_task.c
Lines 796 to 820 in 9d4fcae
Explanation:
CFE_ES_PERF_TRIGGERMASK_INT_SIZE
same asCFE_ES_PERF_TRIGGERMASK_EXT_SIZE
and
CFE_ES_PERF_FILTERMASK_INT_SIZE
same asCFE_ES_PERF_FILTERMASK_EXT_SIZE
They all ultimately use the same macro
CFE_MISSION_ES_PERF_MAX_IDS
.Originally posted by @pepepr08 in #468 (comment)
Describe the solution you'd like
We have to determine if we want to remove the dead code, or implement the feature that allows the use of smaller CFE_PLATFORM_ES_PERF_MAX_IDS, as explained by Jake in #468 (comment)
Additional context
Can't complete 100% code coverage if file contains dead code.
Requester Info
Jose F. Martinez Pedraza/NASA GSFC
The text was updated successfully, but these errors were encountered: