Condition Coverage

lib/FormValidator/Simple/Plugin/HTML.pm
Criterion Covered Total %
condition 4 11 36.3


and 3 conditions

line !l l&&!r l&&r condition
35 0 2 0 defined $maxlength and &Scalar::Util::Numeric::isnum($maxlength)
48 0 3 0 defined $max and &Scalar::Util::Numeric::isnum($max)
61 0 5 0 defined $min and &Scalar::Util::Numeric::isnum($min)

or 2 conditions

line l !l condition
32 2 0 $$params[0] || ''