Code coverage support
Code coverage tools analyze the degree of testing of programming code. For Gosu code in Studio, PolicyCenter supports code coverage tools that use Java class files as input to bytecode analysis. Gosu compiles to Java class files.
Direct your code coverage tools to the following directory:
PolicyCenter/modules/configuration/out/classesThis feature requires tools that use Java class files, not source code, as input.
