The Hieroglyphics Initiativehieroglyphicsinitiative.ubisoft.com2 points·by gontard·vor 9 Jahren·0 comments
gontard·vor 9 Jahren·discussI think that mutation testing should replace code coverage. It really ensure that the test verify the code behavior and not only invoked it.
gontard·vor 9 Jahren·discussI agree that test coverage does not ensure that the code is really tested. But not covered code is not tested code. So i use coverage in this way, to spot not tested code.