inc/Test/More.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 20 | 15.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
309 | 0 | 0 | 16 | ref $this && ref $that |
400 | 96 | 0 | 0 | UNIVERSAL::isa($e1, "ARRAY") and UNIVERSAL::isa($e2, "ARRAY") |
0 | 0 | 96 | UNIVERSAL::isa($e1, "HASH") and UNIVERSAL::isa($e2, "HASH") | |
0 | 0 | 0 | UNIVERSAL::isa($e1, "REF") and UNIVERSAL::isa($e2, "REF") | |
0 | 0 | 0 | UNIVERSAL::isa($e1, "SCALAR") and UNIVERSAL::isa($e2, "SCALAR") |
line | l | !l | condition |
---|---|---|---|
332 | 0 | 0 | $entry->{'type'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
116 | 0 | 0 | 0 | ref $proto || $proto |