| Q | A | --------------------| --------------- | PHPUnit version | 9.3-dev | PHP version | 7.4 | Installation Method | Composer #### Summary For some classes, PHPUnit marks the class declaration line (`final class Foo`) as uncovered. #### Current behavior <!-- What is the current (buggy) behavior? -->  #### How to reproduce Not really sure how to reproduce aside from upgrading from PHPUnit 9.2 to 9.3 and migrating coverage config. #### Expected behavior To behave as PHPUnit 9.2 