| blib/lib/Math/Yapp.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 30 | 66.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1017 | 35 | 12 | 3 | defined $cur_varia and defined $$self{'variable'} |
| 47 | 3 | 0 | defined $cur_varia and defined $$self{'variable'} and $$self{'variable'} ne $cur_varia | |
| 2030 | 4 | 0 | 0 | ref $solutions[0] eq $class_cplx and $allreal |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 476 | 42 | 37 | 506 | $lc > $$self{'degree'} or $lc < 0 |
| 497 | 33 | 0 | 0 | $$self{'coeff'}[$lc] != $czero or $print_zero |
| 520 | 420 | 0 | 53 | $$self{'coeff'}[$lc] != 0 or $print_zero |
| 798 | 0 | 0 | 516 | $term_id > $$self{'degree'} or $term_id < 0 |
| 1068 | 1 | 1 | 0 | $added =~ /^($coef_pat)$/u or ref $added eq $class_cplx |
| 1207 | 1 | 55 | 99 | ref $multiplier eq "$class_cplx" or ref \$multiplier eq 'SCALAR' |
| 1622 | 1 | 1 | 0 | $#_ == 2 or $#_ == 0 |