| Total Complexity | 3 | 
| Total Lines | 27 | 
| Duplicated Lines | 0 % | 
| Coverage | 71.43% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 13 | class Factory  | 
            ||
| 14 | { | 
            ||
| 15 | private ?string $protocolMarker = '';  | 
            ||
| 16 | |||
| 17 | public function injectConfigurationProvider(Provider $configurationProvider): void  | 
            ||
| 23 | }  | 
            ||
| 24 | }  | 
            ||
| 25 | |||
| 26 | 1 | /**  | 
            |
| 27 | * @param string $identifier  | 
            ||
| 28 | 1 | * @param string $domain  | 
            |
| 29 | 1 | * @param string $protocol  | 
            |
| 30 | * @return \Aoe\Asdis\Domain\Model\Server  | 
            ||
| 31 | */  | 
            ||
| 32 | public function createServer($identifier, $domain, $protocol)  | 
            ||
| 42 |