[vtkusers] How BIG is VTK ?

Miller, James V (CRD) millerjv at crd.ge.com
Sat Jun 23 21:16:02 EDT 2001


 
If I recall correctly, codecheck does not count some of the trivial lines like a line that only has a
"{".

There has always been a discrepency between what codecheck considered an executable line and what the
coverage system considered an executable line.

Jim



-----Original Message-----
From: Sebastien BARRE
To: Bill Lorensen
Cc: vtkusers at public.kitware.com
Sent: 6/23/2001 10:42 AM
Subject: Re: [vtkusers] How BIG is VTK ?

At 23/06/2001 10:23, Bill Lorensen wrote:
>We run a program, codecheck, each evening. Have done this for 3 years
now. 
>Look at
>http://public.kitware.com/vtk/quality/MostRecentResults/WinNT/Style.htm
l

Geee, but how many others very interesting page like that one are hidden
in 
public.kitware.com ??

Size:
-----
Executable lines:           108552      Low-level statements:
116388
Comment lines with text:     78034      Non-executable statements:
19222
Code lines with comments*:    3342      High-level statements:
84044
Declaration lines:           31883          TOTAL STATEMENTS........
219654
Whitespace lines:            63239
Preprocessor lines:           7520
Suppressed lines:             1496      Macros defined:
1392
Punctuation lines:           71704      Functions defined:
17239
     TOTAL LINES..........   362428


Let's check that out...
Total (362 428) - Comment (78034) - Whitespace lines (63239) = 221155.

Compared to what I found using sloccount :
cpp:         289458 (76.96%)

Where's the beef ?


_______________________________________________
This is the private VTK discussion list. 
Please keep messages on-topic. Check the FAQ at:
<http://public.kitware.com/cgi-bin/vtkfaq>
Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers




More information about the vtkusers mailing list