Branch Coverage

blib/lib/DBIx/HTML.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
24 0 0 if (UNIVERSAL::isa($_[0], 'DBI::db')) { }
31 0 0 if $@
41 0 0 unless $self->{'dbh'}
47 0 0 if $@
57 0 0 unless $self->isa('DBIx::HTML')
59 0 0 unless $self->{'generator'}->can($method)
66 0 0 if (not $self->{'keep_alive'} and $self->{'dbh'}->isa('DBI::db'))