()
| 1 | module.exports = function a() { |
| 2 | function b() { |
| 3 | "use asm"; |
| 4 | if (0 == 0) { |
| 5 | return 1 == 1 ? 101 : 102; |
| 6 | } else { |
| 7 | return 0 == 1 ? 103 : 104; |
| 8 | } |
| 9 | } |
| 10 | function c() { |
| 11 | if (0 == 0) { |
| 12 | return 1 == 1 ? 105 : 106; |
no outgoing calls
no test coverage detected