Skip to main content
Go to Latest
interface CoverageEntry
import { type CoverageEntry } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.d.ts";

The CoverageEntry class represents one entry of the coverage report.

Properties

url: string

The URL of the style sheet or script.

text: string

The content of the style sheet or script.

ranges: Array<{ start: number; end: number; }>

The covered range as start and end positions.

url: string

The URL of the style sheet or script.

text: string

The content of the style sheet or script.

ranges: Array<{ start: number; end: number; }>

The covered range as start and end positions.