push
circleci
5499 of 6579 branches covered (83.58%)
32 of 32 new or added lines in 2 files covered. (100.0%)
10595 of 11599 relevant lines covered (91.34%)
69921.6 hits per line
1 |
// @flow
|
|
2 |
|
|
|
module.exports = (function () {
|
35✔ |
|
try {
|
35✔ |
|
new Function(''); |
35✔ |
|
return true; |
35✔ |
7 |
} catch (e) {
|
|
|
return false; |
× |
9 |
} |
|
10 |
})(); |