Condition Coverage

blib/lib/Date/Horoscope.pm
Criterion Covered Total %
condition 7 24 29.1


and 3 conditions

line !l l&&!r l&&r condition
100 0 0 0 $M == 0 and $D == 0
101 0 0 0 $M == 0 and $D > 0
102 0 0 0 $M == 0 and $D < 0
118 5 0 0 $input_date{'month'} == 12 and $input_date{'day'} >= 22
5 0 0 $input_date{'month'} == 12 and $input_date{'day'} >= 22 and $input_date{'day'} <= 31
152 0 0 60 $S && $E
45 10 5 $S < 0 and $E < 0

or 3 conditions

line l !l&&r !l&&!r condition
152 0 0 60 not $S && $E or $S < 0 and $E < 0