blib/lib/Config/Cascade.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
159 | 0 | 0 | 0 | exists $global{$key} and $Options{'debug'} |
167 | 0 | 0 | 0 | $global{$key} and $Options{'debug'} |
189 | 0 | 0 | 0 | not $Options{'noValidation'} and $configValidation{$command}{'type'} eq 'alias' |
192 | 0 | 0 | 0 | $hash{$command} and $hash{$command} ne $opt |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
113 | 0 | 0 | 0 | $Options{'globalConfigFile'} or $Options{'noConfig'} |