Condition Coverage

blib/lib/Chart/Clicker/Renderer/Line.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
98 0 0 0 $i > 0 and $i < @vals
0 0 0 $i > 0 and $i < @vals and not defined $vals[$i]

or 3 conditions

line l !l&&r !l&&!r condition
89 0 0 0 $_ == 0 or $skip
121 0 0 0 $clicker->plot_mode ne 'fast' or $x - $previous_x > 1
0 0 0 $clicker->plot_mode ne 'fast' or $x - $previous_x > 1 or abs $y - $previous_y > $min_y_delta_on_same_x