Deze opdracht uitvoert vanaf een opdrachtprompt in je project directory:
rake stats
Je moet zien uitvoer die lijkt op deze, hoewel de lijnen van de code zal waarschijnlijk anders zijn, want dit is gewoon een test project. =)
+----------------------+-------+-------+---------+---------+-----+-------+ | Name | Lines | LOC | Classes | Methods | M/C | LOC/M | +----------------------+-------+-------+---------+---------+-----+-------+ | Helpers | 18 | 17 | 0 | 1 | 0 | 15 | | Controllers | 190 | 162 | 5 | 23 | 4 | 5 | | Components | 0 | 0 | 0 | 0 | 0 | 0 | | Functional tests | 169 | 125 | 8 | 23 | 2 | 3 | | Models | 156 | 129 | 6 | 18 | 3 | 5 | | Unit tests | 110 | 85 | 5 | 12 | 2 | 5 | | Libraries | 0 | 0 | 0 | 0 | 0 | 0 | | Integration tests | 44 | 35 | 1 | 2 | 2 | 15 | +----------------------+-------+-------+---------+---------+-----+-------+ | Total | 687 | 553 | 25 | 79 | 3 | 5 | +----------------------+-------+-------+---------+---------+-----+-------+ Code LOC: 308 Test LOC: 245 Code to Test Ratio: 1:0.8
Keine Kommentare:
Kommentar veröffentlichen