• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

larsthorup / amaze / 7226211866

15 Dec 2023 07:24PM UTC coverage: 96.372% (+1.0%) from 95.37%
7226211866

push

github

larsthorup
esm; wip

122 of 123 branches covered (0.0%)

10 of 19 new or added lines in 4 files covered. (52.63%)

2 existing lines in 1 file now uncovered.

425 of 441 relevant lines covered (96.37%)

10.83 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

42.86
/src/wui/main.mjs
1
import $ from '../browser/bling.mjs';
1✔
2
import { SvgGridView } from '../view/svg/grid.mjs';
1✔
3
import { Maze } from '../model/maze.mjs';
1✔
4

1✔
NEW
5
function main (options) {
×
UNCOV
6
  const maze = new Maze(options);
×
NEW
7
  const view = new SvgGridView({
×
NEW
8
    model: maze.grid()
×
NEW
9
  });
×
NEW
10
  view.render();
×
NEW
11
  $('#wui')[0].innerHTML = view.source();
×
UNCOV
12
}
×
13

1✔
14
export default { main };
1✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc