/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | InstructionTest.java | 41 instruction.getInstructionCounter()); in new_instance_should_have_no_coverage_and_no_branches() 69 instruction.getInstructionCounter()); in addBranchWithInstruction_should_propagate_existing_coverage_status() 78 instruction.getInstructionCounter()); in addBranchWithProbe_should_increment_branches_when_covered() 89 instruction.getInstructionCounter()); in addBranchWithProbe_should_increment_branches_when_not_covered() 100 instruction.getInstructionCounter()); in addBranchWithProbe_should_increment_branches_when_partly_covered() 115 instruction.getInstructionCounter()); in addBranchWithProbe_should_propagate_coverage_status_to_existing_predecessors() 139 instruction.getInstructionCounter()); in addBranch_should_propagate_coverage_status_over_very_long_sequence()
|
D | InstructionsBuilderTest.java | 71 map.get(i1).getInstructionCounter()); in null_probearray_should_not_mark_instruction_as_covered() 82 map.get(i1).getInstructionCounter()); in unexecuted_probe_should_not_mark_instruction_as_covered() 93 map.get(i1).getInstructionCounter()); in executed_probe_should_mark_instruction_as_covered() 110 map.get(i1).getInstructionCounter()); in subsequent_instructions_should_be_linked_by_default() 128 map.get(i1).getInstructionCounter()); in subsequent_instructions_should_not_be_linked_when_noSuccessor_was_called() 148 map.get(i1).getInstructionCounter()); in subsequent_instructions_should_be_linked_after_label_marked_as_successor() 166 map.get(i1).getInstructionCounter()); in subsequent_instructions_should_not_be_linked_after_label_not_marked_as_successor() 186 map.get(i1).getInstructionCounter()); in jumps_should_propagate_coverage_status()
|
D | SourceNodeImplTest.java | 64 node.getInstructionCounter()); in testIncrementLineUnknown() 78 .getInstructionCounter()); in testIncrementLines() 80 .getInstructionCounter()); in testIncrementLines() 82 .getInstructionCounter()); in testIncrementLines() 175 .getLine(33).getInstructionCounter()); in testIncrementLine() 192 node.getInstructionCounter()); in testIncrementChildNoLines() 211 node.getInstructionCounter()); in testIncrementChildWithLines()
|
D | LineImplTest.java | 35 assertEquals(CounterImpl.COUNTER_0_0, line.getInstructionCounter()); in testEMPTY() 45 line.getInstructionCounter()); in testIncrement1() 54 line.getInstructionCounter()); in testIncrement2() 63 line.getInstructionCounter()); in testIncrement3() 73 line.getInstructionCounter()); in testIncrement4() 83 line.getInstructionCounter()); in testIncrement5()
|
D | ClassCoverageImplTest.java | 93 assertEquals(CounterImpl.COUNTER_0_0, node.getInstructionCounter()); in testEmptyClass() 102 assertEquals(CounterImpl.COUNTER_1_0, node.getInstructionCounter()); in testAddMethodMissed() 110 assertEquals(CounterImpl.COUNTER_0_1, node.getInstructionCounter()); in testAddMethodCovered()
|
D | PackageCoverageTest.java | 75 data.getInstructionCounter()); in testCountersWithSources() 98 data.getInstructionCounter()); in testCountersWithoutSources()
|
D | MethodCoverageCalculatorTest.java | 217 coverage.getInstructionCounter()); in should_work_without_lines() 222 coverage.getLine(idx).getInstructionCounter()); in assertLine()
|
D | MethodCoverageImplTest.java | 41 assertEquals(CounterImpl.COUNTER_0_0, node.getInstructionCounter()); in testEmptyMethod()
|
D | BundleCoverageImplTest.java | 77 bundle.getInstructionCounter()); in testCounters()
|
D | MethodAnalyzerTest.java | 913 line.getInstructionCounter()); in assertLine()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | CoverageNodeImpl.java | 72 .getInstructionCounter()); in increment() 104 public ICounter getInstructionCounter() { in getInstructionCounter() method in CoverageNodeImpl 131 return getInstructionCounter(); in getCounter() 147 return getInstructionCounter().getTotalCount() != 0; in containsCode()
|
D | ILine.java | 25 ICounter getInstructionCounter(); in getInstructionCounter() method
|
D | ICoverageNode.java | 88 ICounter getInstructionCounter(); in getInstructionCounter() method
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | SourceNodeImpl.java | 84 .getInstructionCounter()); in increment() 96 incrementLine(line.getInstructionCounter(), in increment() 127 final int oldTotal = l.getInstructionCounter().getTotalCount(); in incrementLine() 128 final int oldCovered = l.getInstructionCounter().getCoveredCount(); in incrementLine()
|
D | LineImpl.java | 126 public ICounter getInstructionCounter() { in getInstructionCounter() method in LineImpl 143 return this.instructions.equals(that.getInstructionCounter()) in equals()
|
D | Instruction.java | 188 public ICounter getInstructionCounter() { in getInstructionCounter() method in Instruction
|
D | MethodCoverageCalculator.java | 77 coverage.increment(instruction.getInstructionCounter(), in calculate()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/ |
D | SourceTest.java | 113 assertEquals(1, lines.get(0).getCoverage().getInstructionCounter() in line_should_provide_corresponding_coverage() 115 assertEquals(2, lines.get(1).getCoverage().getInstructionCounter() in line_should_provide_corresponding_coverage() 117 assertEquals(3, lines.get(2).getCoverage().getInstructionCounter() in line_should_provide_corresponding_coverage()
|
D | ValidationTestBase.java | 135 final int actualStatus = coverage.getInstructionCounter().getStatus(); in assertCoverage()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
D | CoverageNodeImplTest.java | 44 assertEquals(CounterImpl.COUNTER_0_0, node.getInstructionCounter()); in testInit() 69 parent.getInstructionCounter()); in testIncrement() 121 copy.getInstructionCounter()); in testGetPlainCopy()
|
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/ |
D | ClassInfo.java | 100 total(line.getInstructionCounter()), in printLine() 109 total(coverage.getInstructionCounter()), in printDetails()
|
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/ |
D | ClassInfo.java | 61 .getInstructionCounter().getTotalCount())); in visitCoverage()
|
D | CoreTutorial.java | 154 printCounter("instructions", cc.getInstructionCounter()); in execute()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/ |
D | ReportElement.java | 173 counterAttributes(element, "mi", "ci", line.getInstructionCounter()); in line()
|