Branch Coverage

blib/lib/Net/SIP/Redirect.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
19 0 0 unless $self->{'dispatcher'}
20 0 0 unless $self->{'registrar'}
28 0 0 unless $packet->is_request
32 0 0 if ($method eq 'ACK') { }
0 0 elsif ($method eq 'CANCEL') { }
0 0 elsif ($method eq 'REGISTER') { }
42 0 0 if (my(@contacts) = $self->{'registrar'}->query($key)) { }