Condition Coverage

blib/lib/App/Open/Config.pm
Criterion Covered Total %
condition 9 10 90.0


and 3 conditions

line !l l&&!r l&&r condition
100 2 0 15 exists $self->config->{'backend'} and defined $self->config->{'backend'}

or 2 conditions

line l !l condition
41 19 5 $config_file || ''
66 17 1 $config || {}

or 3 conditions

line l !l&&r !l&&!r condition
68 1 1 22 not ref $$self{'config'} or ref $$self{'config'} ne 'HASH'