Branch Coverage

lib/Sisimai/Lhost/KDDI.pm
Criterion Covered Total %
branch 25 34 73.5


line true false branch
18 0 912 if "Sisimai::String"->aligned(\$mhead->{'from'}, ["no-reply\@.", ".dion.ne.jp"])
19 16 896 if $mhead->{'reply-to'} and $mhead->{'reply-to'} eq "no-reply\@app.auone-net.jp"
20 0 912 if grep {rindex($_, "ezweb.ne.jp (") != -1;} @{$$mhead{"received"}}
21 0 912 if grep {rindex($_, ".au.com (") != -1;} @{$$mhead{"received"}}
22 896 16 unless $match
41 106 32 unless ($readcursor)
43 16 90 if grep {index($e, $_) == 0;} @{$$startingof{"message"}}
45 90 48 if ($readcursor & $indicators->{'deliverystatus'}) == 0 or $e eq ""
48 16 32 if (index($e, ' Could not be delivered to: <') != -1) { }
16 16 elsif (index($e, 'Your mail sent on: ') != -1) { }
52 0 16 if ($v->{'recipient'})
59 0 16 unless "Sisimai::Address"->is_emailaddress($r)
69 16 0 if index($e, " ") == 0
72 0 16 unless $recipients
79 0 16 if (defined $mhead->{'x-spasign'} and $mhead->{'x-spasign'} eq 'NG') { }
85 0 16 if ($e->{'command'} eq 'RCPT') { }
93 26 16 unless grep {index($e->{'diagnosis'}, $_) != -1;} @{$$messagesof{$r}}