Apama 10.7.2 | Deploying and Managing Apama Applications | Correlator Utilities Reference | Generating code coverage information about EPL files | Using EPL code coverage with PySys tests
 
Using EPL code coverage with PySys tests
The Apama installation includes the Python-based PySys test framework and Apama helper classes for PySys.
The Apama helper classes for PySys can enable code coverage recording, and automatically run a coverage report from the .eplcoverage files at the end of test execution, which will help users to create better test cases and to find code paths in their EPL applications that do not have adequate test coverage. To use this feature, start your tests with -XcodeCoverage, for example:
pysys run -XcodeCoverage
For an example, see the README.txt file in the samples/pysys directory of your Apama installation.