CCCC is a tool which analyzes C++ and Java files and generates a report
on various metrics of the code. Metrics supported include lines of code, McCabe's
complexity and metrics proposed by Chidamber&Kemerer and Henry&Kafura.
Categories
QA AutomationLicense
GNU General Public License version 2.0 (GPLv2)Follow C and C++ Code Counter
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
-
I really like this stuff, has excellent module-wise metrics. However passing filenames via STDIN doesn't work, I had to fix it: $ diff ccccmain.cc ccccmain.cc.new 283,284c283,287 < file_entry file_entry(filename,lang); < file_list.push_back(file_entry); --- > if (!filename.empty()) > { > file_entry file_entry(filename,lang); > file_list.push_back(file_entry); > }
-
1. Installer does not set PATH 2. C++ Code which compiles not counted correctly (problem with a macro) 3. Because of 2: #include are ignored
-
Love using this app and I think I will be using it for a long time. Thanks.
-
nice app, sometimes it's very useful!
-
Wonderful job, many thanks for posting