I have used this line count utility in another context and have found it useful. Its "standard lines of code" (SLOC) eliminates comments from its count and performs some other useful metrics.
Dan Lydick The discussion referencing "SLOC" as "source lines of code" would be what I would probably what I would call a Unix 'wc -l' (word count utility, lines of text) result. > [Original Message] > From: Tim Ellison <[EMAIL PROTECTED]> > To: <[email protected]> > Date: 11/25/2008 4:18:36 AM > Subject: Re: [general] Souce Line of Code of Harmony > > You can also take a look at > http://www.dwheeler.com/sloccount/ > > Regards, > Tim > > Sean Qiu wrote: > > Hi, guys > > I've tried to generate a LOC report for Harmony project. > > You can check out the result here <http://people.apache.org/~qiuxx/loc/> if > > you are interested. > > The tool I used is LOCC <http://csdl.ics.hawaii.edu/Plone/research/locc/>. > > > > Seems that there exist some minor error while parsing, so the report may not > > be exactly the same as reality. > > Anyhow, I hope it would be helpful for some of you. > > > > BTW, if you have any other better tools, please let me know. > >
