inexorabletash / jslogo

Logo in JavaScript
https://calormen.com/jslogo
Other
368 stars 146 forks source link

Ensure logo.js has full coverage by tests #106

Open inexorabletash opened 6 years ago

inexorabletash commented 6 years ago

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?