Branch Coverage

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


line true false branch
38 0 150 if $ENV{'DANCER_CONFIG_VERBOSE'}
50 0 256 if $ENV{'DANCER_CONFIG_VERBOSE'}
52 0 256 unless defined $location
59 0 256 if (my $ext = $ENV{'DANCER_CONFIG_EXT'})
60 0 0 if (grep {$ext eq $_;} @available_exts) { }
63 0 0 if $ENV{'DANCER_CONFIG_VERBOSE'}
77 4972 148 unless -r $path
81 2 146 -r $local ? :
85 0 256 if $ENV{'DANCER_CONFIG_VERBOSE'}
97 149 0 if defined $tmpconfig
99 1 149 if (my $err = $@ || !$config)