| Total Complexity | 3 |
| Total Lines | 42 |
| Duplicated Lines | 0 % |
| Coverage | 84.62% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 12 | final class LogTracer implements TracerInterface |
||
| 13 | { |
||
| 14 | 2 | public function __construct( |
|
| 15 | private readonly ScopeInterface $scope, |
||
| 16 | private readonly ClockInterface $clock, |
||
| 17 | private readonly LoggerInterface $logger |
||
| 18 | ) { |
||
| 19 | } |
||
| 20 | |||
| 21 | 2 | public function trace( |
|
| 49 | } |
||
| 50 | |||
| 51 | public function getContext(): array |
||
| 56 |