Whilst looking around for tools to compute complexity metrics over a large body of source code, I found the following:

<ul>
<li><a href="http://www.parisc-linux.org/~bame/pmccabe/
">pmccabe</a> for C/C++. Console based. Useful tool - I've ran
it over a CD full of source code and aggregated the results
without any trouble.</li>
<li><a href="http://www.teaminabox.co.uk/downloads/metrics/"
>Eclipse Metrics Plugin</a>: I've spent a little less time
with this tool, but it supports java and can make pretty
graphs out-of-the-box.</li></ul>

Comments