| lib/Perl/PrereqScanner/NotQuiteLite/Parser/FeatureCompatClass.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 14 | 57.1 |
| line | true | false | branch |
|---|---|---|---|
| 53 | 10 | 12 | if (ref $token and $token->[1] and $token->[1] eq "WORD") |
| 54 | 10 | 0 | if (is_module_name($token->[0])) |
| 56 | 5 | 5 | if (@$tokens and is_version($tokens->[0])) |
| 62 | 8 | 14 | if (ref $token and $token->[1] and $token->[1] eq "ATTRIBUTE") |
| 66 | 8 | 0 | if (is_module_name($name) and is_version($version)) |
| 82 | 0 | 0 | if (is_module_name($token->[0])) |
| 84 | 0 | 0 | if (@$tokens and is_version($tokens->[0])) |