blib/lib/HTML/FormFu/Constraint.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 15 | 19 | 78.9 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
207 | 198 | 0 | 0 | &blessed($err) and $err->isa('HTML::FormFu::Exception::Constraint') |
line | l | !l | condition |
---|---|---|---|
116 | 43 | 18 | &reftype($only_on_reps) || '' |
144 | 10 | 0 | &reftype($value) || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
97 | 3 | 112 | 236 | $@ || !$ok |
170 | 0 | 1 | 44 | $@ || !$ok |
191 | 8 | 4 | 392 | $self->force_errors || $self->parent->force_errors |
193 | 122 | 8 | 274 | CORE::not $pass or $force |