Branch Coverage

lib/Mail/Make/Body/InCore.pm
Criterion Covered Total %
branch 11 16 68.7


line true false branch
37 0 113 unless $self->SUPER::init(@_)
38 112 1 if (defined $data)
41 1 111 if ($self->_is_scalar($data)) { }
110 1 elsif (not ref $data) { }
81 0 46 if utf8::is_utf8($data)
82 0 46 unless CORE::open my $fh, "<", \$data
99 0 1 if ($self->_is_scalar($data)) { }
1 0 elsif (not ref $data) { }