Condition Coverage

blib/lib/Geo/GDAL/FFI/Geometry.pm
Criterion Covered Total %
condition 28 46 60.8


and 3 conditions

line !l l&&!r l&&r condition
97 6 30 0 $is3d and $ism

or 2 conditions

line l !l condition
16 9 0 shift() // ''
64 0 5 $mode //= ''
98 0 0 $z //= 0
99 0 0 $m //= 0
102 1 0 $m //= 0
105 30 0 $z //= 0
114 60 3 $i //= 0
199 0 10 $variant //= 'ISO'

or 3 conditions

line l !l&&r !l&&!r condition
20 1 1 7 $type =~ /ZM$/ || $type =~ /25D$/
89 30 0 1 $_[1] // Geo::GDAL::FFI::OGR_G_Is3D($$self)
90 30 0 1 $_[2] // Geo::GDAL::FFI::OGR_G_IsMeasured($$self)
115 60 0 3 $is3d //= Geo::GDAL::FFI::OGR_G_Is3D($$self)
116 60 0 3 $ism //= Geo::GDAL::FFI::OGR_G_IsMeasured($$self)
127 24 2 0 $is3d //= Geo::GDAL::FFI::OGR_G_Is3D($$self)
128 24 0 2 $ism //= Geo::GDAL::FFI::OGR_G_IsMeasured($$self)
149 12 1 0 $is3d //= Geo::GDAL::FFI::OGR_G_Is3D($$self)
150 12 0 1 $ism //= Geo::GDAL::FFI::OGR_G_IsMeasured($$self)