blib/lib/WWW/Zotero.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
378 | 0 | 0 | 0 | exists $options{'format'} and $options{'format'} eq 'perl' |
line | l | !l | condition |
---|---|---|---|
150 | 0 | 0 | $response->responseHeader('Backoff') // 0 |
151 | 0 | 0 | $response->responseHeader('Retry-After') // 0 |
162 | 0 | 0 | $retryAfter // 60 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
158 | 0 | 0 | 0 | $code eq '429' or $code eq '503' |
366 | 0 | 0 | 0 | defined $userID or defined $groupID |
431 | 0 | 0 | 0 | not defined $options{'format'} or $options{'format'} eq 'perl' |