Home
last modified time | relevance | path

Searched refs:instructionCounter (Results 1 – 12 of 12) sorted by relevance

/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DLimitTest.java83 instructionCounter = CounterImpl.COUNTER_0_1; in testMissedRatio()
97 instructionCounter = CounterImpl.COUNTER_1_0; in testCoveredRatio()
167 instructionCounter = CounterImpl.COUNTER_0_0; in testNoRatio()
176 instructionCounter = CounterImpl.getInstance(1000, 0); in testNoLimits()
194 instructionCounter = CounterImpl.getInstance(65, 35); in testMin1()
205 instructionCounter = CounterImpl.getInstance(64, 36); in testMin2()
218 instructionCounter = CounterImpl.getInstance(66, 34); in testMin3()
231 instructionCounter = CounterImpl.getInstance(65001, in testMin4()
246 instructionCounter = CounterImpl.getInstance(9990, 0); in testMin5()
259 instructionCounter = CounterImpl.getInstance(1, 999); in testMin6()
[all …]
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DCoverageNodeImpl.java31 protected CounterImpl instructionCounter; field in CoverageNodeImpl
57 this.instructionCounter = CounterImpl.COUNTER_0_0; in CoverageNodeImpl()
71 instructionCounter = instructionCounter.increment(child in increment()
105 return instructionCounter; in getInstructionCounter()
148 copy.instructionCounter = CounterImpl.getInstance(instructionCounter); in getPlainCopy()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DSourceNodeImpl.java83 instructionCounter = instructionCounter.increment(child in increment()
119 instructionCounter = instructionCounter.increment(instructions); in increment()
DMethodCoverageImpl.java61 final ICounter base = this.instructionCounter.getCoveredCount() == 0 ? CounterImpl.COUNTER_1_0 in incrementMethodCounter()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DPackageCoverageTest.java54 instructionCounter = CounterImpl.getInstance(9, 0); in testCountersWithSources()
65 instructionCounter = CounterImpl.getInstance(4, 0); in testCountersWithSources()
87 instructionCounter = CounterImpl.getInstance(4, 0); in testCountersWithoutSources()
DBundleCoverageImplTest.java57 instructionCounter = CounterImpl.getInstance(4, 0); in testCounters()
67 instructionCounter = CounterImpl.getInstance(4, 0); in testCounters()
DSourceNodeImplTest.java184 this.instructionCounter = CounterImpl.getInstance(1, 11); in testIncrementChildNoLines()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DNodeComparatorTest.java68 instructionCounter = CounterImpl.getInstance(total, 0);
75 instructionCounter = CounterImpl.getInstance(totalInstruction, 0);
DCoverageNodeImplTest.java57 instructionCounter = CounterImpl.getInstance(1, 41); in testIncrement()
109 instructionCounter = CounterImpl.getInstance(4, 4); in testGetPlainCopy()
DCounterComparatorTest.java128 instructionCounter = CounterImpl.getInstance(total, 0); in MockNode()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/csv/
DClassRowWriterTest.java79 instructionCounter = CounterImpl.getInstance(1, 11); in TestRow()
/external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/coverage/
DJacocoReportCheck.java343 Counter instructionCounter() { in instructionCounter() method in JacocoReportCheck.Method