blib/lib/MooX/ConfigFromFile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 16 | 16 | 100.0 |
line | true | false | branch |
---|---|---|---|
20 | 1 | 9 | unless @target_isa |
23 | 1 | 8 | if $target->can('_initialize_from_config') |
26 | 2 | 6 | if $import_options{'config_sortedbyfilename'} |
27 | 2 | 6 | if $import_options{'config_hashmergeloaded'} |
33 | 1 | 1 | if (defined $import_options{'config_singleton'} and $import_options{'config_singleton'}) |
39 | 1 | 2 | unless defined $loaded_configs{$class} |
57 | 61 | 2 | unless exists $import_options{$opt_key} |
58 | 1 | 1 | unless $around |