Condition Coverage

blib/lib/Math/PlanePath/RationalsTree.pm
Criterion Covered Total %
condition 11 28 39.2


and 3 conditions

line !l l&&!r l&&r condition
362 0 0 0 $self->{'tree_type'} eq 'L' and $x == 0
0 0 0 $self->{'tree_type'} eq 'L' and $x == 0 and $y == 1

or 2 conditions

line l !l condition
197 0 0 $absdy_minimum{$self->{'tree_type'}} || 0
260 26 7 $self->{'tree_type'} ||= 'SB'

or 3 conditions

line l !l&&r !l&&!r condition
261 33 0 0 $attributes{$tree_type} || croak('Unrecognised tree type: ', $tree_type)
365 0 0 0 $x < 1 or $y < 1
0 0 0 $x < 1 or $y < 1 or not _coprime($x, $y)
379 345 375 3185 $x < $self->{'n_start'} or $y < 1
425 12 11 8 $anyones ||= $nbit
495 1 0 690 $x2 < 1 or $y2 < 1