blib/lib/YAML/PP/Render.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 21 | 21 | 100.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
76 | 19 | 20 | 39 | @$lines and $lines->[-1] eq "" |
90 | 1085 | 68 | 30 | $prev eq "MORE" and $type eq "EMPTY" |
316 | 495 | 54 | $prev eq "START" and $type eq "EMPTY" | |
563 | 122 | 126 | $prev eq "EMPTY" and $type ne "CONTENT" | |
111 | 1038 | 47 | 98 | $type eq "MORE" and $i < $#$lines |
120 | 37 | 66 | 429 | @$lines and not $trim |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
125 | 936 | 936 | 220 | $i != $#$lines or not $trim |