Branch Coverage

blib/lib/TRD/DebugLog.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
86 0 0 if ($enabled)
90 0 0 if ($cutpackage eq 'main') { }
0 0 elsif ($cutpackage eq 'all') { }
98 0 0 if ($timestamp)
103 0 0 if ($file) { }
104 0 0 unless open my $fh, '>>', "$file"
132 0 0 if $package eq 'main::'
135 0 0 unless (defined $subroutine)
152 0 0 @_ ? :
185 0 0 if ($key eq 'enabled') { }
0 0 elsif ($key eq 'timestamp') { }
0 0 elsif ($key eq 'file') { }
0 0 elsif ($key eq 'timeformat') { }
191 0 0 if $file eq ''