blib/lib/Kubectl/CLIWrapper.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 19 | 24 | 79.1 |
line | true | false | branch |
---|---|---|---|
29 | 4 | 8 | if $self->has_server |
30 | 1 | 11 | if $self->has_username |
31 | 1 | 11 | if $self->has_password |
32 | 12 | 0 | if $self->has_namespace |
33 | 1 | 11 | if $self->has_kubeconfig |
34 | 0 | 12 | if $self->insecure_tls |
36 | 3 | 9 | if ($self->has_token) |
38 | 2 | 1 | ref $self->token eq 'CODE' ? : |
64 | 0 | 1 | if ($@) |
86 | 3 | 4 | if defined $input |
90 | 0 | 7 | if $stderr |
92 | 0 | 7 | if $err |