Branch Coverage

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


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