| blib/lib/OpenAPI/Client.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 12 | 18 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 45 | 22 | 1 | 1 | $self->{'base_url'} and not &blessed($self->{'base_url'}) |
| 114 | 1 | 0 | 0 | $tx->req->is_handshake and not $tx->is_websocket |
| line | l | !l | condition |
|---|---|---|---|
| 10 | 0 | 9 | $ENV{'OPENAPI_CLIENT_DEBUG'} || 0 |
| 62 | 0 | 10 | $attrs->{'coerce'} // "booleans,numbers,strings" |
| 125 | 4 | 6 | $params->{$1} // "" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 195 | 0 | 1 | 17 | $param->{'collectionFormat'} || ($param->{'type'} eq 'array' ? 'csv' : '') |
| 196 | 17 | 0 | 1 | not $format or $format eq "multi" |