Condition Coverage

blib/lib/Geo/Elevation/HGT.pm
Criterion Covered Total %
condition 0 27 0.0


and 3 conditions

line !l l&&!r l&&r condition
79 0 0 0 $debug and defined $self->{'DEMs'}{$DEMname}{'DEM'}
225 0 0 0 defined $cache_path and -e $cache_path
244 0 0 0 $cache_folder ne "" and -d $cache_folder
262 0 0 0 $debug and -e "$folder/$default"
267 0 0 0 $debug and defined $DEMnames[0]

or 3 conditions

line l !l&&r !l&&!r condition
80 0 0 0 $self->{'DEMs'}{$DEMname}{'DEM'} //= $self->_readDEM($DEMname)
97 0 0 0 $grid_size == 3601 or $grid_size == 7201
0 0 0 $grid_size == 3601 or $grid_size == 7201 or $grid_size == 1201
268 0 0 0 $DEMnames[0] // "$folder/$default_DEMs[0]"