Condition Coverage

blib/lib/Rose/HTML/Form/Field/Compound.pm
Criterion Covered Total %
condition 16 22 72.7


and 3 conditions

line !l l&&!r l&&r condition
217 399 305 0 my $parent = $self->parent_field and $self->auto_invalidate_parent
314 1 0 4 ref $args eq "HASH" and keys %$args

or 2 conditions

line l !l condition
43 84 0 $self->{'fields'} ||= {}
307 4 7 $args{'args'} || []

or 3 conditions

line l !l&&r !l&&!r condition
69 3 0 0 $self->field($field_name) || Carp::croak("No such field: $field_name")
141 0 704 7 !$type || $type eq 'input_value'
227 201 866 86 defined $ret or $self->is_empty
1067 56 30 defined $ret or $self->is_empty or $self->has_partial_value