Skip to content

Instantly share code, notes, and snippets.

@yorickpeterse
Created July 24, 2014 16:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yorickpeterse/b7232a8a7e78bb51626f to your computer and use it in GitHub Desktop.
Save yorickpeterse/b7232a8a7e78bb51626f to your computer and use it in GitHub Desktop.
$ cloc config lib
283 text files.
282 unique files.
1 file ignored.
http://cloc.sourceforge.net v 1.60 T=0.46 s (615.6 files/s, 48320.3 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Ruby 219 2461 7587 10389
YAML 63 226 89 1383
-------------------------------------------------------------------------------
SUM: 282 2687 7676 11772
-------------------------------------------------------------------------------
$ cloc spec
152 text files.
148 unique files.
5 files ignored.
http://cloc.sourceforge.net v 1.60 T=0.72 s (205.4 files/s, 149700.7 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
HTML 46 0 3926 95652
Ruby 102 1908 64 6298
-------------------------------------------------------------------------------
SUM: 148 1908 3990 101950
-------------------------------------------------------------------------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment