blib/lib/HTML/FormFu/Constraint/Email.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
19 | 1 | 11 | if not defined $value or $value eq '' |
23 | 5 | 6 | if (defined $self->options) |
25 | 1 | 4 | if (ref $self->options eq 'ARRAY') { } |
3 | 1 | elsif (ref $self->options eq 'HASH') { } | |
28 | 0 | 1 | if $foo eq 'address' |
36 | 0 | 3 | if $foo eq 'address' |