Allistar,
What I want is a measure against the code that measures the complexity of a method/class so I can use it to limit the complexity during development.
http://en.wikipedia.org/wiki/Cyclomatic_complexity
I think this would be mainly roots through the code.
Thanks,
Dan.