| blib/lib/Net/ACL/Match/Scalar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 27 | 14 | 0 | 0 | scalar @_ == 1 and ref $_[0] eq 'ARRAY' |
| 34 | 0 | 0 | 14 | defined $$this{'_index'} and $$this{'_index'} =~ /^[0-9]+$/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 26 | 0 | 14 | 0 | ref $proto || $proto |