| blib/lib/Data/Validate/OpenAPI.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 12 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 47 | 0 | 1 | 0 | $schema and exists $schema->{'default'} |
| 53 | 0 | 6 | 0 | $schema and $schema->{'type'} eq "array" |
| 104 | 0 | 4 | 0 | $schema and $schema->{'enum'} |
| 109 | 0 | 4 | 0 | $schema and $schema->{'pattern'} |