| blib/lib/App/Open/Config.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 10 | 90.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 100 | 2 | 0 | 15 | exists $self->config->{'backend'} and defined $self->config->{'backend'} |
| line | l | !l | condition |
|---|---|---|---|
| 41 | 19 | 5 | $config_file || '' |
| 66 | 17 | 1 | $config || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 68 | 1 | 1 | 22 | not ref $$self{'config'} or ref $$self{'config'} ne 'HASH' |