line |
true |
false |
branch |
68
|
0 |
0 |
unless (defined $$self{'workdir'}) |
71
|
0 |
0 |
if ($$self{'workdir'} ne 'will be derived from paper id' and (stat $$self{'workdir'})[2] != 16895 and (stat _)[2] != 16893) |
85
|
0 |
0 |
unless ($$self{'branch'}) |
90
|
0 |
0 |
if (ref $$self{'log'} ne 'TeX::AutoTeX::Log') |
91
|
0 |
0 |
$$self{'verbose'} ? : |
98
|
0 |
0 |
$$self{'tex_env_path'} ? : |
111
|
0 |
0 |
if ($self->__combine_dvips_flags) |
115
|
0 |
0 |
if (ref $$self{'stampref'} ne 'ARRAY') |
121
|
0 |
0 |
if ($$p{'error'} = $p->go) |
124
|
0 |
0 |
if ($$self{'send_email'}) |
129
|
0 |
0 |
if (@{$$p{'made_pdf'};}) |
130
|
0 |
0 |
$$self{'paper'} ? : |
143
|
0 |
0 |
if ($$self{'dvips_paper_type'} and $$self{'dvips_paper_type'} =~ /^([a-z0-9]+)$/i) |
146
|
0 |
0 |
if (defined $$self{'dvips_printer'}) |
147
|
0 |
0 |
if ($$self{'dvips_printer'} =~ /(?:type1|pdf)/i) { } |
|
0 |
0 |
elsif ($$self{'dvips_printer'} eq 'pk') { } |
155
|
0 |
0 |
if ($$self{'dvips_resolution'} and $$self{'dvips_resolution'} =~ /^([346]00)$/) |
156
|
0 |
0 |
if ($1 != $TeX::AutoTeX::DEFAULTPSRESOLUTION) |
161
|
0 |
0 |
if ($$self{'dvips_mapfile'} and $$self{'dvips_mapfile'} =~ /^\+?([a-z]+\.map)$/i) |
164
|
0 |
0 |
wantarray ? : |
173
|
0 |
0 |
if (my $msg = $mailer->send_failure("Failure for $$self{'workdir'}", " $$self{'workdir'} failed autotex,\n dvips run with options '${dvips_options}'.\n\n $$self{'process'}{'error'}\n")) |