Condition Coverage

blib/lib/Neo4j/Bolt/Txn.pm
Criterion Covered Total %
condition 0 22 0.0


and 3 conditions

line !l l&&!r l&&r condition
22 0 0 0 $cxn and ref($cxn) =~ /Cxn$/
44 0 0 0 $parms and not ref $parms == 'HASH'
56 0 0 0 $parms and not ref $parms == 'HASH'

or 2 conditions

line l !l condition
12 0 0 $Neo4j::Bolt::DEFAULT_DB // ''
21 0 0 $params //= {}
30 0 0 $params->{'tx_timeout'} // -1
0 0 $params->{'mode'} // 'w'
59 0 0 $parms // {}

or 3 conditions

line l !l&&r !l&&!r condition
30 0 0 0 $db // &default_db()