Skip to content

Instantly share code, notes, and snippets.

@rchasman
Created June 7, 2019 07:01
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 rchasman/20c03b3458e17a2a93d08fc220aa9b59 to your computer and use it in GitHub Desktop.
Save rchasman/20c03b3458e17a2a93d08fc220aa9b59 to your computer and use it in GitHub Desktop.
+----------------------+--------+--------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+--------+--------+---------+---------+-----+-------+
| Controllers | 2519 | 2192 | 42 | 188 | 4 | 9 |
| Jobs | 352 | 312 | 21 | 24 | 1 | 11 |
| Models | 18207 | 13750 | 181 | 1023 | 5 | 11 |
| Mailers | 500 | 447 | 14 | 31 | 2 | 12 |
| Channels | 33 | 33 | 7 | 5 | 0 | 4 |
| Libraries | 1847 | 1696 | 6 | 8 | 1 | 210 |
| Mailer specs | 51 | 36 | 4 | 0 | 0 | 0 |
| Model specs | 4752 | 2261 | 0 | 0 | 0 | 0 |
| Executor specs | 114 | 111 | 0 | 0 | 0 | 0 |
| Lib specs | 1591 | 1554 | 4 | 19 | 4 | 79 |
| Worker specs | 27 | 26 | 0 | 0 | 0 | 0 |
| Job specs | 35 | 28 | 0 | 0 | 0 | 0 |
| Controller specs | 10 | 6 | 0 | 0 | 0 | 0 |
| Service specs | 659 | 603 | 0 | 2 | 0 | 299 |
+----------------------+--------+--------+---------+---------+-----+-------+
| Total | 30697 | 23055 | 279 | 1300 | 4 | 15 |
+----------------------+--------+--------+---------+---------+-----+-------+
Code LOC: 18430 Test LOC: 4625 Code to Test Ratio: 1:0.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment