codeCoverageCcdToCsv

codeCoverageCcdToCsv(ccdPath: String
                     csvPath: String): Boolean typeMethod;

The codeCoverageCcdToCsv method of the JadeProfiler class converts a specified code coverage (.ccd) file into comma‑separated values (.csv) file format.

The ccdPath and csvPath parameters must specify a valid file path to the .ccd file to convert and to the .csv file you want to output, respectively. When this method is executed on a presentation client, the:

This method returns true if the file was successfully converted; otherwise it returns false (refer to the Jade messages log file (jommsg.log) for help identifying the reason for the failure).

2025.0.01 and higher