Created
October 29, 2012 22:29
-
-
Save isao/3976955 to your computer and use it in GitHub Desktop.
mojito all vs cli cloc
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
% cloc --exclude-dir=tests lib/ | |
129 text files. | |
115 unique files. | |
739 files ignored. | |
http://cloc.sourceforge.net v 1.56 T=2.0 s (46.0 files/s, 10662.5 lines/s) | |
------------------------------------------------------------------------------- | |
Language files blank comment code | |
------------------------------------------------------------------------------- | |
Javascript 87 3327 5012 12925 | |
HTML 4 11 0 48 | |
CSS 1 0 0 2 | |
------------------------------------------------------------------------------- | |
SUM: 92 3338 5012 12975 | |
------------------------------------------------------------------------------- | |
15:27isaotestjs% cloc --exclude-dir=tests lib/management/ lib/app/commands/ | |
21 text files. | |
21 unique files. | |
2 files ignored. | |
http://cloc.sourceforge.net v 1.56 T=0.5 s (42.0 files/s, 12396.0 lines/s) | |
------------------------------------------------------------------------------- | |
Language files blank comment code | |
------------------------------------------------------------------------------- | |
Javascript 21 953 894 4351 | |
------------------------------------------------------------------------------- | |
SUM: 21 953 894 4351 | |
------------------------------------------------------------------------------- | |
15:27isaotestjs% = 4351/12975. | |
0.335337186898 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment