Condition Coverage

blib/lib/Geo/Hash/Grid.pm
Criterion Covered Total %
condition 9 21 42.8


and 3 conditions

line !l l&&!r l&&r condition
97 0 1 0 defined $self->sw_lat and &looks_like_number(scalar $self->sw_lat)
98 0 1 0 defined $self->sw_lon and &looks_like_number(scalar $self->sw_lon)
99 0 1 0 defined $self->ne_lat and &looks_like_number(scalar $self->ne_lat)
100 0 1 0 defined $self->ne_lon and &looks_like_number(scalar $self->ne_lon)
101 0 1 0 defined $self->precision and $self->precision =~ /^\d+$/
121 0 1 35 $current_lat <= $self->ne_lat || $current_lon <= $self->ne_lon and not $over_bounds_detected

or 3 conditions

line l !l&&r !l&&!r condition
121 35 1 0 $current_lat <= $self->ne_lat || $current_lon <= $self->ne_lon