2 issue(s)
getOptionValue(char, java.util.function.Supplier)This method is pseudo-tested. It is exercised by the test suite, but when the code is modified no test case fails.
No test case failed when the entire body of the method was replaced by:
{ return ""; }{ return "A"; }{ return null; }The method is executed by the following tests:
org.apache.commons.cli.bug.BugsTest.[engine:junit-jupiter]/[class:org.apache.commons.cli.bug.BugsTest]/[method:test11680()]getOptionValue(org.apache.commons.cli.Option, java.lang.String)This method is pseudo-tested. It is exercised by the test suite, but when the code is modified no test case fails.
No test case failed when the entire body of the method was replaced by:
{ return ""; }{ return "A"; }{ return null; }The method is executed by the following tests:
org.apache.commons.cli.bug.BugsTest.[engine:junit-jupiter]/[class:org.apache.commons.cli.bug.BugsTest]/[method:test11680()]