Condition Coverage

blib/lib/Form/Diva.pm
Criterion Covered Total %
condition 12 12 100.0


or 2 conditions

line l !l condition
134 19 125 $field->{'class'} || ''
162 21 7 $data->{$fname} || ''
254 2 36 $field->{'extra'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
317 13 11 73 $field->{'type'} eq 'radio' or $field->{'type'} eq 'checkbox'
24 7 66 $field->{'type'} eq 'radio' or $field->{'type'} eq 'checkbox' or $field->{'type'} eq 'select'