| line |
!l |
l&&!r |
l&&r |
condition |
|
202
|
4338 |
18332 |
326 |
not $spaces and substr($$yaml, 0, 1) eq "%"
|
|
208
|
4338 |
14040 |
4292 |
not $spaces and $$yaml =~ s/\A(---|\.\.\.)(?=$RE_WS|\z)//
|
|
|
17727 |
592 |
59 |
$self->flowcontext and $$yaml =~ /\A[ \t]+(#.*)?\z/
|
|
284
|
435 |
83 |
7 |
$self->flowcontext and $$yaml =~ s/\A:(?=[,\{\}\[\]])//
|
|
427
|
1733 |
4216 |
630 |
not $spaces and $$yaml =~ s/\A(---|\.\.\.)(?=$RE_WS|\z)//
|
|
492
|
9682 |
239 |
90 |
@lines > 1 and $lines[-1] eq ""
|
|
569
|
2909 |
1327 |
200 |
not $spaces and $content =~ /\A(---|\.\.\.)(?=$RE_WS|\z)/
|
|
647
|
582 |
102 |
3 |
not $spaces and $$yaml =~ /\A(---|\.\.\.)(?=$RE_WS|\z)/
|
|
857
|
0 |
1 |
27 |
$trailing_ws and $$yaml =~ s/\A(#.*)?\z//
|