(self)
| 252 | self.IfNotElseCondTest(self.true_cond_net_, True, 2, False) |
| 253 | |
| 254 | def testIfNotElseCondTrueOnBlob(self): |
| 255 | self.IfNotElseCondTest(self.true_cond_net_, True, 2, True) |
| 256 | |
| 257 | def testIfNotElseCondFalseOnNet(self): |
| 258 | self.IfNotElseCondTest(self.false_cond_net_, False, 1, False) |
nothing calls this directly
no test coverage detected