Condition Coverage

blib/lib/Geo/SpatialDB/Entity.pm
Criterion Covered Total %
condition 0 9 0.0


and 3 conditions

line !l l&&!r l&&r condition
20 0 0 0 ref $data{$_} eq 'HASH' and not keys %{$data{$_};}

or 3 conditions

line l !l&&r !l&&!r condition
20 0 0 0 $_ =~ /^[^a-z]/ or not defined $data{$_}
0 0 0 $_ =~ /^[^a-z]/ or not defined $data{$_} or ref $data{$_} eq 'HASH' and not keys %{$data{$_};}