blib/lib/Psh/Strategy.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 12 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
94 | 0 | 0 | 0 | $tmp < $max and $tmp >= 0 |
110 | 0 | 0 | 0 | $pos >= $min and $pos <= $max |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
37 | 0 | 0 | 0 | $@ or not $obj |
167 | 0 | 0 | 0 | ref $proto || $proto |