| Total Complexity | 6 | 
| Total Lines | 49 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 12 | final class IsserStrategy implements ExtractionStrategy  | 
            ||
| 13 | { | 
            ||
| 14 | private Str $isser;  | 
            ||
| 15 | |||
| 16 | 6 | public function __construct()  | 
            |
| 19 | 6 | }  | 
            |
| 20 | |||
| 21 | /**  | 
            ||
| 22 |      * {@inheritdoc} | 
            ||
| 23 | */  | 
            ||
| 24 | 6 | public function supports(object $object, string $property): bool  | 
            |
| 43 | }  | 
            ||
| 44 | |||
| 45 | /**  | 
            ||
| 46 |      * {@inheritdoc} | 
            ||
| 47 | 3 | */  | 
            |
| 48 | public function extract(object $object, string $property)  | 
            ||
| 63 |