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

StackOverflow https://stackoverflow.com/questions/133987

  •  02-07-2019
  •  | 
  •  

Question

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.

Was it helpful?

OTHER TIPS

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

I found out this tool is also very useful source monitor

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top