Branch Coverage

lib/DateTimeX/Mashup/Shiras/Types.pm
Criterion Covered Total %
branch 15 20 75.0


line true false branch
173 2 0 $num =~ /^-\d*.\d+$/ ? :
2 2 $num =~ /^(\d{0,6}(.\d*)?|\d{7,}.\d+)$/ ? :
6 4 $num =~ /^(\d{7,11}|60|0|-\d+)$/ ? :
178 4 8 $type eq 'excel' ? :
185 6 4 if ($type eq 'epoch') { }
4 0 elsif ($type =~ /_excel$/) { }
202 8 2 if (&DateTimeDate()->check($dt)) { }
203 0 8 if $time_zone
206 2 0 $type =~ /_excel$/ ? :
0 2 $type eq 'epoch' ? :