Stuff about software development, agile and testing

Friday, June 13, 2008

Code Coverage is a negative metrics tool

This is something we forgot on our way with coverage tools over the years and I think, needs to be restated. Its really not important how much code is covered by your unit tests(assuming they are good) but rather which parts of code is not been covered by your tests.

Labels