Created
December 20, 2012 23:15
-
-
Save mergulhao/4349475 to your computer and use it in GitHub Desktop.
Stats do projeto Orçamento Rápido, realizado num Startup DEV. http://startupdev.com.br/
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
ruby-1.9.3@orcamentorapido mergulhao@darkstar:~/code/startupdev/orcamentorapido(master)$ rake stats | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Controllers | 134 | 126 | 6 | 21 | 3 | 4 | | |
| Helpers | 2 | 2 | 0 | 0 | 0 | 0 | | |
| Models | 168 | 146 | 8 | 14 | 1 | 8 | | |
| Libraries | 15 | 13 | 0 | 1 | 0 | 11 | | |
| Model specs | 451 | 439 | 0 | 2 | 0 | 217 | | |
| Controller specs | 540 | 530 | 0 | 24 | 0 | 20 | | |
| Library specs | 8 | 7 | 0 | 0 | 0 | 0 | | |
| Mailer specs | 78 | 76 | 0 | 1 | 0 | 74 | | |
| Routing specs | 128 | 118 | 0 | 0 | 0 | 0 | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
| Total | 1524 | 1457 | 14 | 63 | 4 | 21 | | |
+----------------------+-------+-------+---------+---------+-----+-------+ | |
Code LOC: 287 Test LOC: 1170 Code to Test Ratio: 1:4.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment