| blib/lib/Data/DynamicValidator/Filter.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 13 | 14 | 92.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 50 | 77 | 1 | 10 | $c =~ /\bindex\b/ and ref $context eq 'HASH' |
| 78 | 1 | 9 | $c =~ /\bindex\b/ and ref $context eq 'HASH' and defined $$context{'index'} | |
| 54 | 61 | 1 | 26 | $c =~ /\bkey\b/ and ref $context eq 'HASH' |
| 62 | 1 | 25 | $c =~ /\bkey\b/ and ref $context eq 'HASH' and defined $$context{'key'} |
| line | l | !l | condition |
|---|---|---|---|
| 13 | 0 | 8 | $ENV{'DATA_DYNAMICVALIDATOR_DEBUG'} || 0 |