Branch Coverage

lib/Math/Business/BlackScholes/Binaries/Greeks/Theta.pm
Criterion Covered Total %
branch 13 16 81.2


line true false branch
93 7 6 unless (defined $w)
106 4 9 $S > $U ? :
128 3 10 if ($S >= $U or $S <= $D)
132 5 5 unless (defined $w)
148 0 20 unless (defined $eta)
152 10 10 if ($eta == 0)
173 0 480 if ($k == 1 and not abs $phi < $stability_constant)
181 0 20 if (Math::Trig::sinh($mu_dash * $h / ($vol * $vol)) == 0) { }