| lib/Perl/PrereqScanner/NotQuiteLite/Parser/TestRequires.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 12 | 66.6 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 5 | if (is_version($tokens->[0])) |
| 26 | 1 | 4 | if (ref $tokens->[0] and $tokens->[0][1] and $tokens->[0][1] eq '{}') { } |
| 29 | 0 | 1 | unless is_module_name($key) |
| 30 | 0 | 1 | unless is_version($value) |
| 35 | 4 | 2 | if ref $token |
| 36 | 0 | 2 | if ($token =~ /^v?5/) { } |