Branch Coverage

blib/lib/Net/DRI/Logging/Files.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
32 0 0 unless (exists $$self{'output_directory'} and defined $$self{'output_directory'})
33 0 0 unless (-d $$self{'output_directory'})
34 0 0 unless (-w $$self{'output_directory'})
45 0 0 if (exists $$self{'fh'}{$name})
47 0 0 unless open $fh, '>>', $name
56 0 0 unless ($self->should_log($level))
58 0 0 unless (exists $$self{'fh'}{$name})
61 0 0 if (exists $$self{'fh'}{$core}) { }
79 0 0 if exists $$self{'output_filename'}
80 0 0 defined $ctx && ref $ctx eq 'HASH' ? :
89 0 0 unless close $fh