Branch Coverage

blib/lib/App/Milter/Limit.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
21 0 0 unless defined $driver
79 0 0 if ($@)
95 0 0 unless $milter->auto_setconn($$conf{'name'})
113 0 0 if (defined $$conf{'group'})
117 0 0 if (defined $$conf{'user'})
140 0 0 if ($driver->can('child_init'))
146 0 0 if ($driver->can('child_exit'))
167 0 0 unless (length $from)
180 0 0 if ($count > $$conf{'limit'}) { }
181 0 0 if ($reply eq 'defer') { }