| blib/lib/Math/Yapp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 30 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1014 | 39 | 12 | 3 | defined $cur_varia and defined $self->{'variable'} |
| 51 | 3 | 0 | defined $cur_varia and defined $self->{'variable'} and $self->{'variable'} ne $cur_varia | |
| 2061 | 4 | 0 | 0 | ref $solutions[0] eq $class_cplx and $allreal |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 474 | 42 | 51 | 618 | $lc > $self->{'degree'} or $lc < 0 |
| 495 | 82 | 0 | 0 | $self->{'coeff'}[$lc] != $czero or $print_zero |
| 518 | 481 | 0 | 55 | $self->{'coeff'}[$lc] != 0 or $print_zero |
| 795 | 0 | 0 | 675 | $term_id > $self->{'degree'} or $term_id < 0 |
| 1065 | 1 | 1 | 0 | $added =~ /^($coef_pat)$/u or ref $added eq $class_cplx |
| 1204 | 1 | 65 | 127 | ref $multiplier eq "$class_cplx" or ref \$multiplier eq 'SCALAR' |
| 1653 | 3 | 1 | 0 | $#_ == 2 or $#_ == 0 |