| blib/lib/Image/Base/Imager.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 9 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 87 | 22 | 4 | 0 | $want_load and defined $params{'-file'} |
| 278 | 8 | 12 | 6 | not $diam & 1 and $y2 - $y1 == $diam |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 22 | 1 | 0 | 'Imager'->new('xsize', $width, 'ysize', $height, 'file', $filename) || croak('Cannot create image: ', 'Imager'->errstr) |