| blib/lib/Math/Yapp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 24 | 70.8 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1050 | 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 | |
| 2097 | 4 | 0 | 0 | ref $solutions[0] eq $class_cplx and $allreal |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 477 | 49 | 51 | 667 | $lc > $self->{'degree'} or $lc < 0 |
| 831 | 0 | 0 | 1334 | $term_id > $self->{'degree'} or $term_id < 0 |
| 1101 | 1 | 1 | 0 | $added =~ /^($coef_pat)$/ or ref $added eq $class_cplx |
| 1240 | 1 | 65 | 127 | ref $multiplier eq "$class_cplx" or ref \$multiplier eq "SCALAR" |
| 1689 | 3 | 1 | 0 | $#_ == 2 or $#_ == 0 |