blib/lib/Image/TextMode/Reader/ANSI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 20 | 32 | 62.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
183 | 0 | 94 | 115 | $_ >= 30 and $_ <= 37 |
0 | 0 | 94 | $_ >= 40 and $_ <= 47 | |
374 | 239 | 0 | 0 | defined $x and defined $y |
line | l | !l | condition |
---|---|---|---|
121 | 0 | 0 | $args[0] || 1 |
165 | 9 | 1 | $y || 1 |
166 | 9 | 1 | $x || 1 |
229 | 2 | 1 | shift() || 1 |
236 | 1 | 1 | shift() || 1 |
243 | 1 | 1 | shift() || 1 |
252 | 1 | 1 | shift() || 1 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
94 | 10 | 0 | 24 | $ch eq 'H' or $ch eq 'f' |
183 | 0 | 0 | 232 | $_ == 2 or $_ == 22 |
0 | 0 | 209 | $_ == 7 or $_ == 27 |