Condition Coverage

blib/lib/TeX/AutoTeX/Process.pm
Criterion Covered Total %
condition 0 33 0.0


and 3 conditions

line !l l&&!r l&&r condition
43 0 0 0 defined $$self{'temp_dir'} and defined $$self{'branch'}
0 0 0 defined $$self{'temp_dir'} and defined $$self{'branch'} and defined $$self{'tex_env_path'}
141 0 0 0 -s "$tmpdir/$pdffile" and (stat _)[9] >= $start
167 0 0 0 $atime and $atime < $start

or 3 conditions

line l !l&&r !l&&!r condition
98 0 0 0 -d "$tmpdir/$filename" or $filename eq '.'
0 0 0 -d "$tmpdir/$filename" or $filename eq '.' or $filename eq '..'
134 0 0 0 not $successful or (stat "$tmpdir/$filename")[8] < $start
139 0 0 0 $$self{'branch'} eq '3' or $$self{'branch'} =~ m[texlive/]
198 0 0 0 -e "$tmpdir/$combinedfile.tex" or -e "$tmpdir/$combinedfile.pdf"
201 0 0 0 "$tmpdir/$combinedfile.tex" || $log->error("couldn't open $combinedfile.tex for writing: $!")
337 0 0 0 shift() || carp('no arguments provided to add_dvi_flag()')