| blib/lib/MongoDB/Role/_SessionSupport.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 12 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 73 | 0 | 0 | 0 | $self->session->_in_transaction_state('aborted', 'committed') and not $$query_ref->EXISTS('writeConcern') |
| 93 | 0 | 0 | 0 | defined $cluster_time and $link->supports_clusterTime |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 48 | 0 | 0 | 0 | $self->retryable_write or not $self->session->_in_transaction_state('none') |
| 157 | 0 | 0 | 0 | $err->$MongoDB::Role::_SessionSupport::_isa('MongoDB::ConnectionError') or $err->$MongoDB::Role::_SessionSupport::_isa('MongoDB::NetworkTimeout') |