feat(tia): continues to work on poc

This commit is contained in:
nuno maduro
2026-04-16 07:15:44 -07:00
parent f52a455773
commit 494cc6e2a4
5 changed files with 29 additions and 22 deletions

View File

@ -713,6 +713,6 @@ final class Tia implements AddsOutput, AfterEachable, BeforeEachable, HandlesArg
return false;
}
return property_exists($coverage, 'coverage') && $coverage->coverage === true;
return $coverage->coverage === true;
}
}