Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
32 56 22 0 @_ == 1 && ref $_[0]

or 2 conditions

line l !l condition
35 78 0 $factory->mixin_prefix || $base_class || ''
42 69 9 $label || 'Base'

or 3 conditions

line l !l&&r !l&&!r condition
36 42 36 0 $factory->mixed_prefix || ($base_class ? $base_class : ref $factory || $factory) . '::AUTO'