line |
!l |
l&&!r |
l&&r |
condition |
202
|
4338 |
18281 |
326 |
not $spaces and substr($$yaml, 0, 1) eq "%" |
208
|
4338 |
14012 |
4269 |
not $spaces and $$yaml =~ s/\A(---|\.\.\.)(?=$RE_WS|\z)// |
|
17699 |
592 |
59 |
$self->flowcontext and $$yaml =~ /\A[ \t]+(#.*)?\z/ |
284
|
435 |
83 |
7 |
$self->flowcontext and $$yaml =~ s/\A:(?=[,\{\}\[\]])// |
427
|
1733 |
4218 |
622 |
not $spaces and $$yaml =~ s/\A(---|\.\.\.)(?=$RE_WS|\z)// |
492
|
9654 |
242 |
90 |
@lines > 1 and $lines[-1] eq "" |
569
|
2914 |
1329 |
200 |
not $spaces and $content =~ /\A(---|\.\.\.)(?=$RE_WS|\z)/ |
647
|
579 |
102 |
3 |
not $spaces and $$yaml =~ /\A(---|\.\.\.)(?=$RE_WS|\z)/ |
857
|
0 |
1 |
27 |
$trailing_ws and $$yaml =~ s/\A(#.*)?\z// |