Branch Coverage

blib/lib/MIME/Head.pm
Criterion Covered Total %
branch 19 28 67.8


line true false branch
204 2 4 ref $self ? :
207 1 5 unless my $fh = 'IO::File'->new($file, '<')
208 0 5 unless $fh->binmode
210 0 5 unless $fh->close
243 0 167 unless ref $self
389 2 0 unless ($force eq 'I_NEED_TO_FIX_THIS' or $force eq 'I_KNOW_WHAT_I_AM_DOING')
499 0 21 unless $self->count($tag)
562 376 0 defined $_ ? :
563 376 0 /\n$/ ? :
669 9 1593 if (@_ > 2) { }
732 4 850 if @_ > 1
737 854 0 if $] <= 5.008 or $] >= 5.014
766 0 72 !defined($value) ? :
791 76 3 if (defined $value and $value ne '' and $value =~ /\S/)