Package | Description |
---|---|
org.pitest.coverage | |
org.pitest.coverage.analysis |
Modifier and Type | Method and Description |
---|---|
static BlockLocation |
BlockLocation.blockLocation(Location location,
int block) |
BlockLocation |
BlockCoverage.getBlock() |
BlockLocation |
InstructionLocation.getBlockLocation() |
Modifier and Type | Method and Description |
---|---|
Collection<BlockLocation> |
CoverageResult.getCoverage() |
Map<BlockLocation,Set<Integer>> |
LineMap.mapLines(ClassName clazz) |
Constructor and Description |
---|
BlockCoverage(BlockLocation block,
Collection<String> tests) |
InstructionLocation(BlockLocation blockLocation,
int instructionIndex) |
Constructor and Description |
---|
CoverageResult(Description testUnitDescription,
int executionTime,
boolean greenSuite,
Collection<BlockLocation> visitedBlocks) |
Modifier and Type | Method and Description |
---|---|
Map<BlockLocation,Set<Integer>> |
LineMapper.mapLines(ClassName clazz) |
Copyright © 2021 org.pitest. All rights reserved.