Condition Coverage

blib/lib/AnyEvent/Stomper/Cluster.pm
Criterion Covered Total %
condition 0 23 0.0


and 3 conditions

line !l l&&!r l&&r condition
215 0 0 0 $err_code != 5 and $err_code != 4
234 0 0 0 ref $args->[-1] eq 'CODE' and scalar @{$args;} % 2 > 0
305 0 0 0 $CAN_REPEAT{$cmd->{'name'}} and $err_code != 5
0 0 0 $CAN_REPEAT{$cmd->{'name'}} and $err_code != 5 and $err_code != 4
0 0 0 $CAN_REPEAT{$cmd->{'name'}} and $err_code != 5 and $err_code != 4 and ++$fails_cnt < scalar @{$self->{'_nodes'};}
337 0 0 0 do { $self->{'_node_index'} == scalar @{$self->{'_nodes'};} } && do { $self->{'_node_index'} = 0 }

or 2 conditions

line l !l condition
282 0 0 shift() || 0

or 3 conditions

line l !l&&r !l&&!r condition
299 0 0 0 $cmd->{'on_node_error'} || $self->{'on_node_error'}