lib/Perl/PrereqScanner/NotQuiteLite/Parser/Unless.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 8 | 50.0 |
line | true | false | branch |
---|---|---|---|
17 | 1 | 1 | if $token->[1] eq "COMMA" |
22 | 0 | 0 | if (ref $module and $module->[1] eq 'WORD' || $module->[1] eq 'KEYWORD') |
25 | 1 | 0 | if (is_module_name($module)) { } |
26 | 0 | 1 | if (is_version($tokens->[0])) { } |