Condition Coverage

blib/lib/MongoDB/_TransactionOptions.pm
Criterion Covered Total %
condition 0 17 0.0


or 2 conditions

line l !l condition
78 0 0 $options ||= {}

or 3 conditions

line l !l&&r !l&&!r condition
77 0 0 0 $options ||= $self->default_options->{'writeConcern'}
108 0 0 0 $options ||= $self->default_options->{'readConcern'}
126 0 0 0 $options ||= $self->default_options->{'readPreference'}
130 0 0 0 $read_pref ||= $self->client->read_preference
151 0 0 0 $max_time_ms ||= $default_opts->{'maxCommitTimeMS'}