Branch Coverage

blib/lib/MIME/Parser/Filer.pm
Criterion Covered Total %
branch 47 68 69.1


line true false branch
262 0 74 if not defined $dir or $dir eq ''
263 0 74 if $dir eq '/'
281 127 0 if @_ > 1
288 0 288 if ('MIME::Tools'->debugging)
289 0 0 if ($self->{'MPF_Results'})
300 10 0 if ($self->{'MPF_Results'})
363 0 78 if not defined $name or $name eq ''
364 10 68 if $name =~ /(^\s)|(\s+\Z)/
365 4 64 if $name =~ /^\.+\Z/
366 13 51 if $name =~ /[^-A-Z0-9_+=.,\@\#\$\% ]/i
368 0 51 if $self->{'MPF_MaxName'} and length $name > $self->{'MPF_MaxName'}
406 3 10 if ($last and not $self->evil_filename($last))
412 5 5 $last =~ /^(.*)\.([^\.]+)\Z/ ? :
420 6 4 unless $ext =~ /^\w+$/
421 10 0 $ext ? :
422 6 4 unless ($self->evil_filename($trunc))
429 4 0 unless ($self->evil_filename($trunc))
473 6 87 $i ? :
476 87 6 unless (-e $path)
477 5 82 if $i
501 0 36 if @_
546 0 51 $recommended && $recommended =~ /(\.\w+)\Z/ ? :
585 0 51 if @_ > 1
669 51 36 if (not defined $fname) { }
0 36 elsif ($self->ignore_filename) { }
5 31 elsif ($self->evil_filename($fname)) { }
681 5 0 if (defined $ex and not $self->evil_filename($ex)) { }
714 0 72 unless -e $path
716 0 72 if -e $path
745 25 148 if @_ == 1
747 53 95 if (ref $path) { }
895 0 2 defined $self->{'MPFU_DirName'} ? :
902 0 2 if $self->{'MPFU_Purge'}
903 0 2 unless -d $self->output_dir or mkdir $self->output_dir, 448