blib/lib/HTML/FormFu/Constraint/Email.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 10 | 12 | 83.3 |
line | true | false | branch |
---|---|---|---|
18 | 1 | 10 | if not defined $value or $value eq '' |
22 | 4 | 6 | if (defined $self->options) |
24 | 1 | 3 | if (ref $self->options eq 'ARRAY') { } |
2 | 1 | elsif (ref $self->options eq 'HASH') { } | |
27 | 0 | 1 | if $foo eq 'address' |
35 | 0 | 2 | if $foo eq 'address' |