Branch Coverage

blib/lib/DateTime/Format/Duration/DurationString.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
110 13 1 if ($token =~ /^(\d+)(\D?)$/) { }
114 2 11 if ($typ eq 's') { }
1 10 elsif ($typ eq 'm') { }
3 7 elsif ($typ eq 'h' or $typ eq '') { }
5 2 elsif ($typ eq 'd') { }
1 1 elsif ($typ eq 'w') { }