Created
May 9, 2012 09:39
-
-
Save hemju/2643353 to your computer and use it in GitHub Desktop.
rake stats of lingohub
This file contains 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
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Controllers | 1729 | 1320 | 41 | 166 | 4 | 5 | | |
| Helpers | 604 | 442 | 1 | 72 | 72 | 4 | | |
| Models | 2133 | 1254 | 33 | 174 | 5 | 5 | | |
| Libraries | 4272 | 3101 | 100 | 373 | 3 | 6 | | |
| Model specs | 1988 | 1232 | 0 | 10 | 0 | 121 | | |
| View specs | 0 | 0 | 0 | 0 | 0 | 0 | | |
| Controller specs | 2656 | 2021 | 0 | 22 | 0 | 89 | | |
| Library specs | 3956 | 2952 | 7 | 74 | 10 | 37 | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Total | 17338 | 12322 | 182 | 891 | 4 | 11 | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
Code LOC: 6117 Test LOC: 6205 Code to Test Ratio: 1:1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
btw. I suspect 1/3 more LOC in other folders, since we separated our code into more folders (services, vo, ...)