| blib/lib/Test/Proto/Object.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 6 | 83.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 2 | 0 | 2 | exists $_[1] && defined CORE::ref $_[1] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 33 | 2 | 1 | 1 | not exists $_[1] && defined CORE::ref $_[1] or CORE::ref $_[1] ne 'ARRAY' |