| src/xs/Backref.h | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 10 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 25 | 0 | 0 | if (!svobj) return; |
| 28 | 0 | 0 | SvREFCNT_dec_NN(tmp); |
| 31 | 0 | 0 | virtual ~Backref () { if (!in_cdtor) _throw_no_dtor(); } // protect against forgetting calling the dtor() |
| 0 | 0 | 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()"); |