Code Coverage can only measure the extent that code is executed through the tests, but Code Coverage cannot measure whether our tests are asserting code behavior - welcome to Mutation Testing.
Share this post
Code Coverage vs Mutation Testing
Share this post
Code Coverage can only measure the extent that code is executed through the tests, but Code Coverage cannot measure whether our tests are asserting code behavior - welcome to Mutation Testing.