Skip to content

Instantly share code, notes, and snippets.

@rafaelp
Created June 7, 2011 19:56
Show Gist options
  • Save rafaelp/1013010 to your computer and use it in GitHub Desktop.
Save rafaelp/1013010 to your computer and use it in GitHub Desktop.
Stats do Startup DEV Ideas dia 1 às 5:00PM
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 63 | 53 | 2 | 7 | 3 | 5 |
| Helpers | 7 | 7 | 0 | 1 | 0 | 5 |
| Models | 12 | 10 | 1 | 1 | 1 | 8 |
| Libraries | 40 | 36 | 0 | 1 | 0 | 34 |
| Model specs | 33 | 27 | 0 | 1 | 0 | 25 |
| View specs | 0 | 0 | 0 | 0 | 0 | 0 |
| Controller specs | 148 | 121 | 0 | 1 | 0 | 119 |
| Helper specs | 10 | 9 | 0 | 0 | 0 | 0 |
| Library specs | 16 | 12 | 0 | 0 | 0 | 0 |
| Routing specs | 35 | 26 | 0 | 0 | 0 | 0 |
| Request specs | 0 | 0 | 0 | 0 | 0 | 0 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 364 | 301 | 3 | 12 | 4 | 23 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 106 Test LOC: 195 Code to Test Ratio: 1:1.8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment