codeCoverageFileName

Type: String

The codeCoverageFileName property of the JadeProfiler class contains the file name and optionally the path to be used to contain the code coverage output. Code coverage records the degree to which the JADE methods in a system have been tested when the JadeProfiler class reportCodeCoverage method or viewCodeCoverage method is called.

If the value of the codeCoverageFileName property does not include a path, the value of the CodeCoverageDirectory parameter in the [JadeProfiler] section of the JADE initialization file is used (that is, logs\CodeCoverage).

The default name of the code coverage file is application-name_YYYYMMDD_hhmmss.ccd (for example, erewhonshop_20090312_074611.ccd).

For details about recording and reporting code coverage statistics, see the methods documented under "JadeProfiler Methods", later in this chapter.

In JADE thin client mode, code coverage output is always output to the workstation that is running the JADE logic; that is, to the application server.