Branch Coverage

blib/lib/DTL/Fast/Filter/Getdigit.pm
Criterion Covered Total %
branch 4 6 66.6


line true false branch
12 0 4 unless scalar @{$self->{'parameter'};}
23 4 0 if ($value =~ /^\d+$/ and $digit =~ /^\d+$/ and $digit > 0)
29 3 1 if (length $value >= $digit) { }