Condition Coverage

blib/lib/Text/Amuse/Compile.pm
Criterion Covered Total %
condition 28 48 58.3


and 3 conditions

line !l l&&!r l&&r condition
312 246 0 1 exists $params{$dir} and defined $params{$dir}
246 0 1 exists $params{$dir} and defined $params{$dir} and -d $params{$dir}
434 0 0 5 $dir and -d $dir
445 0 0 8 @dirs and $dirs[0]
0 4 4 @dirs and $dirs[0] and $dirs[0] eq "."
464 0 0 12 $f and -f $f
584 0 0 16 $files and @$files
586 0 0 16 $path and -d $path
617 0 1 284 $fileobj and -f $fileobj->full_path
768 4 0 11 -f $outfile and (stat $outfile)[$mtime] >= (stat $file)[$mtime]

or 2 conditions

line l !l condition
254 12 212 $self->selected_font_size || 10
588 0 16 delete $virtual{'suffix'} || '.muse'
589 16 0 delete $virtual{'name'} || 'virtual'

or 3 conditions

line l !l&&r !l&&!r condition
298 2 2 11 $params{'sl_pdf'} ||= $slides
352 2 0 218 $self->a4_pdf or $self->lt_pdf
686 0 16 422 $method eq "sl_pdf" or $method eq "sl_tex"
765 11 0 11 $m eq "sl_tex" or $m eq "sl_pdf"