Skip to content

Instantly share code, notes, and snippets.

@rafaelp
Created June 6, 2012 20:37
Show Gist options
  • Save rafaelp/2884599 to your computer and use it in GitHub Desktop.
Save rafaelp/2884599 to your computer and use it in GitHub Desktop.
Rake stats do projeto websimulado feito no Startup DEV
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 130 | 117 | 13 | 20 | 1 | 3 |
| Helpers | 44 | 41 | 0 | 8 | 0 | 3 |
| Models | 241 | 218 | 9 | 31 | 3 | 5 |
| Libraries | 15 | 13 | 0 | 1 | 0 | 11 |
| Model specs | 696 | 676 | 0 | 0 | 0 | 0 |
| Controller specs | 455 | 430 | 0 | 6 | 0 | 69 |
| Helper specs | 126 | 121 | 1 | 0 | 0 | 0 |
| Library specs | 8 | 7 | 0 | 0 | 0 | 0 |
| Routing specs | 75 | 65 | 0 | 0 | 0 | 0 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 1790 | 1688 | 23 | 66 | 2 | 23 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 389 Test LOC: 1299 Code to Test Ratio: 1:3.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment