Branch Coverage

/usr/local/lib/perl5/site_perl/5.26.1/x86_64-linux/XS/Framework.x/i/xs/Backref.h
Criterion Covered Total %
branch 5 10 50.0


line true false branch
25 3 22 if (!svobj) return;
28 22 0 SvREFCNT_dec_NN(tmp);
31 0 25 virtual ~Backref () { if (!in_cdtor) _throw_no_dtor(); } // protect against forgetting calling the dtor()
0 25 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()");