Branch Coverage

blib/lib/ORLite/Migrate/Timeline.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
111 0 1 unless (&Params::Util::_INSTANCE($self->dbh, 'DBI::db'))
114 0 1 unless ($self->dbh->{'AutoCommit'})
165 0 3 unless ($self->can($method))
170 0 3 unless (eval { do { $self->$method } })
310 3 1 if @_ > 2
363 0 0 unless $_[0]->table_exists($_[1])