Branch Coverage

blib/lib/Metabrik/Format/Latex.pm
Criterion Covered Total %
branch 0 42 0.0


line true false branch
60 0 0 unless my $r = $self->mirror(\@urls)
63 0 0 unless my $fc = "Metabrik::File::Compress"->new_from_brik_init($self)
64 0 0 unless my $sf = "Metabrik::System::File"->new_from_brik_init($self)
66 0 0 if (/usenix.sty_.txt$/) { }
0 0 elsif (/template.la_.txt$/) { }
67 0 0 unless my $files = $fc->uncompress($_)
68 0 0 if @$files == 0
70 0 0 unless my $basedir = $sf->basedir($_)
71 0 0 unless $sf->copy($_, $basedir . "/" . "usenix.sty")
75 0 0 unless my $files = $fc->uncompress($_)
76 0 0 if @$files == 0
78 0 0 unless my $basedir = $sf->basedir($_)
79 0 0 unless $sf->copy($_, $basedir . "/" . "usenix-template.tex")
93 0 0 unless $self->brik_help_run_undef_arg("make_dvi", $input)
94 0 0 unless $self->brik_help_run_file_not_found("make_dvi", $input)
95 0 0 unless $self->brik_help_run_file_not_found("make_dvi", $style)
109 0 0 unless $self->brik_help_run_undef_arg("make_pdf", $input)
110 0 0 unless $self->brik_help_run_file_not_found("make_pdf", $input)
111 0 0 unless $self->brik_help_run_file_not_found("make_pdf", $style)
113 0 0 unless my $sf = "Metabrik::System::File"->new_from_brik_init($self)
114 0 0 unless $sf->copy($style, ".")