es-meta / esmeta

ECMAScript Specification (ECMA-262) Metalanguage
BSD 3-Clause "New" or "Revised" License
175 stars 12 forks source link

Implement node/branch coverage (ported from kaist-esmeta) #215

Open hyp3rflow opened 3 months ago

hyp3rflow commented 3 months ago

This PR implements basic node/branch coverage feature ported from kaist-plrg/esmeta@online-bug-sensitivity.

hyp3rflow commented 3 months ago

esmeta test262-test -test262-test:coverage -test262-test:concurrent -test262-test:progress -test262-test:log dev-jest-porting: 100% pass + 12:23 jest-porting/coverage: 79.29% pass (19,895/25,091) + 39:27

hyp3rflow commented 3 months ago
- time: 3,833,282 ms [01:03:53]
- pass-rate: P/P = 25,091/25,091 (100.00%)
- coverage:
  - node: 12053
  - branch: 4272
hyp3rflow commented 2 months ago