If you're using both RapiCover and RapiCoverZero together, you can combine the coverage results you collect from both tools into a single report.
This helps you reduce the effort needed to fully cover your code. For example, you can collect function, call, statement and branch/decision coverage without instrumenting your source code by using RapiCoverZero and supplement this with MC/DC coverage collected by using RapiCover to instrument your source code.
Feature applies to: