Skip to content

Instantly share code, notes, and snippets.

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 durrellchamorro/bd9c35a9c403d5395b1247634db59906 to your computer and use it in GitHub Desktop.
Save durrellchamorro/bd9c35a9c403d5395b1247634db59906 to your computer and use it in GitHub Desktop.
jeangenie.com stats the day the MVP was done
+----------------------+--------+--------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+--------+--------+---------+---------+-----+-------+
| Controllers | 2455 | 1995 | 62 | 259 | 4 | 5 |
| Helpers | 135 | 111 | 0 | 18 | 0 | 4 |
| Jobs | 131 | 106 | 12 | 11 | 0 | 7 |
| Models | 1239 | 952 | 24 | 105 | 4 | 7 |
| Mailers | 136 | 110 | 8 | 17 | 2 | 4 |
| Channels | 40 | 34 | 4 | 6 | 1 | 3 |
| Exceptions | 23 | 22 | 4 | 4 | 1 | 3 |
| Policies | 207 | 148 | 6 | 34 | 5 | 2 |
| Workflows | 904 | 746 | 19 | 108 | 5 | 4 |
| Services | 54 | 40 | 1 | 8 | 8 | 3 |
| Forms | 275 | 207 | 1 | 21 | 21 | 7 |
| JavaScript | 925 | 691 | 0 | 25 | 0 | 25 |
| Libraries | 759 | 612 | 0 | 0 | 0 | 0 |
| APIs | 798 | 683 | 17 | 71 | 4 | 7 |
| Exception specs | 0 | 0 | 0 | 0 | 0 | 0 |
| Request specs | 3049 | 2733 | 0 | 13 | 0 | 208 |
| Policy specs | 0 | 0 | 0 | 0 | 0 | 0 |
| Workflow specs | 581 | 460 | 0 | 0 | 0 | 0 |
| Form specs | 240 | 218 | 0 | 0 | 0 | 0 |
| Api specs | 754 | 519 | 0 | 0 | 0 | 0 |
| Mailer specs | 121 | 77 | 7 | 16 | 2 | 2 |
| Job specs | 47 | 35 | 0 | 0 | 0 | 0 |
| Controller specs | 162 | 132 | 0 | 0 | 0 | 0 |
| System specs | 6742 | 5439 | 0 | 0 | 0 | 0 |
| Service specs | 181 | 163 | 0 | 0 | 0 | 0 |
| Model specs | 1619 | 1260 | 0 | 0 | 0 | 0 |
+----------------------+--------+--------+---------+---------+-----+-------+
| Total | 21577 | 17493 | 165 | 716 | 4 | 22 |
+----------------------+--------+--------+---------+---------+-----+-------+
Code LOC: 6457 Test LOC: 11036 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