blib/lib/Data/Validate/OpenAPI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 4 | 15 | 26.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
80 | 0 | 1 | 0 | $schema and exists $schema->{'default'} |
86 | 0 | 6 | 0 | $schema and $schema->{'type'} eq "array" |
94 | 0 | 0 | 0 | $reporter and @bad_values |
153 | 0 | 4 | 0 | $schema and $schema->{'enum'} |
158 | 0 | 4 | 0 | $schema and $schema->{'pattern'} |