Guest User

Untitled

a guest
Feb 19th, 2018
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. ez webrate $ rake stats
  2. (in /Users/ez/ibq/webrate)
  3. +----------------------+-------+-------+---------+---------+-----+-------+
  4. | Name | Lines | LOC | Classes | Methods | M/C | LOC/M |
  5. +----------------------+-------+-------+---------+---------+-----+-------+
  6. | Helpers | 13 | 12 | 0 | 0 | 0 | 0 |
  7. | Controllers | 1843 | 1239 | 5 | 63 | 12 | 17 |
  8. | APIs | 0 | 0 | 0 | 0 | 0 | 0 |
  9. | Components | 0 | 0 | 0 | 0 | 0 | 0 |
  10. | Functional tests | 709 | 459 | 10 | 50 | 5 | 7 |
  11. | Models | 858 | 656 | 99 | 6 | 0 | 107 |
  12. | Unit tests | 7639 | 5496 | 87 | 325 | 3 | 14 |
  13. | Libraries | 118 | 85 | 4 | 8 | 2 | 8 |
  14. +----------------------+-------+-------+---------+---------+-----+-------+
  15. | Total | 11180 | 7947 | 205 | 452 | 2 | 15 |
  16. +----------------------+-------+-------+---------+---------+-----+-------+
  17. Code LOC: 1992 Test LOC: 5955 Code to Test Ratio: 1:3.0
Add Comment
Please, Sign In to add comment