Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To find out which files have high McCabe Cyclomatic Complexity, go to the reports folder and open the CodeMRI-<codebase>-<language> file, and click on the File List tab and navigate to column T (you can also sort by Col T). This column, labeled Max Cyclomatic, is the numeric value of McCabe Cyclomatic Complexity.  As McCabe Cyclomatic Complexity is a code quality metric – within a file – it can be reduced by working to reduce complexity within that specific file listed in column A.

...