Branch Coverage

blib/lib/Mail/IMAP2SMS.pm
Criterion Covered Total %
branch 0 16 0.0


line true false branch
88 0 0 if ($$self{'ssl'} == 1) { }
97 0 0 unless ($$self{'imap'}->login($$self{'user'}, $$self{'pass'}))
127 0 0 if ($$self{'imap'}->seen($i))
154 0 0 unless ($$self{'imap'}->seen($i))
188 0 0 if ($bodyl + $subl < $size) { }
200 0 0 if ($wordl + $msg_size + 1 > $size) { }
243 0 0 if (scalar @{$$self{'sms'};} > 3)
247 0 0 unless sendmail(%mail)