Skip to content

Instantly share code, notes, and snippets.

@jurgens
Created October 24, 2014 07:57
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 jurgens/22110ea3e27ec9ad93e0 to your computer and use it in GitHub Desktop.
Save jurgens/22110ea3e27ec9ad93e0 to your computer and use it in GitHub Desktop.
Test statistics
+----------------------+-------+-------+---------+---------+-----+-------+
| Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
+----------------------+-------+-------+---------+---------+-----+-------+
| Controllers | 1549 | 1256 | 54 | 215 | 3 | 3 |
| Helpers | 461 | 384 | 0 | 45 | 0 | 6 |
| Models | 1677 | 1295 | 44 | 133 | 3 | 7 |
| Mailers | 34 | 29 | 3 | 4 | 1 | 5 |
| Javascripts | 7858 | 5427 | 0 | 588 | 0 | 7 |
| Libraries | 1608 | 1378 | 14 | 86 | 6 | 14 |
| Controller specs | 238 | 191 | 0 | 0 | 0 | 0 |
| Feature specs | 2916 | 2460 | 0 | 0 | 0 | 0 |
| Helper specs | 65 | 52 | 0 | 0 | 0 | 0 |
| Lib specs | 691 | 616 | 0 | 0 | 0 | 0 |
| Model specs | 1646 | 1343 | 0 | 0 | 0 | 0 |
| Service specs | 299 | 237 | 0 | 0 | 0 | 0 |
+----------------------+-------+-------+---------+---------+-----+-------+
| Total | 19042 | 14668 | 115 | 1071 | 9 | 11 |
+----------------------+-------+-------+---------+---------+-----+-------+
Code LOC: 9769 Test LOC: 4899 Code to Test Ratio: 1:0.5
Finished in 2 minutes 38.6 seconds (files took 4.57 seconds to load)
620 examples, 0 failures, 0 pending
Randomized with seed 28791
Coverage report generated for RSpec to /home/runner/gamewatcher2/coverage. 2983 / 3425 LOC (87.09%) covered.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment