Condition Coverage

blib/lib/Tree/STR.pm
Criterion Covered Total %
condition 43 52 82.6


and 3 conditions

line !l l&&!r l&&r condition
80 84 0 0 is_blessed_ref($_) && $_->can('bbox')
197 12 4 1 $x1 < $bbox->[0] and $x2 > $bbox->[2]
16 1 0 $x1 < $bbox->[0] and $x2 > $bbox->[2] and $y1 < $bbox->[1]
5 0 0 $x1 < $bbox->[0] and $x2 > $bbox->[2] and $y1 < $bbox->[1] and $y2 > $bbox->[3]
238 0 32 42 $x1 < $bbox->[0] and $x2 > $bbox->[2]
32 16 26 $x1 < $bbox->[0] and $x2 > $bbox->[2] and $y1 < $bbox->[1]
48 10 16 $x1 < $bbox->[0] and $x2 > $bbox->[2] and $y1 < $bbox->[1] and $y2 > $bbox->[3]

or 2 conditions

line l !l condition
66 0 3 $n // 3
93 39 3 $sort_axis //= 0

or 3 conditions

line l !l&&r !l&&!r condition
161 8 6 28 $x < $bbox->[0] or $x > $bbox->[2]
14 6 22 $x < $bbox->[0] or $x > $bbox->[2] or $y < $bbox->[1]
12 5 17 $x < $bbox->[0] or $x > $bbox->[2] or $y < $bbox->[1] or $y > $bbox->[3]
194 7 2 44 $x2 < $bbox->[0] or $x1 > $bbox->[2]
9 12 32 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1]
14 3 29 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1] or $y1 > $bbox->[3]
234 8 0 102 $x2 < $bbox->[0] or $x1 > $bbox->[2]
8 28 74 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1]
28 0 74 $x2 < $bbox->[0] or $x1 > $bbox->[2] or $y2 < $bbox->[1] or $y1 > $bbox->[3]