Branch Coverage

blib/lib/TeX/AutoTeX/Log.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
32 0 0 unless (defined $$self{'dir'} and -d $$self{'dir'})
36 0 0 if $$self{'dupefh'}
42 0 0 unless ($$self{'logfile'})
45 0 0 unless open $$self{'logfh'}, '>', "$$self{'dir'}/$$self{'logfile'}"
52 0 0 if ($$self{'logfh'})
53 0 0 unless close $$self{'logfh'}
68 0 0 if $$self{'verbose'}
75 0 0 if ($$self{'logfh'})
78 0 0 if ($$self{'dupefh'})
87 0 0 if (open my $LOG, '<', "$$self{'dir'}/$$self{'logfile'}")
93 0 0 unless close $LOG