All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.pitest.mutationtest.engine.gregor.analysis.InstructionCounter Maven / Gradle / Ivy

There is a newer version: 1.16.1
Show newest version
package org.pitest.mutationtest.engine.gregor.analysis;

public interface InstructionCounter {

  void increment();

  int currentInstructionCount();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy