Branch Coverage

blib/lib/WWW/FieldValidator.pm
Criterion Covered Total %
branch 10 20 50.0


line true false branch
32 0 2 if ($validatorType == 2) { }
1 1 elsif ($validatorType == 3) { }
0 1 elsif ($validatorType == 4) { }
0 1 elsif ($validatorType == 5) { }
78 0 13 if $self->{'isOptional'} and not $input
80 2 11 if ($self->{'validatorType'} == 1) { }
0 11 elsif ($self->{'validatorType'} == 2) { }
11 0 elsif ($self->{'validatorType'} == 3) { }
0 0 elsif ($self->{'validatorType'} == 4) { }
0 0 elsif ($self->{'validatorType'} == 5) { }