The covered range as start and end positions.
Signature:
interface CoverageEntry { ranges: Array<{ start: number; end: number; }>; }