line |
true |
false |
branch |
333
|
0 |
0 |
unless defined $params |
334
|
0 |
0 |
unless ref $params eq 'HASH' |
337
|
0 |
0 |
if (exists $params->{'lon_min'} or exists $params->{'lat_min'} or exists $params->{'lon_max'} or exists $params->{'lat_max'}) { } |
|
0 |
0 |
elsif (exists $params->{'x'} or exists $params->{'y'} or exists $params->{'z'}) { } |
550
|
0 |
0 |
if (defined $params) { } |
641
|
1 |
2 |
unless defined $params |
642
|
0 |
2 |
unless ref $params eq 'HASH' |
645
|
1 |
1 |
if (exists $params->{'bbox'}) { } |
715
|
0 |
0 |
if (defined $params and defined $fields) |
718
|
0 |
0 |
if defined $params->{$key} |
723
|
0 |
0 |
unless (exists $params->{$key} or $fields->{$key}) |