pynguin
pynguin copied to clipboard
DynaMOSA + Line Coverage
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: https://github.com/se2p/pynguin/issues/118/ DynaMOSA + LINE.
See EvoSuite for an implementation of this.
See the DynaMOSA paper for more information on the DynaMosa algorithm.