interface Profiler.FunctionCoverage
          
Usage in Deno
```typescript import { Profiler } from "node:node__inspector.d.ts"; ```Coverage data for a JavaScript function.
  
  
    
  
  
    
 
functionName: string
      
    JavaScript function name.
Source ranges inside the function with coverage data.
isBlockCoverage: boolean
      
    Whether coverage data for this function has block granularity.