Condition Coverage

blib/lib/Data/DynamicValidator/Filter.pm
Criterion Covered Total %
condition 13 14 92.8


and 3 conditions

line !l l&&!r l&&r condition
47 83 1 10 $c =~ /\bindex\b/ and ref $context eq 'HASH'
84 1 9 $c =~ /\bindex\b/ and ref $context eq 'HASH' and defined $context->{'index'}
51 61 1 32 $c =~ /\bkey\b/ and ref $context eq 'HASH'
62 1 31 $c =~ /\bkey\b/ and ref $context eq 'HASH' and defined $context->{'key'}

or 2 conditions

line l !l condition
10 0 9 $ENV{'DATA_DYNAMICVALIDATOR_DEBUG'} || 0