Branch Coverage

blib/lib/IPC/Manager/Message.pm
Criterion Covered Total %
branch 6 12 50.0


line true false branch
24 0 52 unless $self->{'from'}
25 0 52 unless defined $self->{'content'}
27 0 0 unless $self->{'to'} or $self->{'broadcast'}
36 0 8 unless my $content = $self->{'content'}
37 2 6 unless ref $content eq "HASH"
38 6 0 if $content->{'terminate'}