Branch Coverage

blib/lib/App/OpenMbox/Client.pm
Criterion Covered Total %
branch 0 18 0.0


line true false branch
109 0 0 $args{'host'} ? :
110 0 0 $args{'port'} ? :
111 0 0 $args{'ssl'} ? :
112 0 0 $args{'debug'} ? :
113 0 0 $args{'type'} ? :
114 0 0 exists $args{'subject'} ? :
115 0 0 exists $args{'body'} ? :
116 0 0 exists $args{'path'} ? :
120 0 0 unless my $msg = "MIME::Lite"->new("From", $user, "To", $recepients, "Subject", $subject, "Type", $type, "Data", $body, "Path", $path, "Encoding", "base64")