blib/lib/Chart/Clicker/Renderer/Line.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 15 | 0.0 |
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] |
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 |