| blib/lib/WWW/GoDaddy/REST.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 22 | 68.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 96 | 8 | 3 | 1 | defined $$params{'schemas_file'} and not -e $$params{'schemas_file'} |
| 144 | 1 | 0 | 0 | not $response->is_success and $self->raise_http_errors |
| 162 | 28 | 0 | 0 | not $http_response->is_success and $self->raise_http_errors |
| line | l | !l | condition |
|---|---|---|---|
| 131 | 94 | 6 | shift() || '' |
| 178 | 22 | 13 | $http_opts ||= {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 87 | 2 | 1 | 11 | defined $$params{'basic_username'} or defined $$params{'basic_password'} |
| 179 | 8 | 27 | 0 | $$http_opts{'timeout'} ||= $self->timeout |
| 230 | 0 | 0 | 36 | defined $self->basic_username or defined $self->basic_password |