blib/lib/WebService/HashiCorp/Vault/Secret/Kvv2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 16 | 0.0 |
line | true | false | branch |
---|---|---|---|
33 | 0 | 0 | unless $self->path |
35 | 0 | 0 | if (my $resp = $self->get($self->_mkuri($self->path))) |
37 | 0 | 0 | if $resp->{'auth'} |
41 | 0 | 0 | if $resp->{'lease_duration'} |
43 | 0 | 0 | if $resp->{'lease_id'} |
45 | 0 | 0 | if $resp->{'renewable'} |
62 | 0 | 0 | if $self->{$k} |
78 | 0 | 0 | if ref $data ne "HASH" |