CCM Hudson Plugin

CCM is a tool developed by Jonas Blunck (http://www.blunck.se). It’s able to calculate the cyclomatic complexity (McCabe) of a .NET Project or Solution.

I developed TestLink Hudson Plug-in, a Hudson Plug-in that lets you invoke CCM from hudson and have the results displayed in the console output. I chose CCM as CC tool for .NET instead of SourceMonitor after it gave me a CC value of 4 for a method I was sure was supposed to have 5.

Cheers