(self)
| 3730 | self._assert_not_orphan(c1) |
| 3731 | |
| 3732 | def test_current_pers_r1_r2(self): |
| 3733 | c1 = self._fixture(False, True, True, True) |
| 3734 | |
| 3735 | self._assert_not_orphan(c1) |
| 3736 | |
| 3737 | def test_leg_pers_r1_notr2(self): |
| 3738 | c1 = self._fixture(True, True, True, False) |
nothing calls this directly
no test coverage detected