CRAP Complexity Coverage Location
2.00 1 0/1 (0.00%) crap/file-system.service.ts (L66 - L68)
    public async writeHtmlReport(path: string, report: string, options?: { logLevel: "log" | "debug" }): Promise<void> {
        await this.writeFile({ path, type: "HTML report", data: report, options });
    }