Branch Coverage

lib/Haineko/SMTPD/Greeting.pm
Criterion Covered Total %
branch 11 12 91.6


line true false branch
40 2 16 if ($e =~ /SIZE (?\d+)/) { }
2 14 elsif ($e =~ /AUTH (?.+)\z/) { }
2 12 elsif ($e =~ /PIPELINING/) { }
0 12 elsif ($e =~ /STARTTLS/) { }
2 10 elsif ($e =~ /DSN/) { }
72 1 1 if grep {uc $mech eq $_;} @{$$self{'mechanism'};}