Package | Description |
---|---|
org.pitest.coverage.analysis | |
org.pitest.coverage.execute | |
sun.pitest |
Modifier and Type | Method and Description |
---|---|
static List<Block> |
ControlFlowAnalyser.analyze(org.objectweb.asm.tree.MethodNode mn) |
Constructor and Description |
---|
ArrayProbeCoverageMethodVisitor(List<Block> blocks,
InstructionCounter counter,
int classId,
org.objectweb.asm.MethodVisitor writer,
int access,
String className,
String name,
String desc,
int probeOffset) |
Modifier and Type | Method and Description |
---|---|
void |
CoveragePipe.registerProbes(int classId,
String methodName,
String methodDesc,
int firstProbe,
int lastProbe,
Iterable<Block> blocks) |
Modifier and Type | Method and Description |
---|---|
static void |
CodeCoverageStore.registerMethod(int clazz,
String methodName,
String methodDesc,
int firstProbe,
int lastProbe,
Iterable<Block> blocks) |
void |
InvokeReceiver.registerProbes(int classId,
String methodName,
String methodDesc,
int firstProbe,
int lastProbe,
Iterable<Block> blocks) |
Copyright © 2021 org.pitest. All rights reserved.