Skip to content

Instantly share code, notes, and snippets.

@hemju
Created May 9, 2012 09:39
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 hemju/2643353 to your computer and use it in GitHub Desktop.
Save hemju/2643353 to your computer and use it in GitHub Desktop.
rake stats of lingohub
+----------------------+-------+-------+---------+---------+-----+-------+
| 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
@hemju
Copy link
Author

hemju commented May 9, 2012

btw. I suspect 1/3 more LOC in other folders, since we separated our code into more folders (services, vo, ...)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment