Condition Coverage

blib/lib/Math/BigApprox.pm
Criterion Covered Total %
condition 14 15 93.3


and 3 conditions

line !l l&&!r l&&r condition
155 10 1 8 $$x[1] < 0 and 0 < $$y[1]
11 2 6 $$x[1] < 0 and 0 < $$y[1] and $$y[0] < 20.72326583694641
3 2 4 $$x[1] < 0 and 0 < $$y[1] and $$y[0] < 20.72326583694641 and 1 == int(0.5 + exp($$y[0])) % 2
304 56 2725 9 $exp and 2 * $exp == $exp

or 3 conditions

line l !l&&r !l&&!r condition
245 12 1308 0 $$x[1] <=> $$y[1] || $$x[1] * $$x[0] <=> $$y[1] * $$y[0]