blib/lib/Perl/ToPerl6/Transformer/BasicTypes/Strings/RewriteHereDocs.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 6 | 0.0 |
line | true | false | branch |
---|---|---|---|
34 | 0 | 0 | if ($content =~ s[<<(\w+)][q:to/$1/]) { } |
0 | 0 | elsif ($content =~ s[<<'(\s*(\w+))'][q:to/$2/]) { } | |
44 | 0 | 0 | unless $line =~ /$heredoc$/ |