Skip to content

Instantly share code, notes, and snippets.

@amatsuda
Created March 13, 2015 09:28
Show Gist options
  • Save amatsuda/cce7b9d0263015b2e895 to your computer and use it in GitHub Desktop.
Save amatsuda/cce7b9d0263015b2e895 to your computer and use it in GitHub Desktop.
+----------------------+--------+--------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+--------+--------+---------+---------+-----+-------+
| Controllers | 48726 | 39215 | 522 | 3970 | 7 | 7 |
| Helpers | 14795 | 12125 | 15 | 1399 | 93 | 6 |
| Models | 96678 | 76140 | 1747 | 8548 | 4 | 6 |
| Mailers | 2208 | 1766 | 44 | 206 | 4 | 6 |
| Workers | 639 | 540 | 20 | 31 | 1 | 15 |
| Chanko units | 11713 | 9644 | 6 | 247 | 41 | 37 |
| Libraries | 50409 | 41650 | 592 | 3741 | 6 | 9 |
| Feature specs | 44433 | 36553 | 0 | 196 | 0 | 184 |
| Request specs | 36874 | 31624 | 0 | 17 | 0 | 1858 |
| Routing specs | 639 | 516 | 0 | 0 | 0 | 0 |
| Controller specs | 60174 | 49732 | 7 | 123 | 17 | 402 |
| Helper specs | 79811 | 65892 | 5 | 82 | 16 | 801 |
| Model specs | 151760 | 125351 | 8 | 145 | 18 | 862 |
| Worker specs | 862 | 715 | 0 | 1 | 0 | 713 |
| Chanko unit specs | 10929 | 8812 | 0 | 24 | 0 | 365 |
| Library specs | 23571 | 19672 | 27 | 131 | 4 | 148 |
+----------------------+--------+--------+---------+---------+-----+-------+
| Total | 634221 | 519947 | 2993 | 18861 | 6 | 25 |
+----------------------+--------+--------+---------+---------+-----+-------+
Code LOC: 181080 Test LOC: 338867 Code to Test Ratio: 1:1.9
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment