Condition Coverage

blib/lib/Geo/Shapefile/Writer.pm
Criterion Covered Total %
condition 7 11 63.6


and 3 conditions

line !l l&&!r l&&r condition
108 14 42 0 $$_[2] && ($$self{$$_[2]} // $$self{"$file_type$$_[2]"})

or 2 conditions

line l !l condition
56 4 0 $type || ''

or 3 conditions

line l !l&&r !l&&!r condition
108 30 14 12 $$_[2] && ($$self{$$_[2]} // $$self{"$file_type$$_[2]"}) // $$_[3]
127 2 0 0 $type == $shape_type{'POLYLINE'} or $type == $shape_type{'POLYGON'}