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 henrypoydar/f1df3a05bf5acbfc169abc91f8836e7e to your computer and use it in GitHub Desktop.
Save henrypoydar/f1df3a05bf5acbfc169abc91f8836e7e to your computer and use it in GitHub Desktop.
Poker Charts Rails Stats
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 977 | 772 | 24 | 79 | 3 | 7 |
| Helpers | 528 | 469 | 0 | 42 | 0 | 9 |
| Jobs | 14 | 12 | 2 | 2 | 1 | 4 |
| Models | 1556 | 1293 | 24 | 105 | 4 | 10 |
| Mailers | 10 | 7 | 1 | 1 | 1 | 5 |
| Javascripts | 276 | 197 | 0 | 34 | 0 | 3 |
| Libraries | 243 | 168 | 5 | 15 | 3 | 9 |
| Feature specs | 2061 | 1805 | 0 | 0 | 0 | 0 |
| Model specs | 1261 | 975 | 0 | 0 | 0 | 0 |
| Request specs | 97 | 73 | 0 | 1 | 0 | 71 |
| Lib specs | 76 | 57 | 0 | 0 | 0 | 0 |
| Routing specs | 415 | 299 | 0 | 0 | 0 | 0 |
| Controller specs | 2710 | 2131 | 0 | 2 | 0 | 1063 |
| Helper specs | 315 | 240 | 0 | 0 | 0 | 0 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 10539 | 8498 | 56 | 281 | 5 | 28 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 2918 Test LOC: 5580 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