blib/lib/Text/Amuse/Compile.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 28 | 48 | 58.3 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
303 | 244 | 0 | 1 | exists $params{$dir} and defined $params{$dir} |
244 | 0 | 1 | exists $params{$dir} and defined $params{$dir} and -d $params{$dir} | |
425 | 0 | 0 | 5 | $dir and -d $dir |
436 | 0 | 0 | 8 | @dirs and $dirs[0] |
0 | 4 | 4 | @dirs and $dirs[0] and $dirs[0] eq "." | |
455 | 0 | 0 | 12 | $f and -f $f |
575 | 0 | 0 | 16 | $files and @$files |
577 | 0 | 0 | 16 | $path and -d $path |
607 | 0 | 1 | 280 | $fileobj and -f $fileobj->full_path |
757 | 4 | 0 | 11 | -f $outfile and (stat $outfile)[$mtime] >= (stat $file)[$mtime] |
line | l | !l | condition |
---|---|---|---|
246 | 12 | 210 | $self->selected_font_size || 10 |
579 | 0 | 16 | delete $virtual{'suffix'} || '.muse' |
580 | 16 | 0 | delete $virtual{'name'} || 'virtual' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
289 | 2 | 2 | 11 | $params{'sl_pdf'} ||= $slides |
343 | 2 | 0 | 216 | $self->a4_pdf or $self->lt_pdf |
675 | 0 | 16 | 418 | $method eq "sl_pdf" or $method eq "sl_tex" |
754 | 11 | 0 | 11 | $m eq "sl_tex" or $m eq "sl_pdf" |