blib/lib/OpenAPI/Render/HTMLForms.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 13 | 15 | 86.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
84 | 1 | 61 | 6 | $parameter->{'schema'} and $parameter->{'schema'}{'enum'} |
1 | 55 | 6 | $parameter->{'schema'}{'type'} and $parameter->{'schema'}{'type'} eq 'object' | |
26 | 0 | 30 | $parameter->{'schema'}{'format'} and $parameter->{'schema'}{'format'} eq 'binary' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
63 | 3 | 2 | 5 | $operation eq 'get' or $operation eq 'post' |
84 | 6 | 0 | 56 | $parameter->{'schema'}{'type'} and $parameter->{'schema'}{'type'} eq 'object' or $parameter->{'schema'}{'format'} and $parameter->{'schema'}{'format'} eq 'binary' |