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
94 0 1 0 defined $self->sw_lat and looks_like_number($self->sw_lat)
95 0 1 0 defined $self->sw_lon and looks_like_number($self->sw_lon)
96 0 1 0 defined $self->ne_lat and looks_like_number($self->ne_lat)
97 0 1 0 defined $self->ne_lon and looks_like_number($self->ne_lon)
98 0 1 0 defined $self->precision and $self->precision =~ /^\d+$/
118 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
118 35 1 0 $current_lat <= $self->ne_lat || $current_lon <= $self->ne_lon