Closed DurieuxPol closed 9 months ago
We've detected an issue with your CI configuration that might affect the accuracy of this pull request's coverage report. To ensure accuracy in future PRs, please see these guidelines. A quick fix for this PR: rebase it; your next report should be accurate.
Changes Missing Coverage | Covered Lines | Changed/Added Lines | % | ||
---|---|---|---|---|---|
src/MuTalk-Utilities-Tests/MTAuxiliarClassForMutantOperatorAnalysis.class.st | 0 | 10 | 0.0% | ||
src/MuTalk-Utilities/MTUtilityAnalysis.class.st | 8 | 23 | 34.78% | ||
src/MuTalk-Utilities/MTMatrix.class.st | 9 | 41 | 21.95% | ||
<!-- | Total: | 129 | 186 | 69.35% | --> |
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
src/MuTalk-Utilities/MTMatrix.class.st | 2 | 67.2% | ||
src/MuTalk-Model/MTGeneralResult.class.st | 6 | 80.65% | ||
src/MuTalk-Model/MTAnalysis.class.st | 47 | 34.74% | ||
<!-- | Total: | 55 | --> |
Totals | |
---|---|
Change from base Build 7653796460: | 0.8% |
Covered Lines: | 4600 |
Relevant Lines: | 7586 |
Refactored
MTMutantOperatorAnalysis
andMTMissingMutantOperatorAnalaysis
(renamed asMTNonMutatedMethodsAnalysis
) to support better APIs. Also added tests for them.