| blib/lib/Geo/Coder/Mappy.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 3 | 9 | 33.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 36 | 2 | 0 | 0 | $params{'https'} and not $self->ua->is_protocol_supported('https') |
| 47 | 0 | 0 | 2 | ref $ua and $ua->isa('LWP::UserAgent') |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 0 | 2 | 0 | $params{'ua'} || 'LWP::UserAgent'->new('agent', "$class/$VERSION") |