| blib/lib/PPrint.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 15 | 27 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 43 | 1 | 2 | 1 | $num > 0 and defined $$flags{';'} |
| line | l | !l | condition |
|---|---|---|---|
| 20 | 2 | 1 | $params[0] || 1 |
| 26 | 2 | 2 | $$params[0] || 10 |
| 28 | 2 | 2 | $$params[1] || 0 |
| 31 | 1 | 3 | $$params[3] || ',' |
| 32 | 1 | 3 | $$params[4] || 3 |
| 90 | 0 | 0 | $purity ||= 0 |
| 91 | 0 | 0 | $useqq ||= 0 |
| 92 | 0 | 0 | $terse ||= 0 |
| 93 | 0 | 0 | $deepcopy ||= 0 |
| 94 | 0 | 0 | $quotekeys ||= 0 |
| 95 | 0 | 0 | $max_depth ||= 0 |
| 114 | 2 | 1 | $$params[0] || 1 |