Branch Coverage

blib/lib/Mail/Message/Construct/Read.pm
Criterion Covered Total %
branch 15 18 83.3


line true false branch
37 0 16 exists $args{'trusted'} ? :
38 4 12 exists $args{'strip_status_fields'} ? :
45 0 16 if ($args{'seekable'}) { }
51 12 4 if (not $ref) { }
1 3 elsif ($ref eq 'SCALAR') { }
1 2 elsif ($ref eq 'ARRAY') { }
2 0 elsif ($ref eq 'GLOB' or builtin::blessed($_[1]) and $_[1]->isa('IO::Handle')) { }
84 15 1 unless $head->get("Message-ID")
86 12 4 if $strip_status