Skip to content

Instantly share code, notes, and snippets.

@marcoow
Created December 19, 2009 11:52
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 marcoow/260056 to your computer and use it in GitHub Desktop.
Save marcoow/260056 to your computer and use it in GitHub Desktop.
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 731 | 635 | 16 | 59 | 3 | 8 |
| Helpers | 82 | 46 | 0 | 6 | 0 | 5 |
| Models | 1902 | 975 | 32 | 103 | 3 | 7 |
| Libraries | 1487 | 872 | 19 | 110 | 5 | 5 |
| Model specs | 3681 | 2554 | 0 | 37 | 0 | 67 |
| Controller specs | 4777 | 3271 | 0 | 56 | 0 | 56 |
| Helper specs | 141 | 89 | 1 | 0 | 0 | 0 |
| Library specs | 1401 | 994 | 3 | 2 | 0 | 495 |
| Mailer specs | 199 | 136 | 0 | 4 | 0 | 32 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 14401 | 9572 | 71 | 377 | 5 | 23 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 2528 Test LOC: 7044 Code to Test Ratio: 1:2.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment