blib/lib/FormValidator/Simple/Struct/Regex.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 16 | 18 | 88.8 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 1 | 6 | 73 | defined $s and length $s > 0 |
115 | 2 | 2 | 3 | $len >= $min and $len <= $max |
126 | 1 | 1 | 1 | length $integer_value <= $integer and length $decimal_value <= $decimal |
135 | 4 | 3 | 10 | $s >= $min and $s <= $max |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
109 | 0 | 2 | 7 | $s eq '0' || $s eq '1' |
115 | 2 | 0 | 7 | $len == 0 or $len >= $min and $len <= $max |