[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Profiler](./puppeteer.protocol.profiler.md) > [ScriptCoverage](./puppeteer.protocol.profiler.scriptcoverage.md) > [functions](./puppeteer.protocol.profiler.scriptcoverage.functions.md) ## Protocol.Profiler.ScriptCoverage.functions property Functions contained in the script that has coverage data. Signature: ```typescript functions: FunctionCoverage[]; ```