Branch Coverage

blib/lib/Class/MixinFactory/Factory.pm
Criterion Covered Total %
branch 6 10 60.0


line true false branch
32 0 78 @_ == 1 && ref $_[0] ? :
38 122 0 $mixin_prefix ? :
0 122 $_ =~ /::/ ? :
44 9 69 if do { no strict 'refs'; @{"${new_class}::ISA";} }
49 113 0 if do { no strict 'refs'; scalar keys %{$package . '::';} }