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

rokucommunity / roku-debug / 26120672946

19 May 2026 07:37PM UTC coverage: 70.727% (+0.7%) from 70.049%
26120672946

Pull #351

github

web-flow
Merge eb0b2e542 into 5bbd82240
Pull Request #351: 0.23.8

3328 of 5046 branches covered (65.95%)

Branch coverage included in aggregate %.

5834 of 7908 relevant lines covered (73.77%)

35.01 hits per line

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

42.86
/src/Exceptions.ts
1

2
export class SocketConnectionInUseError extends Error {
2✔
3
    constructor(message: string, options: { port: number; host: string }) {
2✔
4
        super(message);
5
        this.port = options.port;
6
        this.host = options.host;
×
7
        Object.setPrototypeOf(this, SocketConnectionInUseError.prototype);
×
8
    }
×
9

×
10
    public port: number;
11
    public host: string;
12
}
2✔
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

© 2026 Coveralls, Inc