Branch Coverage

blib/lib/SignalWire/Agents/REST/HttpClient.pm
Criterion Covered Total %
branch 2 14 14.2


line true false branch
46 0 0 if ($opts{'params'} and ref $opts{'params'} eq "HASH" and %{$opts{'params'};})
56 0 0 if ($opts{'body'})
62 0 0 unless ($response->{'success'})
66 0 0 if $@
76 0 0 if ($response->{'status'} == 204 or not $response->{'content'})
82 0 0 if ($@)
132 1 1 ref $self->body ? :