Code Coverage
This feature helps you gather and present test coverage information. When you run your tests with code coverage enabled you can see exactly which lines of your code are executed when the tests run, in addition to whether the tests passed or failed. Let us know what you think about it on the forum.