Description
Code coverage for PHP tests can be collected with a lightweight driver. It is a runtime extension used by PHPUnit and similar tools to report which source lines were exercised. Developers enable it during testing or CI rather than launching it directly.