Condition Coverage

blib/lib/Catalyst/Plugin/CDBI/Transaction.pm
Criterion Covered Total %
condition 0 11 0.0


and 3 conditions

line !l l&&!r l&&r condition
118 0 0 0 $class->can('db_Main') and $class->columns
119 0 0 0 exists $c->comp($class)->db_Main->{'AutoCommit'} and not $c->comp($class)->db_Main->{'AutoCommit'}

or 2 conditions

line l !l condition
78 0 0 $cdbi->db_Main->{'AutoCommit'} || (next)

or 3 conditions

line l !l&&r !l&&!r condition
91 0 0 0 $_->dbi_rollback or $c->log->error("dbi_rollback failed in ${_}: $!")