Condition Coverage

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


or 2 conditions

line l !l condition
25 7 1 shift() || {}
29 3 5 shift() || []
301 0 0 shift() || 'POST'
428 0 26 $params->{'extraAttributes'} || ''
515 0 4 shift() || ''
743 0 2 $args{'method'} || 'post'
744 0 2 $args{'attributes'} || {}
889 0 2 $args{'submit_type'} || 'submit'
893 0 2 $args{'submit_src'} || ''
895 2 0 $args{'submit_label'} || 'Submit'
916 0 2 $args{'submit_attributes'} || {}

or 3 conditions

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