| blib/lib/PLS/Server/Method/ServerMethod.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 23 | 24 | 95.8 |
| line | true | false | branch |
|---|---|---|---|
| 65 | 2 | 14 | if ($method eq "exit") |
| 70 | 1 | 13 | if $PLS::Server::State::SHUTDOWN |
| 72 | 5 | 8 | if ($method eq "initialize") |
| 77 | 1 | 7 | unless $PLS::Server::State::INITIALIZED |
| 79 | 5 | 2 | if ($method eq "initialized") |
| 84 | 1 | 1 | if ($method eq "\$/cancelRequest") |
| 89 | 1 | 0 | if ($method eq "shutdown") |
| 101 | 5 | 14 | if $method eq "initialize" |
| 102 | 6 | 8 | if $method eq "initialized" |
| 103 | 1 | 7 | if $method eq "shutdown" |
| 104 | 2 | 5 | if $method eq "exit" |
| 105 | 1 | 4 | if $method eq "\$" |