Branch Coverage

blib/lib/Mail/Message/Part.pm
Criterion Covered Total %
branch 11 20 55.0


line true false branch
34 0 75 unless exists $args->{'container'}
37 46 29 if $self->{'MMP_container'} = $args->{'container'}
45 34 31 if ($thing->isa($class))
50 18 13 if $thing->isa("Mail::Message::Body")
55 0 13 $thing->isa('Mail::Box::Message') ? :
68 0 0 if (ref $_[0]) { }
80 13 70 unless @_
87 0 0 unless my $body = (shift())->container
88 0 0 unless my $msg = $body->message
96 0 11 unless my $body = $self->container