Closed nrainer closed 6 years ago
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/main/java/org/pitest/maven/PmpMojo.java | 0 | 11 | 0.0% | ||
<!-- | Total: | 0 | 11 | 0.0% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/main/java/org/pitest/maven/PmpMojo.java | 1 | 0.0% | ||
<!-- | Total: | 1 | --> |
Totals | |
---|---|
Change from base Build 46: | -0.2% |
Covered Lines: | 37 |
Relevant Lines: | 440 |
If an analysis aborts due to an error, it is not possible to continue the execution from a given module because the use of Maven's -rf parameter causes an error (leads to no mutations found). Hence, it would be necessary to reanalyze the whole project. The introduced parameter
continueFromModule
allows to start the execution from the specified module.