Condition Coverage

blib/lib/Mail/Milter/Authentication/Client.pm
Criterion Covered Total %
condition 16 31 51.6


and 3 conditions

line !l l&&!r l&&r condition
344 25 0 1 $self->{'rejected'} and $self->{'testing'}

or 2 conditions

line l !l condition
25 26 0 $config->{'connection'} || die('No connection details given')
29 0 26 $3 || ''
50 26 0 $args->{'mailer_name'} || 'test.mta.example.com'
52 26 0 $args->{'connect_ip'} || '66.111.4.147'
53 26 0 $args->{'connect_name'} || 'test.example.com'
54 0 26 $args->{'connect_port'} || '123456'
55 0 26 $args->{'connect_type'} || 'tcp4'
57 26 0 $args->{'helo_host'} || 'test.host.example.com'
58 25 1 $args->{'mail_from'} || ''
59 26 0 $args->{'rcpt_to'} || 'test@to.example.com'
109 1 0 $result->{'value'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
20 0 26 0 ref $class || $class
66 26 0 0 $self->{'mail_file'} or $self->{'mail_data'}