| src/xs/Object.cc | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 4 | 10 | 40.0 |
| line | true | false | branch |
|---|---|---|---|
| 9 | 2 | 0 | SvREFCNT_dec(old); |
| 12 | 0 | 0 | Sub Object::method (const Sv& name) const { return stash().method(name); } |
| 13 | 13 | 0 | Sub Object::method (const panda::string_view& name) const { return stash().method(name); } |
| 14 | 0 | 0 | Sub Object::method_strict (const Sv& name) const { return stash().method_strict(name); } |
| 15 | 6 | 1 | Sub Object::method_strict (const panda::string_view& name) const { return stash().method_strict(name); } |