Branch Coverage

blib/lib/Time/Concise.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
71 1 1 if $seconds =~ /\D/
76 5 0 if $amount
94 1 1 if $string =~ /[^$Time::Concise::CONVERT0-9 ]/o
97 5 0 if (my($amount) = $string =~ /(\d+)$type/)