Condition Coverage

blib/lib/Data/ResultsHelper.pm
Criterion Covered Total %
condition 0 54 0.0


and 3 conditions

line !l l&&!r l&&r condition
33 0 0 0 $0 and $0 =~ m[.+/(.+)$]
92 0 0 0 $$self{'headers'} and ref $$self{'headers'} eq 'ARRAY'
161 0 0 0 not $self->second_page and $self->smart_second_page_toc
176 0 0 0 $self->toc_limit and $i > $self->toc_limit
307 0 0 0 exists $$self{'prefs'}{'sort_column'} and $$self{'prefs'}{'sort_column'} =~ /^[0-9,\-]+$/
317 0 0 0 defined $$self{'results'} and ref $$self{'results'}
0 0 0 defined $$self{'results'} and ref $$self{'results'} and $#{$$self{'results'};} > -1
324 0 0 0 $filename and -f $filename
420 0 0 0 $time and length $time

or 2 conditions

line l !l condition
146 0 0 $$ref{"$$self{'prefix'}_show_cols"} ||= []
238 0 0 $ENV{'HTTP_HOST'} ||= ''
239 0 0 $ENV{'SCRIPT_NAME'} ||= ''
240 0 0 $ENV{'PATH_INFO'} ||= ''
322 0 0 $cookie_value || ''
386 0 0 $self->get_form_tack_on_string || ''

or 3 conditions

line l !l&&r !l&&!r condition
248 0 0 0 shift() || $$self{'results'}[0]
344 0 0 0 shift() || $self->rows
357 0 0 0 shift() || $self->rows
376 0 0 0 not $value or $key eq 'sort_column'
0 0 0 not $value or $key eq 'sort_column' or $key eq 'start_number'