blib/lib/IBM/XCLI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 20 | 0.0 |
line | true | false | branch |
---|---|---|---|
14 | 0 | 0 | defined $args{'ip_address'} ? : |
15 | 0 | 0 | defined $args{'username'} ? : |
16 | 0 | 0 | defined $args{'password'} ? : |
17 | 0 | 0 | defined $args{'xcli'} ? : |
18 | 0 | 0 | unless -x $$self{'xcli'} |
19 | 0 | 0 | unless open my $dummy_conn, '-|', $$self{'xcli'}, 'test' |
23 | 0 | 0 | unless $output eq "Missing user.\n" |
72 | 0 | 0 | @_ ? : |
104 | 0 | 0 | unless open my $conn, '-|', $$self{'xcli'}, $xcli_arg |
107 | 0 | 0 | $result[0] =~ /^["\w*",?]+/ ? : |