Code Coverage is an interesting topic – Wikipedia defines it as “the degree to which the source code of a program has been tested.” The idea is that you want to measure what percentage of the lines of code in your application are executed when you run your test suite. The “perfect” test ...
More...