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
348 32 0 1 $self->{'rejected'} and $self->{'testing'}

or 2 conditions

line l !l condition
23 33 0 $config->{'connection'} || die('No connection details given')
27 0 33 $3 || ''
48 33 0 $args->{'mailer_name'} || 'test.mta.example.com'
50 33 0 $args->{'connect_ip'} || '66.111.4.147'
51 33 0 $args->{'connect_name'} || 'test.example.com'
52 0 33 $args->{'connect_port'} || '123456'
53 0 33 $args->{'connect_type'} || 'tcp4'
55 33 0 $args->{'helo_host'} || 'test.host.example.com'
56 32 1 $args->{'mail_from'} || ''
57 33 0 $args->{'rcpt_to'} || 'test@to.example.com'
107 1 0 $result->{'value'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
18 0 33 0 ref $class || $class
64 33 0 0 $self->{'mail_file'} or $self->{'mail_data'}