| blib/lib/Math/Symbolic/Custom/Polynomial.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 21 | 80.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 129 | 0 | 0 | 169 | defined $coeffs and ref $coeffs eq "ARRAY" |
| 151 | 149 | 314 | 34 | $co->term_type == 1 and $co->value == 0 |
| 160 | 47 | 62 | 18 | $co->term_type == 1 and $co->value == 1 |
| 168 | 53 | 109 | 39 | $co->term_type == 1 and $co->value == 1 |
| 250 | 81 | 0 | 2 | defined $d_hr and $f2->type == 3 |
| 377 | 17 | 0 | 297 | defined $coeffs[$p] and ref($coeffs[$p]) =~ /^Math::Symbolic/ |
| 609 | 5 | 6 | 9 | defined $r_poly and not $r_poly->is_identical("Math::Symbolic::Constant"->new(0)) |