blib/lib/Imager/Expr/Assem.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 15 | 40.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
163 | 0 | 1 | 0 | @ops and $ops[-1][0] ne "ret" |
1 | 0 | 0 | @ops and $ops[-1][0] ne "ret" and $ops[-1][0] ne "jump" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
39 | 0 | 2 | 1 | $type eq "num" or $type eq "n" |
0 | 1 | 0 | $type eq "pixel" or $type eq "p" | |
1 | 0 | 0 | $type eq "pixel" or $type eq "p" or $type eq "c" |