| line | true | false | branch | 
 
| 37 | 0 | 0 | if (@_) | 
 
| 47 | 0 | 0 | if (@_ % 2 == 0) { } | 
 
| 54 | 0 | 0 | unless my $latlng = $param{'latlng'} | 
 
| 63 | 0 | 0 | if (@_ % 2 == 0) { } | 
 
| 70 | 0 | 0 | unless my $location = $param{'location'} | 
 
| 72 | 0 | 0 | $param{'reverse'} ? : | 
 
| 76 | 0 | 0 | if defined $self->{'language'} | 
 
| 77 | 0 | 0 | if defined $self->{'region'} | 
 
| 79 | 0 | 0 | if defined $self->{'channel'} | 
 
| 81 | 0 | 0 | if defined $components_params | 
 
| 82 | 0 | 0 | if defined $self->{'key'} | 
 
| 87 | 0 | 0 | if ($self->{'client'} and $self->{'key'}) | 
 
| 95 | 0 | 0 | if $signature | 
 
| 100 | 0 | 0 | if ($res->is_error) | 
 
| 107 | 0 | 0 | unless ($data->{'status'} eq 'OK' or $data->{'status'} eq 'ZERO_RESULTS') | 
 
| 111 | 0 | 0 | unless $data->{'results'} | 
 
| 112 | 0 | 0 | wantarray ? : | 
 
| 158 | 1 | 7 | unless grep {$_ eq $filter;} @ALLOWED_FILTERS | 
 
| 160 | 0 | 7 | unless (defined $value) | 
 
| 166 | 1 | 6 | unless @validated_components |