blib/lib/WebService/AbuseIPDB.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 12 | 17 | 70.5 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
19 | 7 | 1 | 1 | exists $opts{'ver'} and 2 != $opts{'ver'} |
line | l | !l | condition |
---|---|---|---|
41 | 1 | 6 | $opts{'timeout'} // 20 |
1 | 6 | $opts{'retry'} // 0 | |
1 | 6 | $opts{'ver'} // 2 | |
88 | 3 | 0 | $self->{'ua'}->responseContent // 'Server Problem' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 0 | 0 | 1 | $self->{'ua'}->responseHeader('Client-Warning') // $self->{'ua'}->responseContent |
0 | 1 | 0 | ($self->{'ua'}->responseHeader('Client-Warning') // $self->{'ua'}->responseContent) // $self->{'ua'}->responseCode |