blib/lib/PLS/Server/Response/Completion.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 23 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
101 | 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'}}++ | |
265 | 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 |
line | l | !l | condition |
---|---|---|---|
251 | 0 | 0 | $subroutines{$sub} // {"label", $sub, "kind", $data->{'kind'}, "data", []} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
106 | 0 | 0 | 0 | $arrow or $package |
0 | 0 | 0 | $arrow or $package or $filter =~ /^\%\@/ | |
204 | 0 | 0 | 0 | ref $imports ne "ARRAY" or not scalar @{$imports;} |