(self)
| 3725 | assert mapper._is_orphan(state) |
| 3726 | |
| 3727 | def test_leg_pers_r1_r2(self): |
| 3728 | c1 = self._fixture(True, True, True, True) |
| 3729 | |
| 3730 | self._assert_not_orphan(c1) |
| 3731 | |
| 3732 | def test_current_pers_r1_r2(self): |
| 3733 | c1 = self._fixture(False, True, True, True) |
nothing calls this directly
no test coverage detected