Branch Coverage

blib/lib/Template/Plugin/Datum.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
22 1 4 if ($text =~ /^(\d{4})(\d{2})(\d{2})$/) { }
1 3 elsif ($text =~ /^(\d{4})(\d{2})(\d{2})(\d{2})(\d{2})(\d{2})$/) { }
33 2 3 unless scalar @date == 3
37 1 2 if (scalar @time == 3)