Condition Coverage

blib/lib/AnyEvent/MP/Transport.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
210 0 0 0 $protocol eq 'aemp' and $aemp =~ /^aemp-\w+$/u
219 0 0 0 $aemp ne $protocol and $aemp ne 'aemp'
224 0 0 0 $AnyEvent::MP::Kernel::NODE{$rnode} and $AnyEvent::MP::Kernel::NODE{$rnode}{'transport'}
238 0 0 0 $self->{'tls_ctx'} && 1 == int $self->{'remote_greeting'}{'tls'}
242 0 0 0 grep(($auth_ eq $_), @$auth_snd) and !($auth_ =~ /^tls_/u) || $tls
315 0 0 0 $protocol eq 'aemp' and $self->{'hdl'}
419 0 0 0 $self->{'node'} and $self->{'node'}{'transport'} == $self

or 2 conditions

line l !l condition
170 0 0 $self->{'local_greeting'} ||= {}
176 0 0 $self->{'protocol'} || 'aemp'

or 3 conditions

line l !l&&r !l&&!r condition
242 0 0 0 !($auth_ =~ /^tls_/u) || $tls