Created
February 11, 2015 13:07
-
-
Save seratch/acdceb0d34ed0504e08c to your computer and use it in GitHub Desktop.
scalikejdbc 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 */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