Branch Coverage

blib/lib/Class/Scaffold/Base.pm
Criterion Covered Total %
branch 5 8 62.5


line true false branch
73 0 4 unless ($pkg =~ /^(@autoload_packages)/)
84 1 3 if (exists $INC{$key}) { }
95 2 0 if (my $coderef = UNIVERSAL::can($pkg, $method)) { }
107 2 0 if $_[0] eq 'Class::Scaffold::Base'