Condition Coverage

lib/CGI/FormBuilder/Config/Simple.pm
Criterion Covered Total %
condition 0 19 0.0


and 3 conditions

line !l l&&!r l&&r condition
404 0 0 0 defined $form->$field and $form->$field eq ''
584 0 0 0 defined $error and $error ne ''

or 2 conditions

line l !l condition
187 0 0 shift() || 0
583 0 0 shift() || ''

or 3 conditions

line l !l&&r !l&&!r condition
416 0 0 0 $form->$field eq '' or not defined $form->$field
427 0 0 0 $self->$options || $self->errstr("write a method called ->$options")
533 0 0 0 $self->$value || $self->errstr("write a method called ->$value")