Missing Feature
Currently, Pynguin does not support DynaMOSA with coverage criteria other than branch coverage. In particular, the well known metric line coverage is not supported.
Solution
Add support for all coverage metrics for DynaMOSA.
Additional context
Related to: #118 DynaMOSA + LINE.
See EvoSuite for an implementation of this.
See the DynaMOSA paper for more information on the DynaMosa algorithm.
Missing Feature
Currently, Pynguin does not support
DynaMOSAwith coverage criteria other thanbranch coverage. In particular, the well known metricline coverageis not supported.Solution
Add support for all coverage metrics for
DynaMOSA.Additional context
Related to: #118 DynaMOSA + LINE.
See EvoSuite for an implementation of this.
See the DynaMOSA paper for more information on the
DynaMosaalgorithm.