Condition Coverage

blib/lib/Feersum.pm
Criterion Covered Total %
condition 8 17 47.0


and 3 conditions

line !l l&&!r l&&r condition
68 0 1 2 defined $family and $family == 2
0 0 1 defined $family and eval { do { 10 } }
0 0 1 defined $family and eval { do { 10 } } and $family == 10

or 2 conditions

line l !l condition
61 187 0 eval { do { $sock->sockhost } } || 'localhost'
62 187 0 eval { do { $sock->sockport } } || 80
70 2 0 Socket::inet_ntoa($packed_addr) || 'localhost'
75 1 0 Socket::inet_ntop(10, $packed_addr) || 'localhost'