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:
- Should work on C code
- Should work on Ubuntu (12.04)
- Should be free
- (Optional) Plugin for eclipse
I would be grateful for any help