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:
-
ccdPath parameter specifies a path to a .ccd file on the application server
-
csvPath parameter specifies a path to the .csv file to output to the presentation client
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
