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
574 0 0 0 exists $opts{'buildNewLink'} and $opts{'buildNewLink'} eq ''
672 0 0 0 $opts{'disable_select'} and $opts{'disable_sort'}
0 0 0 $opts{'disable_select'} and $opts{'disable_sort'} and $opts{'disable_filter'}
796 0 0 0 $r->{'U_ID'} ne '' and $r->{'U_ID'} eq $o->{'q'}->param('updated_uid')
799 0 0 0 $opts{'editLink'} ne '' and $r->{'U_ID'} ne ''
829 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
293 0 0 $opts{'title'} || 'OptimalQuery Report'
338 0 0 $opts{'OQdocTop'} ||= ''
339 0 0 $opts{'OQdocBottom'} ||= ''
340 0 0 $opts{'OQformTop'} ||= ''
341 0 0 $opts{'OQformBottom'} ||= ''
342 0 0 $opts{'editButtonLabel'} ||= 'edit'
343 0 0 $opts{'disable_sort'} ||= 0
344 0 0 $opts{'disable_filter'} ||= 0
345 0 0 $opts{'disable_select'} ||= 0
346 0 0 $opts{'mutateRecord'} ||= undef
347 0 0 $opts{'noEscapeCol'} ||= []
348 0 0 $opts{'editLink'} ||= undef
760 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
300 0 0 0 $opts{'replaceCSS'} || get_defaultCSS()
735 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
738 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_sort'} or $opts{'disable_sort'}
742 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_filter'} or $opts{'disable_filter'}
745 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
749 0 0 0 $o->{'schema'}{'select'}{$colAlias}[3]{'disable_select'} or $opts{'disable_select'}
761 0 0 0 $col_opts->{'is_hidden'} or not $s->{$col}[2]