Condition Coverage

blib/lib/Class/Mixin.pm
Criterion Covered Total %
condition 7 10 70.0


and 3 conditions

line !l l&&!r l&&r condition
217 1 4 0 $class ne $mixin and not $class->isa('Class::Mixin')

or 2 conditions

line l !l condition
119 0 3 $$obj{'mixins'}{$class}{$$p{'to'}} ||= []
122 0 2 $$obj{'mixins'}{$$p{'from'}}{$class} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
115 3 2 1 exists $$p{'to'} or exists $$p{'from'}