Condition Coverage

blib/lib/Geo/GNUPlot.pm
Criterion Covered Total %
condition 0 63 0.0


and 3 conditions

line !l l&&!r l&&r condition
150 0 0 0 defined $x_range_AR and defined $y_range_AR
355 0 0 0 defined $x_pad and defined $y_pad
0 0 0 defined $x_pad and defined $y_pad and defined $x_scale
0 0 0 defined $x_pad and defined $y_pad and defined $x_scale and defined $y_scale
0 0 0 defined $x_pad and defined $y_pad and defined $x_scale and defined $y_scale and defined $center_point
483 0 0 0 defined $$option_HR{'xrange'} and defined $$option_HR{'yrange'}
535 0 0 0 defined $$option_HR{'data_file'} and -e $$option_HR{'data_file'}
827 0 0 0 $lat =~ /^\d+(\.\d*)?$/ and $long =~ /^\d+(\.\d*)?$/
0 0 0 $lat =~ /^\d+(\.\d*)?$/ and $long =~ /^\d+(\.\d*)?$/ and $lat_dir =~ /^[NS]$/
0 0 0 $lat =~ /^\d+(\.\d*)?$/ and $long =~ /^\d+(\.\d*)?$/ and $lat_dir =~ /^[NS]$/ and $long_dir =~ /^[WE]$/
0 0 0 $lat <= 90 and $lat >= 0
0 0 0 $lat =~ /^\d+(\.\d*)?$/ and $long =~ /^\d+(\.\d*)?$/ and $lat_dir =~ /^[NS]$/ and $long_dir =~ /^[WE]$/ and ($lat <= 90 and $lat >= 0)
0 0 0 $long <= 180 and $long >= 0
0 0 0 $lat =~ /^\d+(\.\d*)?$/ and $long =~ /^\d+(\.\d*)?$/ and $lat_dir =~ /^[NS]$/ and $long_dir =~ /^[WE]$/ and ($lat <= 90 and $lat >= 0) and ($long <= 180 and $long >= 0)
880 0 0 0 $i == $ytics - 1 and $yval <= $y
0 0 0 $i == 0 and $yval > $y
906 0 0 0 $i == $xtics - 1 and $xval <= $x
0 0 0 $i == 0 and $xval > $x

or 3 conditions

line l !l&&r !l&&!r condition
610 0 0 0 $in_line =~ /^\s*#/ or $in_line =~ /^\s*$/
880 0 0 0 $i == $ytics - 1 and $yval <= $y or $i == 0 and $yval > $y
906 0 0 0 $i == $xtics - 1 and $xval <= $x or $i == 0 and $xval > $x