You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Method is wheel.components.Checkbox#renderComponent(Lorg/xmlpull/v1/XmlSerializer;)V
Evoobj gets 0.375 to 0.875 coverage, Evosuite can consistently get 0.75 to 0.875 coverage. Both fails to cover the false branch on line 60.
However, unable to replicate results when running SF100OverallTest. testBugExample1(), Evoobj gets 0.875 coverage consistently.
Tried SF100LegitimizationTest.testLegitimizationBad2() to check the test case when covering branch on line 49 and it is initialized with long initial test case, although graph only contains 2 nodes. Legitimacy distance stuck at 23 which means test case fails at line 8, unsure if this causes the low coverage during experiments
Initial test case:
The text was updated successfully, but these errors were encountered:
Context
Method is
wheel.components.Checkbox#renderComponent(Lorg/xmlpull/v1/XmlSerializer;)V
Evoobj gets 0.375 to 0.875 coverage, Evosuite can consistently get 0.75 to 0.875 coverage. Both fails to cover the false branch on line 60.
However, unable to replicate results when running
SF100OverallTest. testBugExample1()
, Evoobj gets 0.875 coverage consistently.Tried
SF100LegitimizationTest.testLegitimizationBad2()
to check the test case when covering branch on line 49 and it is initialized with long initial test case, although graph only contains 2 nodes. Legitimacy distance stuck at 23 which means test case fails at line 8, unsure if this causes the low coverage during experimentsInitial test case:
The text was updated successfully, but these errors were encountered: