| blib/lib/Email/Simple.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 18 | 18 | 100.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 77 | 1 | 53 | unless defined $text | 
| 79 | 14 | 39 | ref $text || !1 ? : | 
| 81 | 3 | 50 | if ${$text_ref;} =~ /[^\x00-\xFF]/ | 
| 88 | 43 | 10 | if (defined $pos) { } | 
| 118 | 48 | 11 | if ($$text_ref =~ /($re)/gms) { } | 
| 170 | 7 | 6 | unless defined $email->header_raw('Date') | 
| 296 | 58 | 2 | defined ${$$self{'body'};} ? : | 
| 307 | 55 | 23 | ref $text ? : | 
| 308 | 2 | 76 | if defined ${$text_ref;} and ${$text_ref;} =~ /[^\x00-\xFF]/ |