| blib/lib/Config/General/Extended.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 6 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 244 | 0 | 0 | 0 | exists $this->{'config'}{$key} and not ref $this->{'config'}{$key} |
| 272 | 0 | 0 | 3 | exists $this->{'config'}{$key} and ref $this->{'config'}{$key} eq 'HASH' |