Skip to content

Instantly share code, notes, and snippets.

@vidmantas
Created January 21, 2011 15:39
Show Gist options
  • Save vidmantas/789849 to your computer and use it in GitHub Desktop.
Save vidmantas/789849 to your computer and use it in GitHub Desktop.
~/projects/same3[live]$ rake stats
(in /home/vidmantas/projects/same3)
Booting Rails... (0.61s)
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 7819 | 5948 | 88 | 503 | 5 | 9 |
| Helpers | 2959 | 2372 | 0 | 308 | 0 | 5 |
| Models | 15778 | 11727 | 107 | 878 | 8 | 11 |
| Libraries | 839 | 628 | 14 | 73 | 5 | 6 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 27395 | 20675 | 209 | 1762 | 8 | 9 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 20675 Test LOC: 0 Code to Test Ratio: 1:0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment