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

WebReflection / linkedom / 4352493242

pending completion
4352493242

push

github

GitHub
Add `meta` attributes (#192)

1231 of 1231 branches covered (100.0%)

Branch coverage included in aggregate %.

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

6108 of 6108 relevant lines covered (100.0%)

37.19 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