Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
496 stars 96 forks source link

Implement cyclomatic complexity (McCabe) metric on a function level #689

Closed mozesl closed 5 months ago

mozesl commented 7 months ago

Closes #682

mcserep commented 5 months ago

@intjftw Next time please squash the commits according to the project guidelines, as the PR did not really have a clean version history (multiple "debug", "fix" and similar commits).