| blib/lib/Validator/Declarative.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 24 | 87.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 54 | 33 | 3 | 143279 | defined $value and not $is_optional |
| 161 | 143318 | 1 | 1 | $is_required and $is_optional |
| 190 | 143313 | 2 | 1 | $has_default and not $is_optional |
| 242 | 75 | 38 | 1 | $kind ne $RULE_TYPE and $kind ne $RULE_CONVERTER |
| 113 | 1 | 0 | $kind ne $RULE_TYPE and $kind ne $RULE_CONVERTER and $kind ne $RULE_CONSTRAINT | |
| 251 | 0 | 1230 | 0 | defined $name and length $name |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 215 | 46 | 1 | 143232 | not %$types or exists $$types{'any'} |
| 47 | 1 | 143231 | not %$types or exists $$types{'any'} or exists $$types{'string'} |