blib/lib/PLS/Server/State.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
statement | 6 | 6 | 100.0 |
branch | n/a | ||
condition | n/a | ||
subroutine | 2 | 2 | 100.0 |
pod | n/a | ||
total | 8 | 8 | 100.0 |
line | stmt | bran | cond | sub | pod | time | code |
---|---|---|---|---|---|---|---|
1 | |||||||
2 | use strict; | ||||||
3 | 11 | 11 | 64 | use warnings; | |||
11 | 21 | ||||||
11 | 254 | ||||||
4 | 11 | 11 | 44 | ||||
11 | 21 | ||||||
11 | 768 | ||||||
5 | our $INITIALIZED = 0; | ||||||
6 | our $ROOT_PATH; | ||||||
7 | our $CONFIG = {perltidy => {}, perlcritic => {}}; | ||||||
8 | our $SHUTDOWN = 0; | ||||||
9 | our $CLIENT_CAPABILITIES; | ||||||
10 | |||||||
11 | =head1 NAME | ||||||
12 | |||||||
13 | PLS::Server::State | ||||||
14 | |||||||
15 | =head1 DESCRIPTION | ||||||
16 | |||||||
17 | This module contains package variables containing server state. | ||||||
18 | |||||||
19 | =cut | ||||||
20 | |||||||
21 | 1; |