Branch Coverage

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


line true false branch
49 861 0 if ($pkg =~ /^Net::SIP::(.*)/) { }
0 0 elsif ($pkg =~ /::(\w+)$/) { }
54 861 0 if ($sub)
68 23 81 if ($tag eq ':all') { }
23 58 elsif ($tag eq ':util') { }
27 31 elsif ($tag eq ':debug') { }
27 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)) { }