| blib/lib/Geo/Coder/Mapquest.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 9 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 41 | 5 | 0 | 1 | $$self{'https'} and not $self->ua->is_protocol_supported('https') |
| 52 | 0 | 0 | 6 | ref $ua and $ua->isa('LWP::UserAgent') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 28 | 1 | 5 | 0 | $params{'ua'} || 'LWP::UserAgent'->new('agent', "$class/$VERSION") |