Murali Nandigama once wrote: "Knowing what should be tested is beautiful, and knowing what is being tested is beautiful." Test-Driven Development helps with the former and the Code Coverage software metric helps with the latter. While it runs a software's test suite, PHPUnit can keep track of which parts of that software's source code are executed. In other words, we can measure to which degree th