Condition Coverage

blib/lib/WWW/Zotero.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
394 0 0 0 exists $options{'format'} and $options{'format'} eq 'perl'

or 2 conditions

line l !l condition
150 0 0 $response->responseHeader('Backoff') // 0
151 0 0 $response->responseHeader('Retry-After') // 0
162 0 0 $retryAfter // 60

or 3 conditions

line l !l&&r !l&&!r condition
158 0 0 0 $code eq '429' or $code eq '503'
382 0 0 0 defined $userID or defined $groupID
447 0 0 0 not defined $options{'format'} or $options{'format'} eq 'perl'