Branch Coverage

blib/lib/Dancer2/ConfigReader/Config/Any.pm
Criterion Covered Total %
branch 12 22 54.5


line true false branch
45 0 162 if $ENV{'DANCER_CONFIG_VERBOSE'}
62 0 271 if $ENV{'DANCER_CONFIG_VERBOSE'}
64 0 271 unless defined $location
74 0 271 if (my $ext = $ENV{'DANCER_CONFIG_EXT'})
75 0 0 if (grep {$ext eq $_;} @available_exts) { }
78 0 0 if $ENV{'DANCER_CONFIG_VERBOSE'}
92 5253 167 unless -r $path
96 6 161 -r $local ? :
100 0 271 if $ENV{'DANCER_CONFIG_VERBOSE'}
112 160 0 if defined $tmpconfig
114 2 160 if (my $err = $@ || !$config)