blib/lib/Selenium/Screenshot/CanPad.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 12 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
14 | 0 | 0 | 2 | &blessed($_) and $_->isa('Imager') |
35 | 0 | 0 | 4 | &blessed($_) and $_->isa('Imager') |
39 | 1 | 0 | 1 | $image1->getheight == $image2->getheight && $image1->getwidth == $image2->getwidth |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
66 | 2 | 1 | 1 | $image->getwidth < $dimensions->{'width'} || $image->getheight < $dimensions->{'height'} |