Inspired by https://github.com/sebastianbergmann/php-code-coverage/pull/1125#issuecomment-3582440397, make `<source>` element in XML code coverage report optional to improve performance for use cases such as Infection's.
Inspired by sebastianbergmann/php-code-coverage#1125 (comment), make
<source>element in XML code coverage report optional to improve performance for use cases such as Infection's.