Branch Coverage

blib/lib/Email/Send/Zoho.pm
Criterion Covered Total %
branch 0 6 0.0


line true false branch
22 0 0 unless defined $debug
24 0 0 unless eval { do { require MIME::Base64; require Authen::SASL } }
44 0 0 unless my $msg = 'MIME::Lite'->new('From', $from_address, 'To', $to_address, 'Subject', $subject, 'Type', 'text/html', 'Data', $html_body, 'Encoding', 'base64')