Condition Coverage

lib/Net/HL7/Daemon.pm
Criterion Covered Total %
condition 6 20 30.0


and 3 conditions

line !l l&&!r l&&r condition
218 1 0 0 not $buff and 0 + $! == 110 || 0 + $! == 11

or 2 conditions

line l !l condition
43 0 3 $args{'Listen'} ||= 10
44 0 3 $args{'Proto'} ||= 'tcp'
45 0 3 $args{'Reuse'} ||= 1
154 0 1 $args{'Timeout'} ||= 10

or 3 conditions

line l !l&&r !l&&!r condition
90 0 1 0 not $addr or $addr eq "\000\000\000\000"
95 0 0 0 gethostbyaddr($addr, 2) || inet_ntoa($addr)
218 0 0 0 0 + $! == 110 || 0 + $! == 11