Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
70 0 0 0 $debug and defined $self->{'DEMs'}{$DEMname}{'DEM'}
153 0 0 0 defined $cache_path and -e $cache_path
172 0 0 0 $cache_folder ne '' and -d $cache_folder
190 0 0 0 $debug and -e "$folder/$default"
195 0 0 0 $debug and defined $DEMnames[0]

or 3 conditions

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