| line | % | coverage | condition |
| 192 | 100 | | Params::Get::get_params(undef, \@_) || {} |
| 201 | 67 | | &Scalar::Util::blessed($params->{'ua'}) && $params->{'ua'}->can('get') |
| 226 | 67 | | $params->{'host'} || $config{'host'} |
| 233 | 67 | | $params->{'cache'} || 'CHI'->new('driver', 'Memory', 'global', 0, 'expires_in', $config{'cache_expires'}) |
| 236 | 67 | | $params->{'min_interval'} // $config{'min_interval'} |
| 322 | 100 | | @_ == 1 and &Scalar::Util::blessed($_[0]) and $_[0]->can("latitude") |
| 407 | 75 | | $rc and defined $rc->{'status'} and $rc->{'status'} ne "OK" |
| 495 | 80 | | A | B | C | D | dec |
|---|
| 0 | X | X | X | 0 | | 1 | 0 | X | X | 0 | | 1 | 1 | 0 | X | 0 | | 1 | 1 | 1 | 0 | 0 | | 1 | 1 | 1 | 1 | 1 |
| @_ == 2 and defined $_[0] and not ref $_[0] and $_[0] eq "ua" |