Branch Coverage

blib/lib/Dist/HomeDir.pm
Criterion Covered Total %
branch 7 8 87.5


line true false branch
20 4 2 if $home
22 2 0 if ($caller->[0] eq 'Dist::HomeDir')
37 12 24 if $_->basename =~ /^Makefile.PL|Build.PL|dist.ini|cpanfile|lib|blib$/
2 2 if (grep {not $_->parent->basename =~ /^t|script|bin$/ if $_->basename =~ /^Makefile.PL|Build.PL|dist.ini|cpanfile|lib|blib$/;} @ls) { }