You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Chrome now has JS coverage: DevTools > Menu > More Tools > Coverage
Looks like a handful of procs are not covered by the tests, should be easy to get 'em all:
BYE
INCREASEFONT / DECREASEFONT
BURIED / TRACED / STEPPED
PRIMITIVES
plists in ERASE
STOP
CATCH / THROW / ERROR
.MAYBEOUTPUT
CASE
APPLY / INVOKE / MAP
There are also several procs (e.g. IF, COND, etc) where it looks like the body of the proc is covered and it's just flagging the preamble of the proc somehow - coverage bug?
The text was updated successfully, but these errors were encountered:
Chrome now has JS coverage: DevTools > Menu > More Tools > Coverage
Looks like a handful of procs are not covered by the tests, should be easy to get 'em all:
There are also several procs (e.g. IF, COND, etc) where it looks like the body of the proc is covered and it's just flagging the preamble of the proc somehow - coverage bug?
The text was updated successfully, but these errors were encountered: