Condition Coverage

blib/lib/Chart/Graph/Gnuplot.pm
Criterion Covered Total %
condition 19 41 46.3


and 3 conditions

line !l l&&!r l&&r condition
160 0 0 2 defined $value and ref $value eq 'ARRAY'
175 0 0 0 defined $value and ref $value eq 'ARRAY'
269 41 0 6 defined $value and ref $value eq 'ARRAY'
275 42 0 5 defined $value and ref $value eq 'ARRAY'
346 1222 46 1 $key eq 'size' and defined $value
347 0 0 1 ref $value eq 'ARRAY' and @{$value;} == 2
444 0 0 0 defined $output_file and $output_type =~ /^(pbm|eps(?: .*)?|png|tgif)$/
879 0 0 108 $min_samp >= $min_len and not $Chart::Graph::Gnuplot::show_seconds
980 0 0 0 $curr_min == $start_min + 1 and not $first_date_shown

or 2 conditions

line l !l condition
373 1 1 $1 || ''

or 3 conditions

line l !l&&r !l&&!r condition
161 0 0 2 @{$value;} < 2 or @{$value;} > 4
176 0 0 0 @{$value;} < 2 or @{$value;} > 3
300 47 47 1175 $key eq 'xrange' or $key eq 'yrange'
884 98 1 9 $bucket_str =~ /^00:00(:00)?$/ or $curr_min == $start_min + 1