blib/lib/Perl/PrereqScanner/Lite/Scanner/Version.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 18 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 0 | 0 | 0 | $token_type == 64 and $token->{'data'} eq 'VERSION' |
20 | 0 | 0 | 0 | $c->{'is_version_decl'} and $token_type == 170 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
10 | 0 | 0 | 0 | $token_type == 122 or $token_type == 127 |
0 | 0 | 0 | $token_type == 122 or $token_type == 127 or $token_type == 126 | |
20 | 0 | 0 | 0 | $c->{'is_version_decl'} and $token_type == 170 or $token_type == 171 |
0 | 0 | 0 | $c->{'is_version_decl'} and $token_type == 170 or $token_type == 171 or $token_type == 175 |