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 | 1089 | 70 | 31 | $prev eq "MORE" and $type eq "EMPTY" |
319 | 497 | 54 | $prev eq "START" and $type eq "EMPTY" | |
567 | 122 | 127 | $prev eq "EMPTY" and $type ne "CONTENT" | |
111 | 1042 | 47 | 101 | $type eq "MORE" and $i < $#$lines |
120 | 37 | 66 | 431 | @$lines and not $trim |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
125 | 936 | 936 | 220 | $i != $#$lines or not $trim |