Condition Coverage

blib/lib/Form/Diva.pm
Criterion Covered Total %
condition 20 23 86.9


and 3 conditions

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

or 2 conditions

line l !l condition
47 344 0 $options{'attributes'} // []
53 153 0 $options{'content'} // ""
158 19 125 $field->{'class'} || ''
186 21 7 $data->{$fname} || ''
218 38 1 $field->{'label'} || ''
312 2 36 $field->{'extra'} || ''
481 14 0 $field->{'label'} || ''

or 3 conditions

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