Skip to content

Instantly share code, notes, and snippets.

@darkofabijan
Created July 9, 2013 12:22
Show Gist options
  • Save darkofabijan/5956937 to your computer and use it in GitHub Desktop.
Save darkofabijan/5956937 to your computer and use it in GitHub Desktop.
➜ vSync git:(sharing) be rake stats
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 1446 | 1101 | 33 | 170 | 5 | 4 |
| Helpers | 297 | 239 | 0 | 29 | 0 | 6 |
| Models | 677 | 491 | 15 | 84 | 5 | 3 |
| Libraries | 1971 | 1551 | 41 | 144 | 3 | 8 |
| Model specs | 559 | 396 | 0 | 1 | 0 | 394 |
| Controller specs | 951 | 694 | 0 | 6 | 0 | 113 |
| Helper specs | 99 | 44 | 0 | 0 | 0 | 0 |
| Library specs | 913 | 665 | 1 | 0 | 0 | 0 |
| Request specs | 605 | 400 | 0 | 2 | 0 | 198 |
| Cucumber features | 1315 | 952 | 0 | 6 | 0 | 156 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 8833 | 6533 | 90 | 442 | 4 | 12 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 3382 Test LOC: 3151 Code to Test Ratio: 1:0.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment