Created
May 9, 2012 09:39
-
-
Save tekin/2643351 to your computer and use it in GitHub Desktop.
Coding stats
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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