| blib/lib/WebService/HashiCorp/Vault/Secret/Generic.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 16 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 32 | 0 | 0 | unless $self->path |
| 34 | 0 | 0 | if (my $resp = $self->get($self->_mkuri($self->path))) |
| 36 | 0 | 0 | if $resp->{'auth'} |
| 39 | 0 | 0 | if $resp->{'lease_duration'} |
| 41 | 0 | 0 | if $resp->{'lease_id'} |
| 43 | 0 | 0 | if $resp->{'renewable'} |
| 51 | 0 | 0 | if $self->{$k} |
| 67 | 0 | 0 | if ref $data ne 'HASH' |