Branch Coverage

blib/lib/Date/Horoscope.pm
Criterion Covered Total %
branch 2 14 14.2


line true false branch
98 0 0 if $M < 0
99 0 0 if $M > 0
100 0 0 if $M == 0 and $D == 0
101 0 0 if $M == 0 and $D > 0
102 0 0 if $M == 0 and $D < 0
118 0 0 if $input_date{'month'} == 12 and $input_date{'day'} >= 22 and $input_date{'day'} <= 31
152 5 55 if not $S && $E or $S < 0 and $E < 0