blib/lib/Math/PlanePath/RationalsTree.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 11 | 28 | 39.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
364 | 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 |
line | l | !l | condition |
---|---|---|---|
199 | 0 | 0 | $absdy_minimum{$self->{'tree_type'}} || 0 |
262 | 26 | 7 | $self->{'tree_type'} ||= 'SB' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
263 | 33 | 0 | 0 | $attributes{$tree_type} || croak('Unrecognised tree type: ', $tree_type) |
367 | 0 | 0 | 0 | $x < 1 or $y < 1 |
0 | 0 | 0 | $x < 1 or $y < 1 or not _coprime($x, $y) | |
381 | 345 | 375 | 3185 | $x < $self->{'n_start'} or $y < 1 |
427 | 12 | 11 | 8 | $anyones ||= $nbit |
497 | 1 | 0 | 690 | $x2 < 1 or $y2 < 1 |