Skip to content

Instantly share code, notes, and snippets.

@ohadlevy
Created September 16, 2019 10:38
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 ohadlevy/ae6815a6ce690f59a10ddc22043364e1 to your computer and use it in GitHub Desktop.
Save ohadlevy/ae6815a6ce690f59a10ddc22043364e1 to your computer and use it in GitHub Desktop.
+----------------------+--------+--------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+--------+--------+---------+---------+-----+-------+
| Controllers | 14427 | 11896 | 131 | 1357 | 10 | 6 |
| Helpers | 4824 | 4133 | 1 | 520 | 520 | 5 |
| Jobs | 85 | 73 | 4 | 9 | 2 | 6 |
| Models | 20714 | 16022 | 173 | 2230 | 12 | 5 |
| Mailers | 185 | 152 | 5 | 15 | 3 | 8 |
| JavaScripts | 3797 | 3355 | 0 | 265 | 0 | 10 |
| Libraries | 6551 | 5300 | 95 | 498 | 5 | 8 |
| Controller tests | 21078 | 18015 | 150 | 2086 | 13 | 6 |
| Helper tests | 710 | 599 | 20 | 65 | 3 | 7 |
| Model tests | 23908 | 20187 | 176 | 2262 | 12 | 6 |
| Mailer tests | 197 | 161 | 4 | 25 | 6 | 4 |
| Job tests | 59 | 51 | 2 | 2 | 1 | 23 |
| Integration tests | 3445 | 2728 | 63 | 262 | 4 | 8 |
+----------------------+--------+--------+---------+---------+-----+-------+
| Total | 99980 | 82672 | 824 | 9596 | 11 | 6 |
+----------------------+--------+--------+---------+---------+-----+-------+
Code LOC: 40931 Test LOC: 41741 Code to Test Ratio: 1:1.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment