blib/lib/Email/MIME/Header.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 13 | 20 | 65.0 |
line | true | false | branch |
---|---|---|---|
52 | 0 | 723 | unless defined $wanta |
54 | 157 | 566 | $wanta ? : |
58 | 228 | 483 | unless defined $header |
59 | 451 | 32 | unless $header =~ /=\?/u |
63 | 157 | 566 | $wanta ? : |
100 | 0 | 14 | unless defined $class |
101 | 0 | 14 | unless eval { do { &Module::Runtime::require_module($class) } } |
102 | 0 | 14 | unless $class->can("from_mime_string") |
106 | 0 | 14 | if (wantarray) { } |
127 | 0 | 0 | if defined $header_to_class_map{$header} |