GitHubSign in

A software metric used to indicate the complexity of a program, measuring the number of linearly independent paths through a program's source code.

"High cyclomatic complexity in a function suggests it might be too complex and could benefit from being broken down into simpler functions."

@openai