blib/lib/Data/DynamicValidator/Filter.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 14 | 92.8 |
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'} |
line | l | !l | condition |
---|---|---|---|
10 | 0 | 9 | $ENV{'DATA_DYNAMICVALIDATOR_DEBUG'} || 0 |