Condition Coverage

blib/lib/POE/Component/Client/Ident/Agent.pm
Criterion Covered Total %
condition 9 30 30.0


and 3 conditions

line !l l&&!r l&&r condition
25 0 0 1 $peeraddr and $peerport
0 0 1 $peeraddr and $peerport and $sockaddr
0 0 1 $peeraddr and $peerport and $sockaddr and $sockport
169 0 0 1 $port1 == $$self{'peerport'} and $port2 == $$self{'sockport'}
185 1 0 0 defined $hash{'BuggyIdentd'} and $hash{'BuggyIdentd'} == 1
188 1 0 0 defined $hash{'TimeOut'} and $hash{'TimeOut'} > 5 || $hash{'TimeOut'} < 30
199 0 0 1 defined $hash{'PeerAddr'} and defined $hash{'PeerPort'}
0 0 1 defined $hash{'PeerAddr'} and defined $hash{'PeerPort'} and defined $hash{'SockAddr'}
0 0 1 defined $hash{'PeerAddr'} and defined $hash{'PeerPort'} and defined $hash{'SockAddr'} and defined $hash{'SockAddr'}

or 3 conditions

line l !l&&r !l&&!r condition
188 0 0 0 $hash{'TimeOut'} > 5 || $hash{'TimeOut'} < 30