Condition Coverage

blib/lib/MojoX/Redis.pm
Criterion Covered Total %
condition 11 20 55.0


and 3 conditions

line !l l&&!r l&&r condition
164 5 0 0 not $cb and ref $args eq 'CODE'
221 0 1 5 my $id = $$self{'_connection'} and not $$self{'_connecting'}
244 0 0 3 $type ne '*' and $self->encoding
0 0 3 $type ne '*' and $self->encoding and $data

or 2 conditions

line l !l condition
93 1 0 $3 || 6379
129 0 1 $$self{'error'} ||= 'disconnected'
174 4 1 $$self{'_message_queue'} ||= []
175 4 1 $$self{'_cb_queue'} ||= []