Improve the accuracy of your tests with @covers and @coversNothing annotations
Code coverage results can give a false sense of quality. With the `@covers` and `@coversNothing` annotations, you can better express the intention of your test. This leads to better code coverage results that truly reflect the coverage of your tests.