Condition Coverage

blib/lib/Geo/GDAL/FFI/Driver.pm
Criterion Covered Total %
condition 11 22 50.0


or 2 conditions

line l !l condition
17 12 1 $name //= ''
18 9 4 $args //= {}
27 0 1 $args->{'Strict'} // 0
36 0 8 $args->{'Bands'} // 1
37 0 8 $args->{'DataType'} // 'Byte'

or 3 conditions

line l !l&&r !l&&!r condition
35 1 7 0 $args->{'Height'} // $w
0 8 0 $h //= $args->{'Height'} // $w
47 0 0 13 not $ds or $msg
48 0 0 0 $msg //= 'Driver ' . $self->Name . " failed to create dataset '${name}'."