Condition Coverage

blib/lib/Class/Classless/C3.pm
Criterion Covered Total %
condition 10 19 52.6


and 3 conditions

line !l l&&!r l&&r condition
104 17 0 13 $_[0] && $_[0] eq 'from'
118 0 0 59 ref $o and $o->{'_meta'}

or 2 conditions

line l !l condition
86 4 0 $c3cache{$self->{'_meta'}{'name'}} ||= [Algorithm::C3::merge($self, sub { @{$_[0]{'_meta'}{'parents'};}; } )]
110 19 11 $c3cache{$self->{'_meta'}{'name'}} ||= [Algorithm::C3::merge($self, sub { @{$_[0]{'_meta'}{'parents'};}; } )]

or 3 conditions

line l !l&&r !l&&!r condition
24 6 3 0 ref $parent || $parent
150 0 10 0 ref $object || $object
264 0 11 0 shift() || $self->{'name'}