Branch Coverage

blib/lib/DateTime/Format/Human.pm
Criterion Covered Total %
branch 26 28 92.8


line true false branch
44 3 0 if $_[0] >= 0
52 3 0 if $_[0] >= 0
93 2 46 if ($vague > 2)
94 5 43 if ($close_minute > 30)
97 12 36 if ($hour == 0) { }
2 34 elsif ($hour == 12) { }
103 6 7 $hour >= $$self{'evening'} ? :
4 13 $hour >= $$self{'night'} ? :
17 17 $hour <= 12 ? :
108 34 14 if ($close_minute == 0)
109 29 5 unless $hour == 0 or $hour == 12
111 34 14 $close_minute == 0 ? :
116 34 14 unless $say_min
120 14 34 unless $daytime