| blib/lib/Test/Requires/Scanner.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 21 | 27 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 75 | 48 | 0 | 40 | $token_type == 127 || $token_type == 126 and $walker->is_prev_module_name |
| 87 | 48 | 0 | 0 | not $walker->module_name || $walker->does_garbage_exist and _looks_like_version($token_type) |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 65 | 2 | 8 | 88 | $token_type == 94 or $token_type == 106 |
| 75 | 26 | 14 | 48 | $token_type == 127 || $token_type == 126 |
| 87 | 48 | 0 | 0 | $walker->module_name || $walker->does_garbage_exist |
| 125 | 2 | 3 | 2 | $token_type == 172 or $token_type == 173 |
| 141 | 6 | 1 | 7 | _is_string($token_type) or $token_type == 122 |
| 7 | 1 | 6 | _is_string($token_type) or $token_type == 122 or _looks_like_version($token_type) | |
| 183 | 0 | 1 | 6 | $token_type == 171 or $token_type == 170 |