Branch Coverage

blib/lib/Memcached/Client/Connection.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
16 0 0 unless $server
17 0 0 unless $protocol
18 0 0 unless 0 < index($server, ':')
32 0 0 unless ($$self{'handle'})
45 0 0 if ($message eq 'Broken pipe') { }
0 0 elsif ($message eq 'Connection timed out' and ++$$self{'attempts'} < 5) { }
59 0 0 if $$self{'protocol'}->can('prepare_handle')
70 0 0 if (my $handle = delete $$self{'handle'})
90 0 0 if ($$self{'handle'}) { }
91 0 0 if $$self{'executing'}
92 0 0 if ($$self{'executing'} = shift @{$$self{'queue'};})
114 0 0 if (my $executing = delete $$self{'executing'})