IBM Support

New Command Line Code Coverage feature.

Technical Blog Post


Abstract

New Command Line Code Coverage feature.

Body

We have have the ability to analyze an execution of your program to see exactly which lines did, or did not, get executed.  This is very useful to locate holes in your test cases as well as to identify dead code that should be removed.

Up until now this required using RDi to be present to analyze which lines were being hit.  

It is now possible to do the analysis entirely on the IBM i using a new IBM i command CODECOV. 

The results of the analysis can be viewed using RDi or you can write your own tool to view the results using the Code Coverage API  described here:  

https://www.ibm.com/support/knowledgecenter/en/SSQ2R2_15.0.0/com.ibm.codecoverage.javadoc.doc/index.html

Note: The CCResultFactory.createResult() method can be used to create an ICCResult from a cczip, and the methods in ICCResult can be used to get the code coverage statistics.

Command Line Code Coverage.pdf has the details on the CODECOV command as well as overview of how this analysis can be viewed through RDi afterwards.

The following forum post will give you the PTFs required to get this function on your IBM i, it is free of charge.

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSAE4W","label":"Rational Developer for i"},"Component":"","Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"","Edition":"","Line of Business":{"code":"LOB57","label":"Power"}}]

UID

ibm11143640