Code Coverage - The metric that can make your tests worse
There are a lot of issues with code coverage: Eloquently summed up by Stackoverflow.com user Mark Simpson: Code coverage tells you what you definitely haven’t tested, not what you have. Just ...