Condition Coverage

blib/lib/IO/Socket/CLI.pm
Criterion Covered Total %
condition 10 23 43.4


and 3 conditions

line !l l&&!r l&&r condition
151 0 0 0 not @{$$self{'_SERVER_RESPONSE'};} and $i < $max_i
252 1 0 2 $boolean and $boolean != 1
271 1 0 2 $boolean and $boolean != 1
347 1 1 2 $boolean and $boolean != 1

or 2 conditions

line l !l condition
120 1 0 'IO::Socket::INET6'->new('PeerAddr', $$self{'_HOST'}, 'PeerPort', $$self{'_PORT'}, 'Blocking', 0) || die("Can't bind : $@\n")

or 3 conditions

line l !l&&r !l&&!r condition
107 0 1 0 ref $this || $this
153 0 0 0 $DEBUG or $$self{'_DEBUG'}
412 0 0 1 $DEBUG or $$self{'_DEBUG'}