Condition Coverage

blib/lib/Config/Dot/Array.pm
Criterion Covered Total %
condition 9 9 100.0


and 3 conditions

line !l l&&!r l&&r condition
39 7 2 1 defined $self->{'callback'} and ref $self->{'callback'} ne 'CODE'
89 5 3 2 ref $config_ref->{$key} ne '' and not $self->_check($config_ref->{$key})
98 2 2 1 ref $val ne '' and not $self->_check($val)