| blib/lib/PLS/Parser/Pod.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 5 | 25 | 20.0 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 55 | 0 | 0 | 0 | length $perl_exe and -x $perl_exe | 
| 107 | 0 | 0 | 4 | -f $perldoc && -x $perldoc | 
| 224 | 0 | 0 | 0 | $start eq "item" and $line =~ /^=item/ | 
| 0 | 0 | 0 | $start =~ /head/ and $line =~ /^=$start/ | 
| line | l | !l | condition | 
|---|---|---|---|
| 322 | 6 | 0 | $PLS::Server::State::CONFIG->{'inc'} // [] | 
| 324 | 6 | 0 | "PLS::Parser::Index"->new->workspace_folders // [] | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 224 | 0 | 0 | 0 | $start eq "item" and $line =~ /^=item/ or $start =~ /head/ and $line =~ /^=$start/ | 
| 0 | 0 | 0 | $start eq "item" and $line =~ /^=item/ or $start =~ /head/ and $line =~ /^=$start/ or $line =~ /^=cut/ | |
| 297 | 4 | 0 | 2 | not scalar @include or $last_perl ne $PERL_EXE |