Condition Coverage

blib/lib/Authen/SASL.pm
Criterion Covered Total %
condition 3 13 23.0


and 3 conditions

line !l l&&!r l&&r condition
76 0 0 33 eval "require $pkg" and $pkg->can('client_new')
92 0 0 18 eval "require $pkg" and $pkg->can('server_new')

or 2 conditions

line l !l condition
84 0 0 $err || 'Cannot find a SASL Connection library'
99 0 0 $err || 'Cannot find a SASL Connection library for server-side authentication'

or 3 conditions

line l !l&&r !l&&!r condition
34 48 0 0 $opt{'mechanism'} || $opt{'mech'}