Condition Coverage

blib/lib/HTML/DBForm.pm
Criterion Covered Total %
condition 0 11 0.0


or 2 conditions

line l !l condition
384 0 0 $$element{'type'} ||= 'text'

or 3 conditions

line l !l&&r !l&&!r condition
346 0 0 0 $$self{'query'}->param('rm') or $default
364 0 0 0 shift() || $$self{'query'}->param($$self{'pk'})
387 0 0 0 $$element{'label'} ||= join(' ', map({ucfirst $_;} split(/_/, $$element{'column'}, 0)))