| blib/lib/Geo/Shapefile/Writer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 11 | 63.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 108 | 14 | 42 | 0 | $$_[2] && ($$self{$$_[2]} // $$self{"$file_type$$_[2]"}) |
| line | l | !l | condition |
|---|---|---|---|
| 56 | 4 | 0 | $type || '' |
| 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'} |