142 - Function return values
Ensure that the appropriate return value(s) are returned from functions and checked without ignoring at function call sites, so that error conditions are caught and handled appropriately.
- Function Call -> Return
- Return Values
- Return Values
- Correct & All Paths
- Call Sites -> Use/Ignore
- Return Values
- Error Checking/Handling