| blib/lib/IIIF/Magick.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 72 | 1 | 4 | 1 | $x and not $y |
| 4 | 0 | 1 | not $x and $y | |
| 110 | 1 | 0 | 0 | defined $in and $in ne '' |
| 111 | 1 | 0 | 0 | defined $out and $out ne '' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 13 | 0 | 0 | 2 | can_run('magick') || can_run('identify') && can_run('convert') |
| 55 | 1 | 1 | 1 | $x or $y |