blib/lib/Perl/Lint/Policy/Variables/ProhibitMatchVars.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 18 | 21 | 85.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
20 | 27 | 0 | 10 | $token_type == 94 and $token_data eq 'English' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
21 | 2 | 2 | 1 | $token_data eq '$`' or $token_data eq '$&' |
4 | 1 | 0 | $token_data eq '$`' or $token_data eq '$&' or $token_data eq q[$'] | |
32 | 1 | 1 | 1 | $token_data eq '$PREMATCH' or $token_data eq '$MATCH' |
2 | 1 | 0 | $token_data eq '$PREMATCH' or $token_data eq '$MATCH' or $token_data eq '$POSTMATCH' | |
59 | 3 | 3 | 5 | $regexp eq '$PREMATCH' or $regexp eq '$MATCH' |
6 | 3 | 2 | $regexp eq '$PREMATCH' or $regexp eq '$MATCH' or $regexp eq '$POSTMATCH' |