Condition Coverage

lib/CGI/OptimalQuery/RecView.pm
Criterion Covered Total %
condition 0 42 0.0


and 3 conditions

line !l l&&!r l&&r condition
50 0 0 0 exists $opts{'buildNewLink'} and $opts{'buildNewLink'} eq ''
230 0 0 0 $opts{'editLink'} ne '' and $r->{'U_ID'} ne ''

or 2 conditions

line l !l condition
22 0 0 $opts{'OQdocTop'} ||= ''
23 0 0 $opts{'OQdocBottom'} ||= ''
24 0 0 $opts{'OQformTop'} ||= ''
25 0 0 $opts{'OQformBottom'} ||= ''
26 0 0 $opts{'editButtonLabel'} ||= 'edit'
27 0 0 $opts{'disable_sort'} ||= 0
28 0 0 $opts{'disable_filter'} ||= 0
29 0 0 $opts{'disable_select'} ||= 0
30 0 0 $opts{'mutateRecord'} ||= undef
31 0 0 $opts{'editLink'} ||= undef
32 0 0 $opts{'htmlExtraHead'} ||= ''
244 0 0 $typeMap->{$col} || 'char'

or 3 conditions

line l !l&&r !l&&!r condition
162 0 0 0 $o->{'schema'}{'URI_standalone'} || $o->{'schema'}{'URI'}
215 0 0 0 $colOpts->{'disable_select'} or $opts{'disable_select'}
216 0 0 0 $colOpts->{'disable_sort'} or $opts{'disable_sort'}
217 0 0 0 $colOpts->{'disable_filter'} or $opts{'disable_filter'}