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
43 7 2 1 defined $$self{'callback'} and ref $$self{'callback'} ne 'CODE'
93 5 3 2 ref $$config_ref{$key} ne '' and not $self->_check($$config_ref{$key})
102 2 2 1 ref $val ne '' and not $self->_check($val)