blib/lib/Class/Maker.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
199 | 0 | 0 | 0 | $DEEP and defined *{"${class}::ISA";}{'ARRAY'} |
237 | 0 | 0 | 0 | $symbol =~ /::$/ and $symbol ne 'main::' |
306 | 0 | 0 | 0 | $$sref->isa($what) and $DEBUG |
line | l | !l | condition |
---|---|---|---|
184 | 0 | 0 | ref $_[0] || $_[0] || die() |