pynguin icon indicating copy to clipboard operation
pynguin copied to clipboard

DynaMOSA + Line Coverage

Open LuKrO2011 opened this issue 5 months ago • 0 comments

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.

LuKrO2011 avatar Sep 26 '25 10:09 LuKrO2011