Branch Coverage

src/xs/Backref.h
Criterion Covered Total %
branch 5 10 50.0


line true false branch
25 2 4 if (!svobj) return;
28 4 0 SvREFCNT_dec_NN(tmp);
31 0 6 virtual ~Backref () { if (!in_cdtor) _throw_no_dtor(); } // protect against forgetting calling the dtor()
0 6 virtual ~Backref () { if (!in_cdtor) _throw_no_dtor(); } // protect against forgetting calling the dtor()
35 0 0 throw std::logic_error("~Backref panic: dtor() wasn't called - you must explicitly call Backref::dtor() or use make_backref()");