Condition Coverage

lib/Spreadsheet/Engine/Fn/Approximator.pm
Criterion Covered Total %
condition 8 11 72.7


and 3 conditions

line !l l&&!r l&&r condition
24 60 0 1646 abs $delta > $epsilon and $value != $oldvalue

or 2 conditions

line l !l condition
13 72 0 $arg{'initial_guess'} || 0.01
14 45 27 $arg{'max_iterations'} || 20
15 0 72 $arg{'epsilon'} || 1e-07
30 485 1089 $m || 0.01