| blib/lib/Mojolicious/Plugin/ConfigHashMerge.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 7 | 16 | 43.7 |
| line | true | false | branch |
|---|---|---|---|
| 16 | 1 | 0 | $file =~ /^(.*)\.([^.]+)$/ ? : |
| 19 | 0 | 1 | unless file_name_is_absolute($file) |
| 20 | 0 | 1 | if $mode and not file_name_is_absolute($mode) |
| 21 | 1 | 0 | unless $mode and -e $mode |
| 25 | 1 | 0 | if (-e $file) { } |
| 0 | 0 | elsif (not $conf->{'default'} || $mode) { } | |
| 33 | 0 | 1 | if $mode |
| 34 | 1 | 0 | if $conf->{'default'} |