Home
last modified time | relevance | path

Searched refs:getInstructionCounter (Results 1 – 24 of 24) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DInstructionTest.java41 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()
DInstructionsBuilderTest.java71 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()
DSourceNodeImplTest.java64 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()
DLineImplTest.java35 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()
DClassCoverageImplTest.java93 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()
DPackageCoverageTest.java75 data.getInstructionCounter()); in testCountersWithSources()
98 data.getInstructionCounter()); in testCountersWithoutSources()
DMethodCoverageCalculatorTest.java217 coverage.getInstructionCounter()); in should_work_without_lines()
222 coverage.getLine(idx).getInstructionCounter()); in assertLine()
DMethodCoverageImplTest.java41 assertEquals(CounterImpl.COUNTER_0_0, node.getInstructionCounter()); in testEmptyMethod()
DBundleCoverageImplTest.java77 bundle.getInstructionCounter()); in testCounters()
DMethodAnalyzerTest.java913 line.getInstructionCounter()); in assertLine()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCoverageNodeImpl.java72 .getInstructionCounter()); in increment()
104 public ICounter getInstructionCounter() { in getInstructionCounter() method in CoverageNodeImpl
131 return getInstructionCounter(); in getCounter()
147 return getInstructionCounter().getTotalCount() != 0; in containsCode()
DILine.java25 ICounter getInstructionCounter(); in getInstructionCounter() method
DICoverageNode.java88 ICounter getInstructionCounter(); in getInstructionCounter() method
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DSourceNodeImpl.java84 .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()
DLineImpl.java126 public ICounter getInstructionCounter() { in getInstructionCounter() method in LineImpl
143 return this.instructions.equals(that.getInstructionCounter()) in equals()
DInstruction.java188 public ICounter getInstructionCounter() { in getInstructionCounter() method in Instruction
DMethodCoverageCalculator.java77 coverage.increment(instruction.getInstructionCounter(), in calculate()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DSourceTest.java113 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()
DValidationTestBase.java135 final int actualStatus = coverage.getInstructionCounter().getStatus(); in assertCoverage()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DCoverageNodeImplTest.java44 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/
DClassInfo.java100 total(line.getInstructionCounter()), in printLine()
109 total(coverage.getInstructionCounter()), in printDetails()
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DClassInfo.java61 .getInstructionCounter().getTotalCount())); in visitCoverage()
DCoreTutorial.java154 printCounter("instructions", cc.getInstructionCounter()); in execute()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/xml/
DReportElement.java173 counterAttributes(element, "mi", "ci", line.getInstructionCounter()); in line()