Reputation: 1375
I want to know which tool can be used to measure the cyclomatic complexity of a C source.
I have seen other post which ask the same question but I want to know specific tool for C source only.
Upvotes: 2
Views: 1288
Reputation: 52679
Locmetrics is a nice tool, works for C (as well as others) and will give you the McCabe cyclomatic result.
Upvotes: 0