blib/lib/Apache/Voodoo/Validate/signed_decimal.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 12 | 0.0 |
line | true | false | branch |
---|---|---|---|
13 | 0 | 0 | if (defined $$c{'left'}) { } |
14 | 0 | 0 | if ($$c{'left'} =~ /^\d+$/) { } |
25 | 0 | 0 | if (defined $$c{'right'}) { } |
26 | 0 | 0 | if ($$c{'right'} =~ /^\d+$/) { } |
44 | 0 | 0 | if ($v =~ /^(\+|-)?(\d*)(?:\.(\d+))?$/) { } |
50 | 0 | 0 | if (length $l > $$self{'left'} or length $r > $$self{'right'}) |