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

WebReflection / linkedom / 7210819675

14 Dec 2023 03:12PM UTC coverage: 100.0%. Remained the same
7210819675

push

github

web-flow
Implementation of `customElements.getName()` (#254)

* Implementation for customElements.getName()

* Fix whitespace before code blocks with curly brackets.

* Fix indentation.

1259 of 1259 branches covered (100.0%)

Branch coverage included in aggregate %.

12 of 12 new or added lines in 1 file covered. (100.0%)

6286 of 6286 relevant lines covered (100.0%)

38.18 hits per line

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

100.0
/cjs/html/base-element.js
1
'use strict';
1✔
2
const {HTMLElement} = require('./element.js');
1✔
3

1✔
4
/**
1✔
5
 * @implements globalThis.HTMLBaseElement
1✔
6
 */
1✔
7
class HTMLBaseElement extends HTMLElement {
1✔
8
  constructor(ownerDocument, localName = 'base') {
1✔
9
    super(ownerDocument, localName);
4✔
10
  }
4✔
11
}
1✔
12
exports.HTMLBaseElement = HTMLBaseElement
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