(self)
| 3735 | self._assert_not_orphan(c1) |
| 3736 | |
| 3737 | def test_leg_pers_r1_notr2(self): |
| 3738 | c1 = self._fixture(True, True, True, False) |
| 3739 | |
| 3740 | self._assert_not_orphan(c1) |
| 3741 | |
| 3742 | def test_current_pers_r1_notr2(self): |
| 3743 | c1 = self._fixture(False, True, True, False) |
nothing calls this directly
no test coverage detected