Condition Coverage

lib/AnyEvent/Connection.pm
Criterion Covered Total %
condition 7 12 58.3


and 3 conditions

line !l l&&!r l&&r condition
240 1 3 0 $$self{'type'} and $$self{'type'} ne 'client'

or 2 conditions

line l !l condition
220 0 1 $$self{'debug'} ||= 0
224 0 1 $$self{'timeout'} ||= 3
226 0 1 $$self{'rawcon'} ||= 'AnyEvent::Connection::Raw'

or 3 conditions

line l !l&&r !l&&!r condition
358 4 0 1 $$self{'connected'} || $$self{'connecting'}