Description
C source files can be measured for structural complexity so maintainers can spot functions that may be hard to test or review. It is useful in code quality checks, refactoring work, and projects that track maintainability metrics.
Complexity numbers are signals, not proof that code is good or bad. Use the results together with tests, review, and knowledge of the code's purpose.