| blib/lib/Perl/Lint/Policy/Modules/RequireVersionVar.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 27 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 22 | 39 | 0 | 2 | $token_type == 94 and $token_data eq 'vars' |
| 32 | 3 | 4 | $token_type == 194 and $token_data eq '$VERSION' | |
| 33 | 1 | 1 | $token_type == 129 and $$next_token{'type'} == 171 | |
| 31 | 0 | 3 | $token_type == 126 and $$next_token{'type'} == 127 | |
| 31 | 2 | 1 | $token_type == 126 and $$next_token{'type'} == 127 and $$next_token{'data'} eq 'VERSION' | |
| 23 | 1 | 0 | 1 | $$next_token{'type'} == 173 and $$next_token{'data'} eq '$VERSION' |
| 37 | 2 | 0 | 1 | $token_type == 187 and $token_data eq '$VERSION' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 22 | 4 | 0 | 35 | $token_type == 194 and $token_data eq '$VERSION' or $token_type == 129 and $$next_token{'type'} == 171 |
| 1 | 0 | 34 | $token_type == 194 and $token_data eq '$VERSION' or $token_type == 129 and $$next_token{'type'} == 171 or $token_type == 126 and $$next_token{'type'} == 127 and $$next_token{'data'} eq 'VERSION' |