This commit is contained in:
nuno maduro
2026-05-01 00:19:44 +01:00
parent 58dfb6da64
commit 8711d51eac
3 changed files with 403 additions and 35 deletions

View File

@ -149,7 +149,7 @@ final class Recorder
if ($this->driver === 'pcov') {
\pcov\stop();
/** @var array<string, mixed> $data */
$data = \pcov\collect(\pcov\inclusive);
$data = \pcov\collect(\pcov\all);
} else {
/** @var array<string, mixed> $data */
$data = \xdebug_get_code_coverage();