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
48 0 0 0 exists $opts{'buildNewLink'} and $opts{'buildNewLink'} eq ''
228 0 0 0 $opts{'editLink'} ne '' and $r->{'U_ID'} ne ''

or 2 conditions

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

or 3 conditions

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