Package randoop.util

Class TestCoverageInfo.BranchCov

    • Field Detail

      • covered

        final int covered
      • inMethod

        final int inMethod
    • Constructor Detail

      • BranchCov

        BranchCov​(int covered,
                  int inMethod)