Branch Coverage

blib/lib/Time/C/Util.pm
Criterion Covered Total %
branch 28 46 60.8


line true false branch
18 0 3816 if @_ < 2
0 3816 if @_ > 2
19 546 3270 if $pos >= length $fmt
21 1650 1620 substr($fmt, $pos, 1) eq '%' ? :
33 0 71 if @_ < 2
0 71 if @_ > 2
34 4 67 unless (defined $loc_db)
36 0 4 unless open my $fh, '<', $fn
42 12 59 if ($type eq 'weekdays') { }
19 40 elsif ($type eq 'weekdays_abbr') { }
12 28 elsif ($type eq 'months') { }
14 14 elsif ($type eq 'months_abbr') { }
0 14 elsif ($type eq 'am_pm') { }
5 9 elsif ($type eq 'datetime') { }
0 9 elsif ($type eq 'date') { }
2 7 elsif ($type eq 'time') { }
0 7 elsif ($type eq 'time_ampm') { }
7 0 elsif ($type eq 'era') { }
0 0 elsif ($type eq 'era_datetime') { }
0 0 elsif ($type eq 'era_time') { }
0 0 elsif ($type eq 'era_date') { }
0 0 elsif ($type eq 'digits') { }
72 0 71 unless defined $ret