Branch Coverage
blib/lib/SparkX/Form/Field/Validator/MaxLength.pm
Criterion
Covered
Total
%
branch
3
4
75.0
line
true
false
branch
33
0
7
unless
$self
->max_length
35
2
5
if
(
length
$self
->value
>
$self
->max_length
)