Skip to content

Instantly share code, notes, and snippets.

@seratch
Created February 11, 2015 13:07
Show Gist options
  • Save seratch/acdceb0d34ed0504e08c to your computer and use it in GitHub Desktop.
Save seratch/acdceb0d34ed0504e08c to your computer and use it in GitHub Desktop.
scalikejdbc cloc
$ cloc */src/main/scala/
104 text files.
104 unique files.
0 files ignored.
http://cloc.sourceforge.net v 1.62 T=0.46 s (226.5 files/s, 26459.1 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Scala 104 1619 3812 6717
-------------------------------------------------------------------------------
SUM: 104 1619 3812 6717
-------------------------------------------------------------------------------
$ cloc */src/test/scala/
91 text files.
91 unique files.
0 files ignored.
http://cloc.sourceforge.net v 1.62 T=0.40 s (226.2 files/s, 32635.1 lines/s)
-------------------------------------------------------------------------------
Language files blank comment code
-------------------------------------------------------------------------------
Scala 91 1815 709 10606
-------------------------------------------------------------------------------
SUM: 91 1815 709 10606
-------------------------------------------------------------------------------
$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment