Branch Coverage

blib/lib/Crypto/NanoRPC.pm
Criterion Covered Total %
branch 0 26 0.0


line true false branch
143 0 0 unless defined $self->{'url'}
165 0 0 if (ref $extra eq 'HASH') { }
180 0 0 if (ref $extra eq 'HASH') { }
193 0 0 if (defined $rpc_actions->{$action})
197 0 0 unless defined $self->{$param}
198 0 0 if (ref $param eq 'ARRAY')
202 0 0 if ref $self->{$param} ne 'ARRAY'
203 0 0 if ref $self->{$param} eq 'ARRAY'
205 0 0 if (ref $options eq 'ARRAY')
207 0 0 unless defined $self->{$option}
209 0 0 if ref $self->{$option} ne 'ARRAY'
210 0 0 if ref $self->{$option} eq 'ARRAY'
243 0 0 if ($response->is_success)