Profiler.FunctionCoverage - Node documentation
interface Profiler.FunctionCoverage

Usage in Deno

import { type Profiler } from "node:inspector";
type { FunctionCoverage } = Profiler;

Coverage data for a JavaScript function.

Properties

functionName: string

JavaScript function name.

Source ranges inside the function with coverage data.

Whether coverage data for this function has block granularity.