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