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