blob: 24592ade90875638f010f1a44a8f4e3de9c72b6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
CCCC - a code counter for C and C++
===================================
A program to analyse C and C++ source code and report on
some simple software metrics
Version 1.00
Copyright Tim Littlefair, 1995
The development of this program was heavily dependent on
the Purdue Compiler Construction Tool Set (PCCTS)
by Terence Parr, Will Cohen, Hank Dietz, Russel Quoung
and others.
This software is provided with NO WARRANTY
Scope: ../../../lib/t-sizes.cpp
Canonical name From To COM LOC MVG L/C M/C
-------------------- ---- ---- ----- ----- ----- ----- -----
int main(){} 6 15 0 9 0 ! ***
-------------------- ---- ---- ----- ----- ----- ----- -----
Summary for scope: 0 10 0 ! ***
-------------------- ---- ---- ----- ----- ----- ----- -----
|