line |
!l |
l&&!r |
l&&r |
condition |
271
|
1679 |
38 |
0 |
index($name, ".") >= 0 and not $self->isa("Rose::HTML::Form::Field::Hidden")
|
279
|
602 |
1112 |
3 |
defined $old_name and $name ne $old_name
|
373
|
11 |
1028 |
172 |
not $parent->{'in_init'} and $parent->_is_full
|
390
|
2954 |
0 |
0 |
wantarray and ref $value eq "ARRAY"
|
446
|
801 |
471 |
2 |
wantarray and ref $self->{'internal_value'} eq "ARRAY"
|
477
|
1047 |
997 |
2 |
wantarray and ref $final_value eq "ARRAY"
|
506
|
53 |
269 |
0 |
wantarray and ref $self->{'output_value'} eq "ARRAY"
|
589
|
0 |
0 |
1 |
ref $input_filter and $input_filter eq $self->output_filter
|
693
|
4 |
0 |
939 |
$self->html_element and $self->apply_error_class
|
|
4 |
937 |
2 |
$self->html_element and $self->apply_error_class and defined $self->error
|
713
|
4 |
0 |
449 |
$self->html_element and $self->apply_error_class
|
|
4 |
447 |
2 |
$self->html_element and $self->apply_error_class and defined $self->error
|
829
|
159 |
55 |
0 |
$self->required and !ref($value) && (!defined($value) || $self->trim_spaces && !($value =~ /\S/)) || ref $value eq 'ARRAY' && !@$value
|
833
|
0 |
21 |
0 |
$self->is_empty and $self->empty_is_ok
|
920
|
19 |
0 |
6 |
ref $args eq "HASH" and keys %$args
|
|
0 |
19 |
0 |
ref $args eq "ARRAY" and @$args
|
935
|
1 |
0 |
0 |
ref $args eq "HASH" and keys %$args
|
|
0 |
1 |
0 |
ref $args eq "ARRAY" and @$args
|
1045
|
0 |
2089 |
1609 |
$invocant->can("parent_group") and my $parent_group = $invocant->parent_group
|