blib/lib/PLS/Server/Request/Workspace/Configuration.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 17 | 35.2 |
line | l | !l | condition |
---|---|---|---|
92 | 4 | 0 | exists $config->{'syntax'}{'args'} and ref $config->{'syntax'}{'args'} eq "ARRAY" and scalar @{$config->{'syntax'}{'args'};} |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
59 | 0 | 4 | 0 | exists $result->{'pls'} and not length $result->{'pls'} |
73 | 0 | 0 | 4 | exists $config->{'inc'} and ref $config->{'inc'} eq "ARRAY" |
87 | 0 | 4 | 0 | exists $config->{'syntax'}{'perl'} and length $config->{'syntax'}{'perl'} |
92 | 4 | 0 | 0 | exists $config->{'syntax'}{'args'} and ref $config->{'syntax'}{'args'} eq "ARRAY" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
52 | 0 | 0 | 4 | &Scalar::Util::reftype($response) ne "HASH" or ref $response->{'result'} ne "ARRAY" |