blib/lib/Text/Amuse/Compile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 28 | 48 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
304 | 246 | 0 | 1 | exists $params{$dir} and defined $params{$dir} |
246 | 0 | 1 | exists $params{$dir} and defined $params{$dir} and -d $params{$dir} | |
426 | 0 | 0 | 5 | $dir and -d $dir |
437 | 0 | 0 | 8 | @dirs and $dirs[0] |
0 | 4 | 4 | @dirs and $dirs[0] and $dirs[0] eq "." | |
456 | 0 | 0 | 12 | $f and -f $f |
576 | 0 | 0 | 16 | $files and @$files |
578 | 0 | 0 | 16 | $path and -d $path |
608 | 0 | 1 | 284 | $fileobj and -f $fileobj->full_path |
758 | 4 | 0 | 11 | -f $outfile and (stat $outfile)[$mtime] >= (stat $file)[$mtime] |
line | l | !l | condition |
---|---|---|---|
246 | 12 | 212 | $self->selected_font_size || 10 |
580 | 0 | 16 | delete $virtual{'suffix'} || '.muse' |
581 | 16 | 0 | delete $virtual{'name'} || 'virtual' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
290 | 2 | 2 | 11 | $params{'sl_pdf'} ||= $slides |
344 | 2 | 0 | 218 | $self->a4_pdf or $self->lt_pdf |
676 | 0 | 16 | 422 | $method eq "sl_pdf" or $method eq "sl_tex" |
755 | 11 | 0 | 11 | $m eq "sl_tex" or $m eq "sl_pdf" |