| blib/lib/PPI/Prettify.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 9 | 17 | 52.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 74 | 1 | 0 | 0 | exists $$args{'code'} and defined $$args{'code'} |
| 193 | 2 | 12 | 1 | $token->snext_sibling and $token->snext_sibling->content eq '=>' |
| 237 | 6 | 0 | 3 | not $next_token->significant and $next_token->next_token |
| 240 | 4 | 1 | 1 | $next_token->content eq '}' and not $token->sprevious_sibling |
| line | l | !l | condition |
|---|---|---|---|
| 78 | 0 | 0 | $$args{'debug'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 0 | 0 | 0 | $doc or $@ |