Skip to content

Instantly share code, notes, and snippets.

@rafaelp
Created September 8, 2011 00:40
Show Gist options
  • Save rafaelp/1202297 to your computer and use it in GitHub Desktop.
Save rafaelp/1202297 to your computer and use it in GitHub Desktop.
Rake Stats do BioSafeTI
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 112 | 89 | 9 | 12 | 1 | 5 |
| Helpers | 28 | 23 | 0 | 4 | 0 | 3 |
| Models | 189 | 153 | 8 | 25 | 3 | 4 |
| Libraries | 0 | 0 | 0 | 0 | 0 | 0 |
| Model specs | 438 | 380 | 0 | 0 | 0 | 0 |
| Controller specs | 857 | 755 | 0 | 10 | 0 | 73 |
| Helper specs | 68 | 62 | 0 | 0 | 0 | 0 |
| Routing specs | 287 | 213 | 0 | 0 | 0 | 0 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 1979 | 1675 | 17 | 51 | 3 | 30 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 265 Test LOC: 1410 Code to Test Ratio: 1:5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment