Condition Coverage

blib/lib/IO/Stream/MatrixSSL.pm
Criterion Covered Total %
condition 5 26 19.2


and 3 conditions

line !l l&&!r l&&r condition
80 40 17 0 $e & 32 and $self->{'_want_close'}

or 2 conditions

line l !l condition
44 0 7 $m->{'out_pos'} || 0
82 0 0 $err ||= 'ssl closed: closure alert or fatal alert was sent'
122 0 0 $err ||= 'ssl error: not implemented because USE_ZLIB_COMPRESSION should not be enabled'
163 0 0 $err ||= 'ssl handshake error: unexpected EOF'

or 3 conditions

line l !l&&r !l&&!r condition
88 51 0 6 $e or $err
107 0 0 0 $err ||= "ssl fatal alert: $descr"
126 0 0 0 $err ||= 'ssl error: ' . get_ssl_error($rc)
135 0 0 0 $err ||= join(' ', 'ssl warning alert:', @warnings)
150 0 0 0 $err ||= 'ssl error: ' . get_ssl_error($rc)