Branch Coverage

blib/lib/Mail/Box/Net/Message.pm
Criterion Covered Total %
branch 0 12 0.0


line true false branch
36 0 0 if (@_) { }
44 0 0 unless $head->isDelayed
62 0 0 unless $body->isDelayed
67 0 0 if ($head->isDelayed) { }
68 0 0 unless $head = $self->readHead($parser)
79 0 0 unless my $newbody = $self->readBody($parser, $head)