blib/lib/Validation/Class/Plugin/FormFields.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 44 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 0 | 0 | 0 | $name and $method |
322 | 0 | 0 | 0 | $v and $values{$v} |
0 | 0 | 0 | $v and $values{$v} and $v eq $values{$v} |
line | l | !l | condition |
---|---|---|---|
151 | 0 | 0 | $attributes{'type'} ||= 'checkbox' |
186 | 0 | 0 | $attributes{'type'} ||= 'checkbox' |
246 | 0 | 0 | $attributes{'type'} ||= 'hidden' |
320 | 0 | 0 | $v || '' |
321 | 0 | 0 | $c || '' |
344 | 0 | 0 | $attributes{'type'} ||= 'radio' |
379 | 0 | 0 | $attributes{'type'} ||= 'radio' |
439 | 0 | 0 | $attributes{'type'} ||= 'text' |
443 | 0 | 0 | $value || '' |
464 | 0 | 0 | $attributes{'type'} ||= 'text' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
111 | 0 | 0 | 0 | $attributes{'id'} ||= $field->name |
112 | 0 | 0 | 0 | $attributes{'name'} ||= $field->name |
441 | 0 | 0 | 0 | $$param[0] || (isa_arrayref($value) ? $$value[0] : $value) |
466 | 0 | 0 | 0 | $$param[0] || (isa_arrayref($value) ? $$value[0] : $value) |
485 | 0 | 0 | 0 | $target ||= $$self{'target'} |