EPL code coverage enhancements in 10.7.1
Apama 10.7.1 includes the following EPL code coverage enhancements:
In addition to the existing support for generating code coverage reports in HTML and CSV format, the
epl_coverage tool now also generates coverage reports in a widely-used XML format (the format that is used and was popularized by Cobertura, which is a code coverage utility for Java; see also
https://cobertura.github.io/cobertura/). This allows coverage from EPL to be checked and visualized by third-party tools. No changes are required to get the XML report. An
epl_coverage.xml file is generated automatically whenever the
epl_coverage tool is executed. See also
Generating code coverage information about EPL files.
Correlator EPL code coverage reports now include the coverage data of deleted monitors, with the exception of those deleted with
engine_delete --all or when the file has been reinjected. For more details, see
Recording code coverage information.