Condition Coverage

blib/lib/Authen/SASL.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
77 2 0 36 eval "require $pkg" and $pkg->can("client_new")
93 0 0 18 eval "require $pkg" and $pkg->can("server_new")

or 2 conditions

line l !l condition
85 0 0 $err || 'Cannot find a SASL Connection library'
100 0 0 $err || 'Cannot find a SASL Connection library for server-side authentication'
128 1 1 $self->{'mechanism'} || ''

or 3 conditions

line l !l&&r !l&&!r condition
39 51 1 1 $opt{'mechanism'} || $opt{'mech'}