<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [JSCoverage](./puppeteer.jscoverage.md) &gt; [(constructor)](./puppeteer.jscoverage._constructor_.md)

## JSCoverage.(constructor)

Constructs a new instance of the `JSCoverage` class

<b>Signature:</b>

```typescript
constructor(client: CDPSession);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  client | [CDPSession](./puppeteer.cdpsession.md) |  |