| blib/lib/Geo/Coder/XYZ.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 11 | 18.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 127 | 0 | 0 | 0 | $rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'} |
| 0 | 0 | 0 | $rc->{'otherlocations'} and $rc->{'otherlocations'}{'loc'} and ref $rc->{'otherlocations'}{'loc'} eq 'ARRAY' |
| line | l | !l | condition |
|---|---|---|---|
| 55 | 0 | 1 | delete $param{'host'} || 'geocode.xyz' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 51 | 0 | 1 | 0 | delete $param{'ua'} || 'LWP::UserAgent'->new('agent', 'Geo::Coder::XYZ' . "/$VERSION") |