Uncle Bob Martin
Tests cannot prove the absence of bugs. But tests can prove that code behaves as expected.

Uncle Bob Martin
Software systems are sensitive to failure at the BIT level. Every BIT has to be right to avoid outages and crashes.

Uncle Bob Martin
If you have 100% coverage you don't know if your system works, but you do know that every line you wrote does what you thought it should.