| blib/lib/Geo/Coder/Bing/Bulk.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 18 | 16.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 37 | 4 | 0 | 0 | $$self{'https'} and not $self->ua->is_protocol_supported('https') |
| 50 | 0 | 0 | 4 | ref $ua and $ua->isa('LWP::UserAgent') |
| 60 | 0 | 0 | 0 | 1 == @_ && 'ARRAY' eq ref $_[0] |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 24 | 0 | 4 | 0 | $params{'ua'} || 'LWP::UserAgent'->new('agent', "$class/$VERSION") |
| 105 | 0 | 0 | 0 | not $status or 'pending' eq $status |
| 111 | 0 | 0 | 0 | $$self{'content'} or $$self{'id'} |