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
Is your feature request related to a problem? Please describe.
NASA guidelines in NPR 7150.2D recommends maintaining a cyclomatic complexity in software, in particular flight software of 15.
elf2cfetbl.c::LocateAndReadUserObject unnecessarily violates the recommendation with a cyclomatic complexity of 29.
Describe the solution you'd like
Clean up GetElfHeader such that it has a cyclomatic complexity of 15 or less.
Describe alternatives you've considered
Leave as-is
Additional context
Imported from JSC static analysis audit
Requester Info
Justin Figueroa, Vantage Systems
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
NASA guidelines in NPR 7150.2D recommends maintaining a cyclomatic complexity in software, in particular flight software of 15.
elf2cfetbl.c::LocateAndReadUserObject unnecessarily violates the recommendation with a cyclomatic complexity of 29.
Describe the solution you'd like
Clean up GetElfHeader such that it has a cyclomatic complexity of 15 or less.
Describe alternatives you've considered
Leave as-is
Additional context
Imported from JSC static analysis audit
Requester Info
Justin Figueroa, Vantage Systems
The text was updated successfully, but these errors were encountered: