(self)
| 175 | self.IfCondTest(self.false_cond_net_, 0, False) |
| 176 | |
| 177 | def testIfCondFalseOnBlob(self): |
| 178 | self.IfCondTest(self.false_cond_net_, 0, True) |
| 179 | |
| 180 | def IfElseCondTest(self, cond_net, cond_value, expect, cond_on_blob): |
| 181 | if cond_value: |
nothing calls this directly
no test coverage detected