Condition Coverage

blib/lib/Form/Diva.pm
Criterion Covered Total %
condition 18 19 94.7


and 3 conditions

line !l l&&!r l&&r condition
187 65 39 1 exists $field->{'label'} and not defined $field->{'label'}

or 2 conditions

line l !l condition
134 19 125 $field->{'class'} || ''
162 21 7 $data->{$fname} || ''
194 38 1 $field->{'label'} || ''
258 2 36 $field->{'extra'} || ''
398 14 0 $field->{'label'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
321 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"