Branch Coverage

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


line true false branch
13 0 34 if (my $path = $INC{"$module.pm"})
16 0 0 if -d $pldir
21 0 374 if -d $pldir
28 0 0 unless my $data_dir = data_dir(@_)
30 0 0 if -d $dir
35 0 0 unless my $data_dir = data_dir(@_)
37 0 0 if -d $dir
42 0 0 unless my $data_dir = data_dir(@_)
44 0 0 if -d $dir
49 34 0 unless my $data_dir = data_dir(@_)
56 34 0 unless ($info)
57 34 0 unless my $file = module_info_file($module)
58 0 0 unless -f $file
59 0 0 unless $info = require $file
69 0 0 unless eval { do { require $path . '.pm' } }
72 0 0 if (not $v and my $vsub = $module->can('VERSION'))