sarnold / cccc

Source code counter and metrics tool for C++, C, and Java
https://sarnold.github.io/cccc/
Other
60 stars 17 forks source link

When analyzing a project of C files CCCC counts only one module? #44

Open csrabak opened 11 months ago

csrabak commented 11 months ago

If I run cccc for a project composed of C language files, the summary shows a single module and counts all lines of the files to this "single" module.

Is it expected or do we have an opportunity for improvement here?