Condition Coverage

blib/lib/Net/RTP.pm
Criterion Covered Total %
condition 5 16 31.2


and 3 conditions

line !l l&&!r l&&r condition
98 2 0 0 $1 >= 224 and $1 <= 239
125 0 0 0 defined $data and $data ne ''
131 0 0 0 $sockaddr_in ne '' and defined $packet

or 2 conditions

line l !l condition
68 1 1 $$arg{'Proto'} ||= 'udp'
69 0 2 $$arg{'ReuseAddr'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
165 0 0 1 not defined $packet or ref $packet ne 'Net::RTP::Packet'