Branch Coverage

blib/lib/DBIx/PgLink/Logger.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
15 0 0 if @_
27 0 0 @_ == 1 ? :
30 0 0 if ($PLPERL) { }
34 0 0 unless (%ELOG_SEVERITY)
55 0 0 if ($severity =~ /^E/) { }
67 0 0 unless $plperl
68 0 0 if ($severity =~ /ERROR|FATAL|PANIC/) { }
0 0 elsif ($severity ne 'TRACE' and trace_level() > 2) { }
78 0 0 if $subroutine =~ /^(Class::MOP)|(Moose)|(^main::__ANON__)/