Created
July 31, 2009 20:11
-
-
Save cduruk/159419 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
~/Documents/dev/eclipse/Buzz $ sloccount . | |
Have a non-directory at the top, so creating directory top_dir | |
Adding /Users/cduruk/Documents/dev/eclipse/Buzz/./buzz_20090701.bat to top_dir | |
Creating filelist for doc | |
Adding /Users/cduruk/Documents/dev/eclipse/Buzz/./gridstart.bat to top_dir | |
Adding /Users/cduruk/Documents/dev/eclipse/Buzz/./pom.xml to top_dir | |
Creating filelist for target | |
Creating filelist for test-output | |
Adding /Users/cduruk/Documents/dev/eclipse/Buzz/./velocity.log to top_dir | |
Creating filelist for src_test | |
Categorizing files. | |
Finding a working MD5 command.... | |
Can't exec "md5sum": No such file or directory at /opt/local/bin/break_filelist line 688, <CODE_FILE> line 15. | |
Found a working MD5 command. | |
Computing results. | |
SLOC Directory SLOC-by-Language (Sorted) | |
2488 src_test java=2488 | |
0 doc (none) | |
0 target (none) | |
0 test-output (none) | |
0 top_dir (none) | |
Totals grouped by language (dominant language first): | |
java: 2488 (100.00%) | |
Total Physical Source Lines of Code (SLOC) = 2,488 | |
Development Effort Estimate, Person-Years (Person-Months) = 0.52 (6.25) | |
(Basic COCOMO model, Person-Months = 2.4 * (KSLOC**1.05)) | |
Schedule Estimate, Years (Months) = 0.42 (5.02) | |
(Basic COCOMO model, Months = 2.5 * (person-months**0.38)) | |
Estimated Average Number of Developers (Effort/Schedule) = 1.25 | |
Total Estimated Cost to Develop = $ 70,353 | |
(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'." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment