Condition Coverage

blib/lib/FormValidator/Simple/Struct/Regex.pm
Criterion Covered Total %
condition 16 18 88.8


and 3 conditions

line !l l&&!r l&&r condition
15 1 6 65 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 3 2 4 $s >= $min and $s <= $max

or 3 conditions

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