| blib/lib/Email/MIME/RFC2047/Decoder.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 19 | 20 | 95.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 122 | 52 | 62 | ref $encoded ? : | 
| 127 | 101 | 13 | $mode eq 'phrase' ? : | 
| 137 | 67 | 37 | if (defined $encoding) { } | 
| 28 | 9 | elsif (defined $qs_content) { } | |
| 140 | 0 | 67 | if (length $match > 255) | 
| 149 | 3 | 64 | if (defined $b_content) { } | 
| 169 | 2 | 65 | if ($@) | 
| 179 | 54 | 11 | if not $enc_flag or $text =~ /\S/ | 
| 198 | 101 | 13 | $mode eq 'phrase' ? : | 
| 201 | 72 | 42 | if $$encoded_ref =~ /\G$regex/cg |