Skip to content

Instantly share code, notes, and snippets.

@dewski
Created May 6, 2009 05:28
Show Gist options
  • Save dewski/107364 to your computer and use it in GitHub Desktop.
Save dewski/107364 to your computer and use it in GitHub Desktop.
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 1106 | 835 | 16 | 101 | 6 | 6 |
| Helpers | 59 | 54 | 0 | 5 | 0 | 8 |
| Models | 444 | 350 | 14 | 46 | 3 | 5 |
| Libraries | 720 | 433 | 14 | 67 | 4 | 4 |
| Integration tests | 0 | 0 | 0 | 0 | 0 | 0 |
| Functional tests | 120 | 90 | 15 | 0 | 0 | 0 |
| Unit tests | 267 | 209 | 29 | 14 | 0 | 12 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 2716 | 1971 | 88 | 233 | 2 | 6 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 1672 Test LOC: 299 Code to Test Ratio: 1:0.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment