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
573 0 0 0 exists $opts{'buildNewLink'} and $opts{'buildNewLink'} eq ''
671 0 0 0 $opts{'disable_select'} and $opts{'disable_sort'}
0 0 0 $opts{'disable_select'} and $opts{'disable_sort'} and $opts{'disable_filter'}
795 0 0 0 $r->{'U_ID'} ne '' and $r->{'U_ID'} eq $o->{'q'}->param('updated_uid')
798 0 0 0 $opts{'editLink'} ne '' and $r->{'U_ID'} ne ''
828 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
292 0 0 $opts{'title'} || 'OptimalQuery Report'
337 0 0 $opts{'OQdocTop'} ||= ''
338 0 0 $opts{'OQdocBottom'} ||= ''
339 0 0 $opts{'OQformTop'} ||= ''
340 0 0 $opts{'OQformBottom'} ||= ''
341 0 0 $opts{'editButtonLabel'} ||= 'edit'
342 0 0 $opts{'disable_sort'} ||= 0
343 0 0 $opts{'disable_filter'} ||= 0
344 0 0 $opts{'disable_select'} ||= 0
345 0 0 $opts{'mutateRecord'} ||= undef
346 0 0 $opts{'noEscapeCol'} ||= []
347 0 0 $opts{'editLink'} ||= undef
759 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
299 0 0 0 $opts{'replaceCSS'} || get_defaultCSS()
734 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
737 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_sort'} or $opts{'disable_sort'}
741 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_filter'} or $opts{'disable_filter'}
744 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
748 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
760 0 0 0 $col_opts->{'is_hidden'} or not $s->{$col}[2]