Branch Coverage

lib/DateStamp.pm
Criterion Covered Total %
branch 48 62 77.4


line true false branch
48 0 1 $hour =~ /[10-24]/ ? :
49 0 1 $month =~ /1[012]/ ? :
50 1 0 $month_day =~ /\d\d/ ? :
51 1 0 $seconds =~ /\d\d/ ? :
52 0 1 $minutes =~ /\d\d/ ? :
147 1 8 if ($args{'length'} eq 'short') { }
8 0 elsif ($args{'length'} eq 'long') { }
176 8 5 if ($args{'format'} eq 'alpha') { }
5 0 elsif ($args{'format'} eq 'numeric') { }
177 4 4 if ($args{'length'} eq 'short') { }
4 0 elsif ($args{'length'} eq 'long') { }
213 4 10 if ($args{'format'} eq 'alpha') { }
10 0 elsif ($args{'format'} eq 'numeric') { }
214 2 2 if ($args{'length'} eq 'short') { }
2 0 elsif ($args{'length'} eq 'long') { }
257 1 5 if ($args{'format'} eq 'localtime') { }
2 3 elsif ($args{'format'} eq '12') { }
3 0 elsif ($args{'format'} eq '24') { }
268 1 1 if ($args{'length'} eq 'short') { }
1 0 elsif ($args{'length'} eq 'long') { }
280 1 2 if ($args{'length'} eq 'short') { }
2 0 elsif ($args{'length'} eq 'long') { }
330 2 7 if ($args{'format'} eq 'yyyymmdd') { }
2 5 elsif ($args{'format'} eq 'mmddyyyy') { }
1 4 elsif ($args{'format'} eq 'month-day-year') { }
1 3 elsif ($args{'format'} eq 'mon-day-year') { }
1 2 elsif ($args{'format'} eq 'weekday-month-day-year') { }
1 1 elsif ($args{'format'} eq 'month-day') { }
1 0 elsif ($args{'format'} eq 'mon-day') { }
334 1 1 if ($args{'glue'}) { }
348 1 1 if ($args{'glue'}) { }