>>> If we don’t have 100% coverage, we will not know whether our code really works.
Um... your code might not work even with 100% code coverage.
Also, I think I read somewhere that enforcing 100% code coverage makes developers to write dumb tests that don't do anything just to reach that magical number. Do you really need to test a getter function?
Um... your code might not work even with 100% code coverage.
Also, I think I read somewhere that enforcing 100% code coverage makes developers to write dumb tests that don't do anything just to reach that magical number. Do you really need to test a getter function?