Best tool to determine code Cyclomatic complexity

leora picture leora · May 19, 2009 · Viewed 16.1k times · Source

Can people suggest the best tool to determine the cyclic complexity with in a C# winforms code base.

Answer

Steven picture Steven · May 19, 2009

In Visual Studio I just go to Analyze/Calculate Code Metrics and I get cyclomatic complexity.

3rd party edit

  • Visual Studio 2015 community edition has it as well