import { type Protocol } from "https://deno.land/x/sinco@v4.1.0/deps.ts";
const { FunctionCoverage } = Protocol.Profiler;
Coverage data for a JavaScript function.
Properties
ranges: CoverageRange[]
Source ranges inside the function with coverage data.