Condition Coverage

blib/lib/Tk/GraphItems/LabeledConnector.pm
Criterion Covered Total %
condition 0 16 0.0


and 3 conditions

line !l l&&!r l&&r condition
140 0 0 0 $d_x <= 0 and $d_y <= 0
0 0 0 $d_x <= 0 and $d_y >= 0
0 0 0 $d_x >= 0 and $d_y >= 0
0 0 0 $d_x >= 0 and $d_y <= 0

or 2 conditions

line l !l condition
92 0 0 delete $args{'label'} || ''
134 0 0 $d_x ** 2 + $d_y ** 2 || 0.0001