Branch Coverage

blib/lib/WWW/Suffit/Client/V1.pm
Criterion Covered Total %
branch 0 30 0.0


line true false branch
97 0 0 if (length $self->public_key)
100 0 0 if ($rsa->error)
109 0 0 if defined $username
110 0 0 if defined $password
111 0 0 if defined $address
127 0 0 unless ref $options eq "HASH"
129 0 0 if length $method
130 0 0 if length $url
131 0 0 if exists $options->{'username'}
132 0 0 if exists $options->{'verbose'}
133 0 0 if exists $options->{'address'}
135 0 0 if ref $headers eq "HASH"
155 0 0 unless $status
158 0 0 if $self->res->json("/status")
159 0 0 if $set and length($public_key // "")