| blib/lib/OO/Closures.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 6 | 12 | 50.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 39 | 4 | 4 | 15 | exists $$methods{$method} and not defined $class |
| 48 | 4 | 4 | 0 | defined $class and $class ne 'SUPER' || exists $$ISA{$class} |
| 64 | 0 | 0 | 0 | exists $$methods{'AUTOLOAD'} and not defined $class |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 48 | 4 | 0 | 0 | $class ne 'SUPER' || exists $$ISA{$class} |