Skip to content

Instantly share code, notes, and snippets.

@tekin
Created May 9, 2012 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tekin/2643351 to your computer and use it in GitHub Desktop.
Save tekin/2643351 to your computer and use it in GitHub Desktop.
Coding stats
tekin@anikulapo:~/projects/crowd.fm$ rake stats
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 922 | 777 | 30 | 123 | 4 | 4 |
| Helpers | 190 | 159 | 0 | 23 | 0 | 4 |
| Models | 1266 | 978 | 26 | 151 | 5 | 4 |
| Libraries | 2691 | 2051 | 23 | 250 | 10 | 6 |
| Integration tests | 1112 | 883 | 26 | 3 | 0 | 292 |
| Functional tests | 2219 | 1957 | 28 | 18 | 0 | 106 |
| Unit tests | 6441 | 5630 | 55 | 42 | 0 | 132 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 14841 | 12435 | 188 | 610 | 3 | 18 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 3965 Test LOC: 8470 Code to Test Ratio: 1:2.1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment