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
59 0 0 0 not @{$$self{'_SERVER_RESPONSE'};} and $i < $max_i
118 1 0 2 $boolean and $boolean != 1
131 1 0 2 $boolean and $boolean != 1
183 1 1 2 $boolean and $boolean != 1

or 2 conditions

line l !l condition
36 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
23 0 1 0 ref $this || $this
61 0 0 0 $DEBUG or $$self{'_DEBUG'}
230 0 0 1 $DEBUG or $$self{'_DEBUG'}