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