| line |
!l |
l&&!r |
l&&r |
condition |
|
202
|
13682 |
18819 |
326 |
not $spaces and substr($$yaml, 0, 1) eq "%" |
|
208
|
13682 |
14488 |
4331 |
not $spaces and $$yaml =~ s/\A(---|\.\.\.)(?=$RE_WS|\z)// |
|
|
27481 |
630 |
59 |
$self->flowcontext and $$yaml =~ /\A[ \t]+(#.*)?\z/ |
|
284
|
439 |
93 |
7 |
$self->flowcontext and $$yaml =~ s/\A:(?=[,\{\}\[\]])// |
|
427
|
10756 |
4521 |
630 |
not $spaces and $$yaml =~ s/\A(---|\.\.\.)(?=$RE_WS|\z)// |
|
492
|
19018 |
242 |
90 |
@lines > 1 and $lines[-1] eq "" |
|
569
|
2915 |
1327 |
200 |
not $spaces and $content =~ /\A(---|\.\.\.)(?=$RE_WS|\z)/ |
|
647
|
584 |
102 |
3 |
not $spaces and $$yaml =~ /\A(---|\.\.\.)(?=$RE_WS|\z)/ |
|
857
|
0 |
1 |
27 |
$trailing_ws and $$yaml =~ s/\A(#.*)?\z// |