Branch Coverage

blib/lib/Config/Multi.pm
Criterion Covered Total %
branch 17 20 85.0


line true false branch
22 0 11 unless $$self{'dir'}
23 0 11 unless $$self{'app_name'}
35 7 4 if ($$self{'prefix'})
61 2 9 if ($self->unicode)
77 8 3 if -e $app_local
79 7 4 if ($$self{'prefix'})
91 5 2 if -e $prefix_local
104 0 18 unless my $dh = 'DirHandle'->new($path)
107 34 254 if $file =~ /local\.$extension$/
108 44 210 if ($file =~ /^$label\.$extension$/ or $file =~ /^$label\_(\w+)\.$extension$/)