Summary

Test suite

Test case 1

  1: BlastEntryInformation blastEntryInformation0 = new BlastEntryInformation();
  2: GFFDocumentEntry gFFDocumentEntry0 = new GFFDocumentEntry(blastEntryInformation0);

Test case 2

  1: SimpleEntryInformation simpleEntryInformation0 = (SimpleEntryInformation)SimpleEntryInformation.getDefaultEntryInformation();
  2: GenbankDocumentEntry genbankDocumentEntry0 = new GenbankDocumentEntry(simpleEntryInformation0);
  3: GFFDocumentEntry gFFDocumentEntry0 = new GFFDocumentEntry(genbankDocumentEntry0, true);

Test case 3

  1: LogReadListener logReadListener0 = new LogReadListener("qj(F)W>ADa@r");
  2: GFFDocumentEntry gFFDocumentEntry0 = new GFFDocumentEntry((Document) null, logReadListener0);

Source Code

  1: No source found for uk.ac.sanger.artemis.io.GFFDocumentEntry

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.io.GFFDocumentEntry
  • Size: 3
  • Length: 7
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 0.17288714574898786
  • BranchCoverage: 0.008097165991902834
  • MethodCoverage: 0.375
  • OutputCoverage: 0.0


Back to Overview