Branch Coverage

blib/lib/OTRS/OPM/Analyzer/Utils/Config.pm
Criterion Covered Total %
branch 17 20 85.0


line true false branch
23 0 2 if -e $default_file
24 2 0 if defined $file
30 1 2 unless defined $file
48 12 1 if (defined $key)
55 1 18 if $config and $subkey and ref $config ne 'HASH'
57 4 14 unless exists $$config{$subkey}
72 4 0 if (defined $key)
79 1 9 if $subkey and $config and ref $config ne 'HASH'
81 5 4 unless exists $$config{$subkey}
83 3 6 if (not @keys) { }