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
516 stars 101 forks source link

Persist C++ metrics only for files of the analyzed project #709

Closed mcserep closed 7 months ago

mcserep commented 7 months ago

Persist function param count and McCabe complexity metrics only for functions of the analyzed project.

Based on concept designed in #688.