| Total Complexity | 8 | 
| Total Lines | 36 | 
| Duplicated Lines | 0 % | 
| Coverage | 100% | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 17 | class Factory  | 
            ||
| 18 | { | 
            ||
| 19 | use Traits\TCheckCalls;  | 
            ||
| 20 | |||
| 21 | /** @var IMiTranslations|null */  | 
            ||
| 22 | protected $lang = null;  | 
            ||
| 23 | |||
| 24 | 7 | public function __construct(?IMiTranslations $lang = null)  | 
            |
| 27 | 7 | }  | 
            |
| 28 | |||
| 29 | /**  | 
            ||
| 30 | * @param IProcessFiles|Storage|string $source  | 
            ||
| 31 | * @return IMime  | 
            ||
| 32 | */  | 
            ||
| 33 | 7 | public function getLibrary($source): IMime  | 
            |
| 56 |