Condition Coverage

blib/lib/PLS/Parser/Pod.pm
Criterion Covered Total %
condition 5 25 20.0


and 3 conditions

line !l l&&!r l&&r condition
56 0 0 0 length $perl_exe and -x $perl_exe
110 0 0 4 -f $perldoc && -x $perldoc
228 0 0 0 $start eq "item" and $line =~ /^=item/
0 0 0 $start =~ /head/ and $line =~ /^=$start/

or 2 conditions

line l !l condition
338 6 0 $PLS::Server::State::CONFIG->{'inc'} // []
340 6 0 "PLS::Parser::Index"->new->workspace_folders // []

or 3 conditions

line l !l&&r !l&&!r condition
228 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/
303 4 0 2 not scalar @include or $last_perl ne $PERL_EXE