Branch Coverage

blib/lib/Panda/Install/Payload.pm
Criterion Covered Total %
branch 5 32 15.6


line true false branch
12 0 34 if (my $path = $INC{"$module.pm"})
15 0 0 if -d $pldir
20 0 374 if -d $pldir
27 0 0 unless my $data_dir = data_dir(@_)
29 0 0 if -d $dir
34 0 0 unless my $data_dir = data_dir(@_)
36 0 0 if -d $dir
41 0 0 unless my $data_dir = data_dir(@_)
43 0 0 if -d $dir
48 34 0 unless my $data_dir = data_dir(@_)
55 34 0 unless ($info)
56 34 0 unless my $file = module_info_file($module)
57 0 0 unless -f $file
58 0 0 unless $info = require $file
68 0 0 unless eval { do { require $path . '.pm' } }
71 0 0 if (not $v and my $vsub = $module->can('VERSION'))