Branch Coverage

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


line true false branch
24 0 0 unless $self->{'Level'} =~ /^[a-z]+$/
26 0 0 if ($self->{'Log'} eq 'Any') { }
0 0 elsif ($self->{'Log'} eq 'Log4perl') { }
38 0 0 if $self->{'Trace'} and $self->{'Trace'} >= 2
69 0 0 'CODE' eq ref $_ ? :
86 0 0 if (not $self->{'OrderByDesc'} =~ /^[^a-z]/) { }
109 0 0 if ($self->{'Log'} eq 'Log4perl') { }
0 0 elsif ($self->{'Log'} eq 'Any') { }
121 0 0 if (defined $self->{'Limit'})
122 0 0 if ++$counter >= $self->{'Limit'}
128 0 0 if ($@)
144 0 0 if ${^GLOBAL_PHASE} eq 'DESTRUCT'
156 0 0 unless UNIVERSAL::isa($dbh->{'Profile'}, 'DBIx::LogProfile')