100% CODE COVERAGE ISN’T THE GOAL

Having 100% coverage doesn't guarantee the lack of defects—it only guarantees that all of
your code was executed, regardless of whether your application behaves like it
should. 

So rather than obsessing about code coverage, focus your attention
on making sure that the tests you do write are meaningful.

Comments

Popular posts from this blog

Scrum Answer to Top 10 Software Project Risks