Branch Coverage

blib/lib/Module/Install/ShareFile.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
17 0 0 unless (defined $file and -f $file)
21 0 0 exists $args{'type'} ? :
22 0 0 unless (defined $type and $type eq 'module' or $type eq 'dist')
27 0 0 $^O eq 'MSWin32' ? :
30 0 0 exists $args{'dist'} ? :
35 0 0 if ($type eq 'dist') { }
41 0 0 unless (defined $module)
49 0 0 eval($ExtUtils::MakeMaker::VERSION >= 6.52) ? :