Skip to main content
Version: Next

CoverageEntry interface

The CoverageEntry class represents one entry of the coverage report.

Signature:

export interface CoverageEntry

Properties

PropertyModifiersTypeDescription
rangesArray<{ start: number; end: number; }>The covered range as start and end positions.
textstringThe content of the style sheet or script.
urlstringThe URL of the style sheet or script.