Class Instrumenter.InstrumentationReport

  • Enclosing class:
    Instrumenter

    public static class Instrumenter.InstrumentationReport
    extends Object
    Immutable counts from one instrumentation run.
    • Method Detail

      • getTotalInstrumentationPoints

        public int getTotalInstrumentationPoints()
        Returns:
        the total instrumentation points
      • getClassesInstrumented

        public int getClassesInstrumented()
        Returns:
        the classes instrumented
      • getMethodsInstrumented

        public int getMethodsInstrumented()
        Returns:
        the methods instrumented
      • getErrors

        public int getErrors()
        Returns:
        the errors