Skip to content

Instantly share code, notes, and snippets.

@isao
Created October 29, 2012 22:29
Show Gist options
  • Save isao/3976955 to your computer and use it in GitHub Desktop.
Save isao/3976955 to your computer and use it in GitHub Desktop.
mojito all vs cli cloc
% 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