Created
December 30, 2008 18:34
-
-
Save danielharan/41698 to your computer and use it in GitHub Desktop.
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
$ rake stats | |
(in /Users/danielharan/projects/giraffesoft/SEEKRIT) | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Controllers | 283 | 234 | 15 | 28 | 1 | 6 | | |
| Helpers | 185 | 108 | 0 | 13 | 0 | 6 | | |
| Models | 304 | 229 | 9 | 28 | 3 | 6 | | |
| Libraries | 263 | 147 | 1 | 30 | 30 | 2 | | |
| Functional tests | 857 | 689 | 17 | 10 | 0 | 66 | | |
| Unit tests | 620 | 497 | 12 | 1 | 0 | 495 | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Total | 2512 | 1904 | 54 | 110 | 2 | 15 | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
Code LOC: 718 Test LOC: 1186 Code to Test Ratio: 1:1.7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment