| Conditions | 2 |
| Paths | 2 |
| Total Lines | 6 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 3 |
| CRAP Score | 2 |
| Changes | 1 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 21 | 6 | public function __construct(?IIMTranslations $lang = null) |
|
| 22 | { |
||
| 23 | 6 | $this->setImLang($lang); |
|
| 24 | 6 | if (!function_exists('imagecreatefromstring')) { |
|
| 25 | // @codeCoverageIgnoreStart |
||
| 26 | throw new ImagesException($this->getImLang()->imImageMagicLibNotPresent(), ImagesException::FORMAT_NO_LIBRARY); |
||
| 27 | } |
||
| 49 |