Branch Coverage

blib/lib/Oracle/ZFSSA/Client.pm
Criterion Covered Total %
branch 0 22 0.0


line true false branch
28 0 0 if (not defined $param{'ssl'} or $param{'ssl'} != 0) { }
34 0 0 if (not defined $param{'verify_hostname'} or $param{'verify_hostname'} != 0) { }
40 0 0 unless defined $self->{'user'}
41 0 0 unless defined $self->{'password'}
42 0 0 unless defined $self->{'host'}
46 0 0 if ($self->{'ssl'}) { }
64 0 0 if ($self->{'debug'} == 1)
69 0 0 if ($self->{'verify_hostname'} == 0)
81 0 0 if ($res->code == 201) { }
101 0 0 if defined $json
112 0 0 if ($res->is_success)