Branch Coverage

blib/lib/PomBase/Chobo/Role/ChadoStore.pm
Criterion Covered Total %
branch 8 14 57.1


line true false branch
69 0 18 unless $dbh->do("COPY $table_name($column_names) FROM STDIN CSV")
77 0 67 unless ($dbh->pg_putcopydata($csv->string . "\n"))
82 0 18 if (not $dbh->pg_putcopyend)
95 1 1 if ($PomBase::Chobo::Role::ChadoStore::a->{'id'} =~ /:/) { }
96 1 0 if ($PomBase::Chobo::Role::ChadoStore::b->{'id'} =~ /:/) { }
102 1 0 if ($PomBase::Chobo::Role::ChadoStore::b->{'id'} =~ /:/) { }
117 0 4 if (exists $terms_by_name{$_->name}) { }