Skip to content

Instantly share code, notes, and snippets.

@amuino
Created April 4, 2011 15:17
Show Gist options
  • Save amuino/901806 to your computer and use it in GitHub Desktop.
Save amuino/901806 to your computer and use it in GitHub Desktop.
Resultado de rake stats para el proyecto pymeprivee del All Together Now
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 368 | 274 | 6 | 36 | 6 | 5 |
| Helpers | 37 | 32 | 0 | 3 | 0 | 8 |
| Models | 90 | 66 | 6 | 6 | 1 | 9 |
| Libraries | 0 | 0 | 0 | 0 | 0 | 0 |
| Integration tests | 0 | 0 | 0 | 0 | 0 | 0 |
| Functional tests | 0 | 0 | 0 | 0 | 0 | 0 |
| Unit tests | 0 | 0 | 0 | 0 | 0 | 0 |
| Model specs | 108 | 93 | 0 | 1 | 0 | 91 |
| View specs | 290 | 252 | 0 | 0 | 0 | 0 |
| Controller specs | 646 | 516 | 0 | 2 | 0 | 256 |
| Helper specs | 30 | 8 | 0 | 0 | 0 | 0 |
| Routing specs | 87 | 67 | 0 | 0 | 0 | 0 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 1656 | 1308 | 12 | 48 | 4 | 25 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 372 Test LOC: 936 Code to Test Ratio: 1:2.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment