Condition Coverage

lib/CGI/OptimalQuery/InteractiveQuery.pm
Criterion Covered Total %
condition 0 78 0.0


and 3 conditions

line !l l&&!r l&&r condition
234 0 0 0 $p ne 'All' and $p > $o->get_count
575 0 0 0 exists $opts{'buildNewLink'} and $opts{'buildNewLink'} eq ''
673 0 0 0 $opts{'disable_select'} and $opts{'disable_sort'}
0 0 0 $opts{'disable_select'} and $opts{'disable_sort'} and $opts{'disable_filter'}
797 0 0 0 $r->{'U_ID'} ne '' and $r->{'U_ID'} eq $o->{'q'}->param('updated_uid')
800 0 0 0 $opts{'editLink'} ne '' and $r->{'U_ID'} ne ''
830 0 0 0 $o->{'q'}->param('on_select') ne '' and $r->{'U_ID'} ne ''

or 2 conditions

line l !l condition
12 0 0 $o->{'schema'}{'options'}{'CGI::OptimalQuery::InteractiveQuery'}{'WindowWidth'} ||= 800
13 0 0 $o->{'schema'}{'options'}{'CGI::OptimalQuery::InteractiveQuery'}{'WindowHeight'} ||= 600
294 0 0 $opts{'title'} || 'OptimalQuery Report'
339 0 0 $opts{'OQdocTop'} ||= ''
340 0 0 $opts{'OQdocBottom'} ||= ''
341 0 0 $opts{'OQformTop'} ||= ''
342 0 0 $opts{'OQformBottom'} ||= ''
343 0 0 $opts{'editButtonLabel'} ||= 'edit'
344 0 0 $opts{'disable_sort'} ||= 0
345 0 0 $opts{'disable_filter'} ||= 0
346 0 0 $opts{'disable_select'} ||= 0
347 0 0 $opts{'mutateRecord'} ||= undef
348 0 0 $opts{'noEscapeCol'} ||= []
349 0 0 $opts{'editLink'} ||= undef
761 0 0 $s->{$col}[3] || {}

or 3 conditions

line l !l&&r !l&&!r condition
258 0 0 0 $p < 1 or $p == $lastP
0 0 0 $p < 1 or $p == $lastP or $p > $o->get_num_pages
301 0 0 0 $opts{'replaceCSS'} || get_defaultCSS()
736 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
739 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_sort'} or $opts{'disable_sort'}
743 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_filter'} or $opts{'disable_filter'}
746 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
750 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
762 0 0 0 $col_opts->{'is_hidden'} or not $s->{$col}[2]