Condition Coverage

blib/lib/Test/FixtureBuilder.pm
Criterion Covered Total %
condition 3 12 25.0


and 3 conditions

line !l l&&!r l&&r condition
130 0 0 15 blessed $self and $self->isa('Test::FixtureBuilder')

or 2 conditions

line l !l condition
43 0 0 $error || 'Unknown Error'
67 0 0 $error || 'Unknown Error'
155 0 12 eval { do { $dbh->last_insert_id } } || 0

or 3 conditions

line l !l&&r !l&&!r condition
145 12 0 0 $self->dbh || croak('No database handle set!')