Condition Coverage

lib/CGI/FormBuilder/Multi.pm
Criterion Covered Total %
condition 3 11 27.2


and 3 conditions

line !l l&&!r l&&r condition
138 1 0 0 $opt{'params'} and ref $opt{'params'} ne 'HASH'

or 2 conditions

line l !l condition
160 1 0 $self->{'params'}->param($self->{'pagename'}) || 1

or 3 conditions

line l !l&&r !l&&!r condition
115 0 1 0 ref $mod || $mod
237 0 0 0 $self->{'forms'}[$p - 1]{'title'} || "Page $p"