lib/Mojolicious/Plugin/ConfigSimple.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 10 | 80.0 |
line | true | false | branch |
---|---|---|---|
10 | 1 | 3 | if (exists $$args{'config_file'}) { } |
3 | 0 | elsif (exists $$args{'config_files'}) { } | |
11 | 1 | 0 | unless (ref $$args{'config_file'} eq 'SCALAR') |
17 | 1 | 2 | unless (ref $$args{'config_files'} eq 'ARRAY') |
29 | 1 | 1 | wantarray ? : |