Condition Coverage

blib/lib/Math/Business/BlackScholes.pm
Criterion Covered Total %
condition 12 15 80.0


and 3 conditions

line !l l&&!r l&&r condition
434 77 17 17 $done and not wantarray
447 50 26 0 $diff > 0 and $sigma > 0.5 * ($sigma_low + $sigma_high)

or 3 conditions

line l !l&&r !l&&!r condition
258 41 20 238 $sigma == 0 or $term == 0
61 0 238 $sigma == 0 or $term == 0 or $adj_market == 0
20 0 238 $sigma == 0 or $term == 0 or $adj_market == 0 or $strike <= 0