()
| 7 | var obj = %GetUndetectable(); |
| 8 | |
| 9 | function shouldNotBeTaken() { |
| 10 | fail("Undetectable branch should not be taken", "branch was taken"); |
| 11 | } |
| 12 | |
| 13 | function shouldBeTaken() { |
| 14 | fail("Inverted Undetectable branch should be taken", "branch was not taken"); |
no test coverage detected