Branch Coverage

blib/lib/Time/F.pm
Criterion Covered Total %
branch 17 36 47.2


line true false branch
206 0 351 if @_ < 2
0 351 if @_ > 2 and (@_ - 2) % 2
27 324 exists ${__rest}{'locale'} ? :
0 351 if keys %{__rest}
210 1065 1053 if (exists $formatter{$tok}) { }
0 1053 elsif ($tok =~ /^%/) { }
222 0 3 if @_ < 3
0 3 if @_ > 3
226 0 3 if $s{'year'} < 1
227 3 0 if ($t->year > $s{'year'}) { }
0 0 elsif ($t->year == $s{'year'}) { }
228 1 2 if $E eq 'Y'
229 1 1 if $E eq 'C'
230 1 0 if $E eq 'y'
234 0 0 if ($t->epoch >= $s->epoch)
235 0 0 if $E eq 'Y'
236 0 0 if $E eq 'C'
237 0 0 if $E eq 'y'