blib/lib/Math/PlanePath/FactorRationals.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 5 | 11 | 45.4 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
417 | 0 | 0 | 0 | $x > 1 and $x == $y |
line | l | !l | condition |
---|---|---|---|
274 | 0 | 1 | $self->{'factor_coding'} ||= 'even/odd' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
362 | 322 | 303 | 5045 | $x < 1 or $y < 1 |
368 | 0 | 0 | 5045 | $self->{'factor_coding'} eq 'negabinary' or $self->{'factor_coding'} eq 'revbinary' |