I want a tool to analyse my code quality and after a bit of googling I think I understand that Cyclomatic Complexity could be something to start with here. I have tried to get several tools working but without success (found out that most are developed for Java). My requirements are:
I would be grateful for any help
There is Eclipse metriculator plugin.
There is also cccc - an open source program to analyze code.