| line |
!l |
l&&!r |
l&&r |
condition |
|
16
|
0 |
79 |
0 |
$self->form and $self->form->can('build_field_id')
|
|
27
|
0 |
80 |
0 |
$self->form && $self->form->field_prefix
|
|
183
|
15 |
1468 |
550 |
defined $parent_name and length $parent_name
|
|
200
|
0 |
0 |
0 |
defined $parent_accessor and length $parent_accessor
|
|
430
|
523 |
87 |
0 |
$self->has_fields and $self->skip_fields_without_input
|
|
|
610 |
0 |
0 |
$self->has_fields and $self->skip_fields_without_input and not $self->has_input
|
|
435
|
8 |
16 |
50 |
$self->has_input && $self->input_defined
|
|
|
536 |
50 |
24 |
$self->required || $self->has_required_when && $self->match_when($self->required_when) and not $self->has_input && $self->input_defined
|
|
541
|
79 |
2 |
14 |
$tobj->has_coercion and $tobj->validate($value)
|
|
751
|
24 |
37 |
1 |
$self->has_form and $self->form->_has_form_message($msg)
|