Branch Coverage

blib/lib/SparkX/Form/Field/Validator/Regex.pm
Criterion Covered Total %
branch 3 4 75.0


line true false branch
30 0 7 unless $self->regex
32 5 2 unless ($self->value =~ $self->regex)