cccc
C and C++ Code Counter, a software metrics tool
Install
- All systems
-
curl cmd.cat/cccc.sh
- Debian
-
apt-get install cccc
- Ubuntu
-
apt-get install cccc
- Kali Linux
-
apt-get install cccc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cccc
- Raspbian
-
apt-get install cccc
- Dockerfile
- dockerfile.run/cccc
cccc
C and C++ Code Counter, a software metrics tool
CCCC analyses and reports measurements of source code in C, C++, and Java. The metrics supported include lines of code, McCabe's Cyclomatic Complexity, and measures of module fan-out/fan-in.