Branch Coverage

blib/lib/Net/SIP.pm
Criterion Covered Total %
branch 13 20 65.0


line true false branch
49 903 0 if ($pkg =~ /^Net::SIP::(.*)/) { }
0 0 elsif ($pkg =~ /::(\w+)$/) { }
54 903 0 if ($sub)
68 25 87 if ($tag eq ':all') { }
25 62 elsif ($tag eq ':util') { }
29 33 elsif ($tag eq ':debug') { }
29 4 elsif ($tag eq ':alias') { }
0 4 elsif ($tag =~ /rtp[=:](\d+)-(\d+)/i) { }
0 4 elsif ($tag =~ /^debug[=:](.*)/i) { }
0 4 elsif (&first(sub { $_ eq $tag; } , @EXPORT_OK)) { }