Created
January 5, 2009 03:28
-
-
Save jm/43250 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
~/code/context(master) > sloccount lib/ test/ | |
Creating filelist for lib | |
Creating filelist for 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) | |
278 test ruby=278 | |
196 lib ruby=196 | |
Totals grouped by language (dominant language first): | |
ruby: 474 (100.00%) | |
Total Physical Source Lines of Code (SLOC) = 474 | |
This file contains hidden or 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
~/code/shoulda(master) > sloccount lib/ test/ | |
Creating filelist for lib | |
Creating filelist for 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) | |
1396 lib ruby=1396 | |
1264 test ruby=1264 | |
Totals grouped by language (dominant language first): | |
ruby: 2660 (100.00%) | |
Total Physical Source Lines of Code (SLOC) = 2,660 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment