Main Content

Interpret Code Prover Results

Interpret Code Prover results, navigate source code, track data flow

Polyspace® Code Prover™ checks C/C++ code for run-time errors. Check results appear in one of these colors:

  • Red (proven error)

  • Orange (unproven but possible error)

  • Green (proven absence of error)

For more details, see Code Prover Result and Source Code Colors.

To review a result, trace back from the immediate location of the issue to previous related lines. The user interface of the Polyspace desktop products provide various conveniences such as range tooltips, function call hierarchy, and other navigation aids to help you with the traceback. Use these tools to locate the root cause of an issue and implement a fix. To understand what to look for when reviewing a particular type of check, see Reviewing Code Prover Run-Time Checks.

Topics

Code Prover Analysis

Polyspace Desktop User Interface