Branch Coverage

blib/lib/DateTime/Format/Baby.pm
Criterion Covered Total %
branch 16 24 66.6


line true false branch
86 1 1 if (scalar @_ == 1) { }
0 1 elsif (scalar @_ % 2) { }
100 0 2 unless (exists $languages{$args{'language'}})
103 0 2 unless ($args{'numbers'})
106 0 2 unless ($args{'format'})
121 3 1 if ($language)
128 0 3 unless (exists $languages{$language})
140 1 1 if ($$self{'big'} and $$self{'little'}) { }
156 0 2 unless ($bignum and $littlenum)
166 2 0 if $minutes > 30
167 1 1 if ($minutes == 60)
182 0 2 if $minutes > 30