blib/lib/Log/Dispatch/Configurator/Any.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
18 | 2 | 1 | if (ref $file) { } |
19 | 1 | 1 | if ref $file ne 'HASH' |
42 | 0 | 1 | if $@ or ref $config ne 'HASH' |
49 | 0 | 0 | unless defined $$self{'file'} |
58 | 2 | 2 | if ref $$self{'_config'}{$_} eq 'HASH' |
63 | 1 | 1 | unless ref $$attrs{'dispatchers'} |