blib/lib/PLS/Server/Request/Workspace/Symbol.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 12 | 14 | 85.7 |
branch | n/a | ||
condition | n/a | ||
subroutine | 4 | 5 | 80.0 |
pod | 0 | 1 | 0.0 |
total | 16 | 20 | 80.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | |||||||
2 | use strict; | ||||||
3 | 9 | 9 | 53 | use warnings; | |||
9 | 18 | ||||||
9 | 205 | ||||||
4 | 9 | 9 | 36 | ||||
9 | 9 | ||||||
9 | 196 | ||||||
5 | use parent 'PLS::Server::Request'; | ||||||
6 | 9 | 9 | 36 | ||||
9 | 17 | ||||||
9 | 45 | ||||||
7 | use PLS::Server::Response::WorkspaceSymbols; | ||||||
8 | 9 | 9 | 3578 | ||||
9 | 18 | ||||||
9 | 500 | ||||||
9 | { | ||||||
10 | my ($self) = @_; | ||||||
11 | |||||||
12 | 0 | 0 | 0 | return PLS::Server::Response::WorkspaceSymbols->new($self); | |||
13 | } | ||||||
14 | 0 | ||||||
15 | 1; |