| blib/lib/YAML/PP/Render.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 19 | 21 | 90.4 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 76 | 19 | 20 | 39 | @$lines and $lines->[-1] eq "" |
| 90 | 67 | 7 | 2 | $prev eq "MORE" and $type eq "EMPTY" |
| 7 | 57 | 10 | $prev eq "START" and $type eq "EMPTY" | |
| 64 | 0 | 0 | $prev eq "EMPTY" and $type ne "CONTENT" | |
| 111 | 56 | 11 | 9 | $type eq "MORE" and $i < $#$lines |
| 120 | 19 | 10 | 47 | @$lines and not $trim |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 125 | 98 | 92 | 23 | $i != $#$lines or not $trim |