| blib/lib/Perl/LanguageServer.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 27 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 206 | 0 | 0 | 0 | exists $INC{$fn} and exists $self->roles->{$fn} |
| 446 | 0 | 0 | 0 | not $guard and $@ =~ /Address already in use/u |
| line | l | !l | condition |
|---|---|---|---|
| 156 | 0 | 0 | $txt ||= "<--- Notification: " |
| 252 | 0 | 0 | $reqdata->{'arguments'} || {} |
| 0 | 0 | $reqdata->{'params'} || {} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 131 | 0 | 0 | 0 | not defined $_[0] or ref $_[0] |
| 238 | 0 | 0 | 0 | $xid ||= $reqseq++ |
| 399 | 0 | 0 | 0 | $quit || $exit |
| 428 | 0 | 0 | 0 | $quit or $exit |
| 514 | 0 | 0 | 0 | $heartbeat or $debug2 |