| blib/lib/Math/Integral/Romberg.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 5 | 10 | 50.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 143 | 0 | 2 | if $lo > $hi | 
| 166 | 0 | 13 | if ($lo + $step_len / $steps == $lo or $hi - $step_len / $steps == $hi) | 
| 168 | 0 | 0 | $return_pts ? : | 
| 196 | 2 | 11 | if ($split >= $min_split and abs $new_estimate - $estimate < $abs_err || abs $new_estimate - $estimate < $rel_err * abs($estimate) or $split == $max_split and $$abort = 1) | 
| 200 | 0 | 2 | $return_pts ? : |