Condition Coverage

blib/lib/WWW/Form.pm
Criterion Covered Total %
condition 15 28 53.5


or 2 conditions

line l !l condition
27 7 1 shift() || {}
31 3 5 shift() || []
303 0 0 shift() || 'POST'
430 0 26 $params->{'extraAttributes'} || ''
517 0 4 shift() || ''
745 0 2 $args{'method'} || 'post'
746 0 2 $args{'attributes'} || {}
891 0 2 $args{'submit_type'} || 'submit'
895 0 2 $args{'submit_src'} || ''
897 2 0 $args{'submit_label'} || 'Submit'
918 0 2 $args{'submit_attributes'} || {}

or 3 conditions

line l !l&&r !l&&!r condition
669 0 0 4 $attributesString ||= $field->{'extraAttributes'}
962 1 0 1 $self->getFieldValue($fieldName) or $field->{'defaultChecked'}