| line |
true |
false |
branch |
|
56
|
0 |
0 |
unless &GetOptions($options, (@global_options, @command_options)) |
|
58
|
0 |
0 |
if $options->{'help'} |
|
59
|
0 |
0 |
if $options->{'version'} |
|
61
|
0 |
0 |
if ($options->{'config'}) |
|
65
|
0 |
0 |
if ($config and defined $config->{'SecurityCenter'}) { } |
|
68
|
0 |
0 |
if (defined $config->{'SecurityCenter'}{$param}) |
|
79
|
0 |
0 |
if $options->{'man'} |
|
80
|
0 |
0 |
unless $options->{'hostname'} and $options->{'username'} |
|
82
|
0 |
0 |
if ($options->{'username'} and not $options->{'password'}) |
|
127
|
0 |
0 |
if $self->options->{'verbose'} |
|
128
|
0 |
0 |
if $self->options->{'scheme'} |
|
131
|
0 |
0 |
if (defined $self->options->{'ssl_cert_file'}) |
|
135
|
0 |
0 |
if (defined $self->options->{'ssl_key_file'}) |
|
139
|
0 |
0 |
if (defined $self->options->{'ssl_password'}) |
|
152
|
0 |
0 |
if ($self->options->{'username'} and $self->options->{'password'}) |
|
160
|
0 |
0 |
if ($self->options->{'secret_key'} and $self->options->{'access_key'}) |
|
167
|
0 |
0 |
unless $sc->login(%auth) |