Condition Coverage

blib/lib/DBIx/Browse.pm
Criterion Covered Total %
condition 0 31 0.0


and 3 conditions

line !l l&&!r l&&r condition
120 0 0 0 not $lvalues and $n_ltables
0 0 0 $lvalues and $$self{'single'} || scalar @$lvalues != scalar @{$$self{'linked_fields'};}
135 0 0 0 not $lrefs and $n_ltables
0 0 0 $lrefs and $$self{'single'} || scalar @$lrefs != scalar @{$$self{'linked_fields'};}

or 2 conditions

line l !l condition
50 0 0 $$param{'primary_key'} || 'id'
624 0 0 $dbh->errstr || 'Unknown DBI error'

or 3 conditions

line l !l&&r !l&&!r condition
29 0 0 0 ref $this || $this
103 0 0 0 $$self{'single'} or scalar @$ltables != scalar @{$$self{'linked_fields'};}
120 0 0 0 $$self{'single'} || scalar @$lvalues != scalar @{$$self{'linked_fields'};}
135 0 0 0 $$self{'single'} || scalar @$lrefs != scalar @{$$self{'linked_fields'};}
287 0 0 0 $$param{'offset'} or not $$param{'limit'}