blib/lib/HTML/FormFu/Constraint/AllOrNone.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 17 | 20 | 85.0 |
line | true | false | branch |
---|---|---|---|
16 | 0 | 18 | unless $self->_process_when($params) |
19 | 0 | 18 | unless defined $others |
22 | 11 | 7 | ref $others ? : |
30 | 6 | 48 | if (ref $value eq 'ARRAY') { } |
33 | 6 | 0 | unless (@errors or $@) |
40 | 25 | 23 | if ($ok and not $@) |
45 | 23 | 31 | unless ($seen) |
50 | 7 | 11 | @failed && scalar @failed != scalar @names ? : |
52 | 11 | 7 | $pass ? : |
62 | 23 | 37 | if not defined $value or $value eq '' |