| blib/lib/Math/Taylor.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 30 | 36.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 248 | 0 | 2 | 0 | defined $variable and ref $variable eq 'Math::Symbolic::Variable' || !ref($variable) |
| 323 | 0 | 1 | 0 | defined $err and $err eq 'lagrange' |
| 382 | 0 | 3 | 0 | defined $poly and ref($poly) =~ /^Math::Symbolic/ |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 85 | 2 | 6 | 0 | ref $proto || $proto |
| 170 | 0 | 0 | 6 | $@ or not defined $parsed |
| 0 | 0 | 6 | $@ or not defined $parsed or not ref($parsed) =~ /^Math::Symbolic/ | |
| 248 | 0 | 2 | 0 | ref $variable eq 'Math::Symbolic::Variable' || !ref($variable) |
| 257 | 0 | 0 | 2 | $@ or not defined $parsed |
| 0 | 0 | 2 | $@ or not defined $parsed or not ref($parsed) =~ /^Math::Symbolic::Variable/ | |
| 323 | 0 | 1 | 0 | defined $err and $err eq 'lagrange' or $err eq 'cauchy' |