Condition Coverage

blib/lib/Data/YUID/Client.pm
Criterion Covered Total %
condition 0 29 0.0


and 3 conditions

line !l l&&!r l&&r condition
75 0 0 0 not defined $res and $! == 11
90 0 0 0 not defined $res and $! == 11
114 0 0 0 not $id and my $sock = $client->get_sock
124 0 0 0 $Active_Sock and fileno $sock == fileno $Active_Sock
156 0 0 0 $Active_Sock and $Active_Sock->connected
0 0 0 $Active_Sock and $Active_Sock->connected and $Socket_Used_Count % $Max_Socket_Reused != 0

or 2 conditions

line l !l condition
33 0 0 $args{'servers'} || []
76 0 0 $res || 0
115 0 0 $ns || ''
138 0 0 $port ||= 9001

or 3 conditions

line l !l&&r !l&&!r condition
31 0 0 0 not exists $args{'servers'} or ref $args{'servers'} eq 'ARRAY'