Condition Coverage

blib/lib/ObjectDB/Table.pm
Criterion Covered Total %
condition 0 39 0.0


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 0 $page and $page =~ /^[0-9]+$/
63 0 0 0 $page_size and $page_size =~ /^[0-9]+$/
130 0 0 0 $page and $page =~ /^[0-9]$/
131 0 0 0 $page_size and $page_size =~ /^[0-9]$/
178 0 0 0 $bind and ref $bind eq 'ARRAY'
205 0 0 0 $rows and @$rows
280 0 0 0 $rows and @$rows

or 3 conditions

line l !l&&r !l&&!r condition
51 0 0 0 $params{'single'} || $params{'first'}
119 0 0 0 $params{'single'} || $params{'first'}
169 0 0 0 $params{'single'} || $params{'first'}
187 0 0 0 $single or wantarray
257 0 0 0 $params{'single'} || $params{'first'}
259 0 0 0 $single or $params{'wantarray'}