Condition Coverage

blib/lib/MOP/Util.pm
Criterion Covered Total %
condition 3 9 33.3


and 3 conditions

line !l l&&!r l&&r condition
24 4 0 0 ref $isa eq 'ARRAY' and scalar @$isa == 0

or 3 conditions

line l !l&&r !l&&!r condition
24 1 0 4 defined $isa or ref $isa eq 'ARRAY' and scalar @$isa == 0
57 0 0 0 $meta->has_slot($slot_name) or $meta->has_slot_alias($slot_name)