Branch Coverage

lib/Neo4j/Bolt/Txn.xs
Criterion Covered Total %
branch 0 26 0.0


line true false branch
23 0 0 cxn_obj_t *cxn_obj = C_PTR_OF(cxn_ref, cxn_obj_t);
28 0 0 if (tx == NULL) {
41 0 0 txn_obj_t *t = C_PTR_OF(txn_ref,txn_obj_t);
43 0 0 if (neo4j_tx_is_open(t->tx)) {
50 0 0 txn_obj_t *t = C_PTR_OF(txn_ref,txn_obj_t);
52 0 0 if (neo4j_tx_is_open(t->tx)) {
73 0 0 txn_obj = C_PTR_OF(txn_ref,txn_obj_t);
77 0 0 if (SvROK(params_ref) && (SvTYPE(SvRV(params_ref))==SVt_PVHV)) {
0 0 if (SvROK(params_ref) && (SvTYPE(SvRV(params_ref))==SVt_PVHV)) {
85 0 0 neo4j_send_to_tx(tx, cypher_query, params_p) :
89 0 0 if (send >= 1) {
100 0 0 return C_PTR_OF(txn_ref,txn_obj_t)->errnum;
104 0 0 return C_PTR_OF(txn_ref,txn_obj_t)->strerror;