$ sloccount lib/ t/
Creating filelist for lib
Creating filelist for t
Categorizing files.
Finding a working MD5 command....
Found a working MD5 command.
Computing results.


SLOC	Directory	SLOC-by-Language (Sorted)
8931    lib             perl=8931
502     t               perl=502


Totals grouped by language (dominant language first):
perl:          9433 (100.00%)


$ sloccount lib
Creating filelist for Mojo
Have a non-directory at the top, so creating directory top_dir
Adding /home/jhthorsen/git/old/mojo/lib/Mojo.pm to top_dir
Creating filelist for Mojolicious
Adding /home/jhthorsen/git/old/mojo/lib/Mojolicious.pm to top_dir
Creating filelist for Test
Adding /home/jhthorsen/git/old/mojo/lib/ojo.pm to top_dir
Categorizing files.
Finding a working MD5 command....
Found a working MD5 command.
Computing results.


SLOC	Directory	SLOC-by-Language (Sorted)
5802    Mojo            perl=5802
2604    Mojolicious     perl=2604
309     Test            perl=309
216     top_dir         perl=216


Totals grouped by language (dominant language first):
perl:          8931 (100.00%)




Total Physical Source Lines of Code (SLOC)                = 8,931
Development Effort Estimate, Person-Years (Person-Months) = 1.99 (23.91)
 (Basic COCOMO model, Person-Months = 2.4 * (KSLOC**1.05))
Schedule Estimate, Years (Months)                         = 0.70 (8.35)
 (Basic COCOMO model, Months = 2.5 * (person-months**0.38))
Estimated Average Number of Developers (Effort/Schedule)  = 2.86
Total Estimated Cost to Develop                           = $ 269,207
 (average salary = $56,286/year, overhead = 2.40).
SLOCCount, Copyright (C) 2001-2004 David A. Wheeler
SLOCCount is Open Source Software/Free Software, licensed under the GNU GPL.
SLOCCount comes with ABSOLUTELY NO WARRANTY, and you are welcome to
redistribute it under certain conditions as specified by the GNU GPL license;
see the documentation for details.
Please credit this data as "generated using David A. Wheeler's 'SLOCCount'."