| blib/lib/Geo/Coder/ArcGIS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 4 | 11 | 36.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 33 | 2 | 0 | 0 | $$self{'https'} and not $self->ua->is_protocol_supported('https') |
| 44 | 0 | 0 | 2 | ref $ua and $ua->isa('LWP::UserAgent') |
| line | l | !l | condition |
|---|---|---|---|
| 27 | 0 | 1 | $$self{'compress'} ||= 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 19 | 0 | 2 | 0 | $params{'ua'} || 'LWP::UserAgent'->new('agent', "$class/$VERSION") |