blib/lib/Data/Validate/OpenAPI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 21 | 42.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
85 | 0 | 1 | 0 | $schema and exists $schema->{'default'} |
91 | 0 | 6 | 0 | $schema and $schema->{'type'} eq "array" |
180 | 5 | 0 | 1 | $value eq "" and $schema |
5 | 1 | 0 | $value eq "" and $schema and $schema->{'allowEmptyValue'} | |
186 | 0 | 6 | 0 | $schema and $schema->{'enum'} |
191 | 0 | 6 | 0 | $schema and $schema->{'pattern'} |
197 | 0 | 0 | 6 | $format and exists $format_methods{$format} |