Branch Coverage

blib/lib/DBIx/LogProfile.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
23 0 0 unless $self->{'Level'} =~ /^[a-z]+$/
25 0 0 if ($self->{'Log'} eq 'Any') { }
0 0 elsif ($self->{'Log'} eq 'Log4perl') { }
37 0 0 if $self->{'Trace'} and $self->{'Trace'} >= 2
76 0 0 if (not $self->{'OrderByDesc'} =~ /^key/) { }
99 0 0 if ($self->{'Log'} eq 'Log4perl') { }
0 0 elsif ($self->{'Log'} eq 'Any') { }
111 0 0 if (defined $self->{'Limit'})
112 0 0 if ++$counter >= $self->{'Limit'}
118 0 0 if ($@)
134 0 0 if ${^GLOBAL_PHASE} eq 'DESTRUCT'
146 0 0 unless UNIVERSAL::isa($dbh->{'Profile'}, 'DBIx::LogProfile')