blib/lib/Geo/GDAL/FFI/Band.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 35 | 60 | 58.3 |
line | l | !l | condition |
---|---|---|---|
75 | 0 | 0 | Geo::GDAL::FFI::error_msg() // 'SetNoDataValue not supported by the driver.' |
103 | 1 | 4 | $xoff //= 0 |
104 | 1 | 4 | $yoff //= 0 |
128 | 0 | 2 | $xoff //= 0 |
129 | 0 | 2 | $yoff //= 0 |
150 | 0 | 5 | $xoff //= 0 |
151 | 0 | 5 | $yoff //= 0 |
221 | 1 | 1 | $xoff //= 0 |
222 | 1 | 1 | $yoff //= 0 |
231 | 0 | 2 | $alg //= 'NearestNeighbour' |
256 | 2 | 1 | $xoff //= 0 |
257 | 2 | 1 | $yoff //= 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
108 | 1 | 4 | 0 | $xsize //= Geo::GDAL::FFI::GDALGetRasterBandXSize($$self) |
109 | 1 | 4 | 0 | $ysize //= Geo::GDAL::FFI::GDALGetRasterBandYSize($$self) |
110 | 0 | 5 | 0 | $bufxsize //= $xsize |
111 | 0 | 5 | 0 | $bufysize //= $ysize |
154 | 0 | 5 | 0 | $xsize //= $bufxsize |
155 | 0 | 5 | 0 | $ysize //= $bufysize |
224 | 1 | 1 | 0 | $xsize //= $w - $xoff |
225 | 1 | 1 | 0 | $ysize //= $h - $yoff |
229 | 0 | 2 | 0 | $xdim //= $xsize |
230 | 0 | 2 | 0 | $ydim //= $ysize |
263 | 1 | 2 | 0 | $xsize //= $xdim |
264 | 1 | 2 | 0 | $ysize //= $ydim |