Branch Coverage

blib/lib/Class/DBI/DataMigration/Migrator.pm
Criterion Covered Total %
branch 2 26 7.6


line true false branch
133 0 0 unless ref $newobj
153 0 0 unless my $mapper = $self->mappers->{ref $to_map}
161 0 1 if $$config{'source_connection'}
162 0 1 if $$config{'target_connection'}
171 0 0 if $@
173 0 0 unless $$config{'base_class'}->db_Main
192 0 0 $$entity{'mapper'} ? :
213 0 0 if $Carp::Assert::DEBUG
219 0 0 if (my $mapping_hash = $$hash{'mapping'}) { }
221 0 0 exists $$mapping_hash{'class'} ? :
235 0 0 unless $$mapper{'class'}
250 0 0 unless (defined %{"${pkg}::";})
252 0 0 if $@