blib/lib/Perl/LanguageServer/Parser.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 43 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
82 | 0 | 0 | 0 | @docu and $docu[0] =~ /^\s*$/u |
83 | 0 | 0 | 0 | @docu and $docu[-1] =~ /^\s*$/u |
130 | 0 | 0 | 0 | exists $state{'method_mod'} and $token->{'name'} eq "RawString" |
162 | 0 | 0 | 0 | @vars and $vars[-1]{'kind'} == 13 |
170 | 0 | 0 | 0 | @stack > 0 and $brace_level == $stack[-1]{'brace_level'} |
188 | 0 | 0 | 0 | @vars and $vars[-1]{'kind'} == 13 |
222 | 0 | 0 | 0 | $src and $i = index($src, $func) >= 0 |
235 | 0 | 0 | 0 | $$tokens[$token_ndx - 1]{'name'} eq "Assign" and $$tokens[$token_ndx - 2]{'name'} eq "RightParenthesis" |
line | l | !l | condition |
---|---|---|---|
218 | 0 | 0 | $top->[-1]{'children'} ||= [] |
372 | 0 | 0 | $state{'ns'} ||= [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
145 | 0 | 0 | 0 | $decl eq 'our' || !$parent |
176 | 0 | 0 | 0 | $symbol->{'range'}{'start'}{'line'} // $symbol->{'line'} |
244 | 0 | 0 | 0 | $func_param->{'range'}{'start'}{'line'} // $func_param->{'line'} |
269 | 0 | 0 | 0 | $func_param->{'range'}{'start'}{'line'} // $func_param->{'line'} |
313 | 0 | 0 | 0 | $decl eq 'our' || !$parent |