| blib/lib/PLS/Server/Response/Completion.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 26 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 96 | 0 | 0 | 0 | exists $result->{'detail'} and length $result->{'detail'} |
| 0 | 0 | 0 | exists $result->{'detail'} and length $result->{'detail'} and $unique_by_detail{$result->{'detail'}}++ | |
| 293 | 0 | 0 | 0 | exists $subroutines{$sub}{'data'} and ref $subroutines{$sub}{'data'} eq "ARRAY" |
| 0 | 0 | 0 | exists $subroutines{$sub}{'data'} and ref $subroutines{$sub}{'data'} eq "ARRAY" and scalar @{$subroutines{$sub}{'data'};} == 1 | |
| 369 | 0 | 0 | 0 | $variable =~ /^\$</ and $variable ne "\$<" |
| line | l | !l | condition |
|---|---|---|---|
| 279 | 0 | 0 | $subroutines{$sub} // {"label", $sub, "kind", $data->{'kind'}, "data", []} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 101 | 0 | 0 | 0 | $arrow or $package |
| 0 | 0 | 0 | $arrow or $package or $filter =~ /^\%\@/ | |
| 232 | 0 | 0 | 0 | ref $imports ne "ARRAY" or not scalar @{$imports;} |