udpsunil
udpsunil

Reputation: 1375

which tools are helpful in determining the cyclomatic complexity of a given C source code

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

Answers (3)

udpsunil
udpsunil

Reputation: 1375

I found out this tool is also very useful source monitor

Upvotes: 0

gbjbaanb
gbjbaanb

Reputation: 52679

Locmetrics is a nice tool, works for C (as well as others) and will give you the McCabe cyclomatic result.

Upvotes: 0

Related Questions