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

hildjj / node-inspect-extracted / 9053558361

12 May 2024 06:59PM UTC coverage: 97.922%. Remained the same
9053558361

push

github

hildjj
3.0.2

1812 of 1862 branches covered (97.31%)

Branch coverage included in aggregate %.

3749 of 3817 relevant lines covered (98.22%)

2306.02 hits per line

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

100.0
/src/buffer.js
1
'use strict';
8✔
2

8✔
3
class Buffer {
8✔
4
  hexSlice(start = 0, end) {
8✔
5
    return Array.prototype.map.call(
60✔
6
      this.slice(start, end),
60✔
7
      (x) => ('00' + x.toString(16)).slice(-2))
60✔
8
      .join('');
60✔
9
  }
60✔
10
}
8✔
11

8✔
12
exports.Buffer = Buffer;
8✔
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