blib/lib/HTML/FormFu/Constraint/AllOrNone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 20 | 85.0 |
line | true | false | branch |
---|---|---|---|
15 | 0 | 18 | unless $self->_process_when($params) |
18 | 0 | 18 | unless defined $others |
21 | 11 | 7 | ref $others ? : |
29 | 6 | 48 | if (ref $value eq 'ARRAY') { } |
32 | 6 | 0 | unless (@errors or $@) |
39 | 25 | 23 | if ($ok and not $@) |
44 | 23 | 31 | unless ($seen) |
49 | 7 | 11 | @failed && scalar @failed != scalar @names ? : |
51 | 11 | 7 | $pass ? : |
61 | 23 | 37 | if not defined $value or $value eq '' |