Branch Coverage

blib/lib/Webservice/CVEDB/API.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
30 0 0 if $params
32 0 0 unless my $response = $self->ua->get($self->base . $endpoint . $params)
33 0 0 unless ($response->{'success'})
36 0 0 unless my $detail = decode_json($response->{'content'})