File: SOURCES

package info (click to toggle)
sloccount 2.26%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,516 kB
  • sloc: perl: 2,197; ansic: 610; sh: 557; lex: 254; makefile: 232; ruby: 110; python: 95; haskell: 32; cobol: 27; php: 22; pascal: 10; xml: 7; f90: 6; fortran: 6; cs: 5
file content (29 lines) | stat: -rw-r--r-- 931 bytes parent folder | download | duplicates (8)
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
26
27
28
29

"CodeCount" toolset for counting SLOC.
  http://sunset.usc.edu/research/CODECOUNT/
Covers C/C++/Ada/Java and a few others, but
NOT Python, TCL, Perl, or LISP.
I used this to count C, C++, and Java code.
These tools are under a GPL-like license, but it's NOT the GPL.
See their website for more info.

A huge list of tools is at (mostly big $$):
  http://www.concentricmc.com/toolsreport/5-3-2tools1.html
which extracts from this 1995 paper from STSC:
  http://www.stsc.hill.af.mil/CrossTalk/1995/apr/Metrics.asp

Another list:
 http://www.qucis.queensu.ca/Software-Engineering/toolcat.html#label181

USC tools (inc. CodeCount) and info on COCOMO II is at:
  http://sunset.usc.edu/available_tools/availabletools_main.html


Software Metrics: An Analysis of the Evolution of COCOMO and Function Points
Roger E. Masse
University of Maryland
July 8, 1997
http://www.python.org/~rmasse/papers/software-metrics/
(good overview paper)