| blib/lib/PLS/Server/Method/TextDocument.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 10 | 22 | 45.4 |
| line | true | false | branch |
|---|---|---|---|
| 85 | 0 | 3 | if ($method eq "definition") |
| 89 | 0 | 3 | if ($method eq "documentSymbol") |
| 93 | 0 | 3 | if ($method eq "hover") |
| 97 | 0 | 3 | if ($method eq "signatureHelp") |
| 101 | 2 | 1 | if ($method eq "didOpen") |
| 105 | 0 | 1 | if ($method eq "didChange") |
| 109 | 0 | 1 | if ($method eq "didClose") |
| 113 | 0 | 1 | if ($method eq "didSave") |
| 117 | 1 | 0 | if ($method eq "formatting") |
| 121 | 0 | 0 | if ($method eq "rangeFormatting") |
| 125 | 0 | 0 | if ($method eq "completion") |