Summary

Test suite

Test case 1

  1: ReadCount readCount0 = new ReadCount((float[]) null, false);

Test case 2

  1: float[] floatArray0 = new float[6];
  2: ReadCount readCount0 = new ReadCount(floatArray0, true);

Test case 3

  1: float[] floatArray0 = new float[0];
  2: ReadCount readCount0 = new ReadCount(floatArray0, true);

Test case 4

  1: float[] floatArray0 = new float[6];
  2: ReadCount readCount0 = new ReadCount(floatArray0, false);

Source Code

  1: No source found for uk.ac.sanger.artemis.components.alignment.ReadCount

EvoSuite Parameters

  • TARGET_CLASS: uk.ac.sanger.artemis.components.alignment.ReadCount
  • Size: 4
  • Length: 7
  • criterion: LINE;BRANCH;EXCEPTION;WEAKMUTATION;OUTPUT;METHOD;METHODNOEXCEPTION;CBRANCH
  • Coverage: 1.0
  • BranchCoverage: 1.0
  • MethodCoverage: 1.0
  • OutputCoverage: 1.0


Back to Overview