| blib/lib/OpenAPI/Render.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 233 | 3 | 15 | 30 | $path_filter and $path ne $path_filter |
| 235 | 15 | 15 | 60 | $operation_filter and $operation ne $operation_filter |
| 264 | 100 | 25 | 37 | scalar @keys == 1 and $keys[0] eq "\$ref" |
| 284 | 0 | 0 | 14 | exists $requestBody->{'content'} and exists $requestBody->{'content'}{'multipart/form-data'} |
| 0 | 0 | 14 | exists $requestBody->{'content'} and exists $requestBody->{'content'}{'multipart/form-data'} and exists $requestBody->{'content'}{'multipart/form-data'}{'schema'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 46 | 0 | 0 | 1 | $version < "version"->parse(3) or $version > "version"->parse(4) |