Condition Coverage

blib/lib/CGI/Test/Form.pm
Criterion Covered Total %
condition 16 37 43.2


and 3 conditions

line !l l&&!r l&&r condition
215 0 0 1 $this->radios && $$this{'radio_groups'}
222 0 0 1 $this->checkboxes && $$this{'checkbox_groups'}

or 2 conditions

line l !l condition
56 16 0 $node->attr('enctype') || 'application/x-www-form-urlencoded'
58 16 0 uc $node->attr('method') || 'POST'

or 3 conditions

line l !l&&r !l&&!r condition
155 2 15 0 $$this{'buttons'} || $this->_xtract('buttons')
162 19 0 0 $$this{'inputs'} || $this->_xtract('inputs')
169 15 0 0 $$this{'menus'} || $this->_xtract('menus')
176 7 1 0 $$this{'radios'} || $this->_xtract('radios')
183 9 0 0 $$this{'checkboxes'} || $this->_xtract('checkboxes')
190 0 0 0 $$this{'hidden'} || $this->_xtract('hidden')
197 26 0 0 $$this{'widgets'} || $this->_xtract('widgets')
208 4 16 0 $$this{'submits'} || ($$this{'submits'} = $this->_submits)
586 16 0 16 $node->attr('multiple') || defined $node->attr('size')