Branch Coverage

blib/lib/Mail/Box/File/Message.pm
Criterion Covered Total %
branch 10 14 71.4


line true false branch
31 0 1304 if exists $args->{'from_line'}
38 0 171 if @_
46 0 98 $message->isa(__PACKAGE__) ? :
88 40 1264 unless $fromline
103 6 21 unless $body->isDelayed
110 0 21 unless my $newbody = $self->readBody($parser, $self->head)
124 320 306 if (wantarray) { }