blib/lib/OTRS/OPM/Analyzer/Utils/Config.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 25 | 52.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
55 | 0 | 0 | 19 | $config and $subkey |
0 | 18 | 1 | $config and $subkey and ref $config ne 'HASH' | |
79 | 0 | 0 | 10 | $subkey and $config |
0 | 9 | 1 | $subkey and $config and ref $config ne 'HASH' |
line | l | !l | condition |
---|---|---|---|
36 | 1 | 1 | $result ||= [] |
38 | 1 | 1 | $$result[0] || {} |
49 | 12 | 0 | $$self{'_config'} || {} |
70 | 4 | 0 | $$self{'_config'} ||= {} |
73 | 4 | 0 | $$self{'_config'} || {} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
23 | 0 | 0 | 0 | $file ||= $default_file |