posted on Friday, May 05, 2006 10:06 PM by johnwood

CCMetrics Update for .Net 2

CCMetrics is a complexity analyzer I wrote a couple of years back that works on .Net binaries. It provides some information on the cyclomatic complexity, and some other statistics on code and complexity re-use. It's a command line tool and can also generate XML output that can be used as part of an overnight build.

I've recently posted an update to CCMetrics, to fix some problems people have been experiencing and also to enable it to work with .Net 2.0 binaries.

It's still beta quality software. If you want to try it out, go ahead and let me know if you find any more bugs. At some point I'm planning on releasing the source code if anybody is interested.

Comments