Home
last modified time | relevance | path

Searched refs:PARTLY_COVERED (Results 1 – 18 of 18) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DBooleanExpressionsTest.java31 assertLine("booleancmp1", ICounter.PARTLY_COVERED, 1, 1); in testCoverageResult()
43 assertLine("conditionalandFF", ICounter.PARTLY_COVERED, 3, 1); in testCoverageResult()
44 assertLine("conditionalandFT", ICounter.PARTLY_COVERED, 3, 1); in testCoverageResult()
57 assertLine("conditionalorTF", ICounter.PARTLY_COVERED, 3, 1); in testCoverageResult()
58 assertLine("conditionalorTT", ICounter.PARTLY_COVERED, 3, 1); in testCoverageResult()
67 assertLine("condT", ICounter.PARTLY_COVERED, 1, 1); in testCoverageResult()
68 assertLine("condF", ICounter.PARTLY_COVERED, 1, 1); in testCoverageResult()
71 assertLine("notT", ICounter.PARTLY_COVERED, 1, 1); in testCoverageResult()
72 assertLine("notF", ICounter.PARTLY_COVERED, 1, 1); in testCoverageResult()
DFieldInitializationInTwoConstructorsTest.java31 assertLine("field1", ICounter.PARTLY_COVERED); in testCoverageResult()
32 assertLine("field2", ICounter.PARTLY_COVERED); in testCoverageResult()
DExceptionsTest.java52 isJDKCompiler ? ICounter.NOT_COVERED : ICounter.PARTLY_COVERED); in testCoverageResult()
65 ? ICounter.FULLY_COVERED : ICounter.PARTLY_COVERED); in testCoverageResult()
DControlStructuresTest.java59 assertLine("missedforincrementer", ICounter.PARTLY_COVERED, 1, 1); in testCoverageResult()
67 assertLine("missedforeachincrementer", ICounter.PARTLY_COVERED, 1, 1); in testCoverageResult()
DProbesBeforeSuperConstructorTest.java30 assertLine("super", ICounter.PARTLY_COVERED, 3, 1); in testCoverageResult()
DEnumImplicitMethodsTest.java35 assertLine("const", ICounter.PARTLY_COVERED); in testCoverageResult()
DValidationTestBase.java48 STATUS_NAME[ICounter.PARTLY_COVERED] = "PARTLY_COVERED";
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
DFinallyTest.java114 assertLine("twoRegions.1", ICounter.PARTLY_COVERED); in twoRegions()
160 assertLine("emptyTry.1", ICounter.PARTLY_COVERED); in emptyTry()
173 assertLine("alwaysCompletesAbruptly.1", ICounter.PARTLY_COVERED); in alwaysCompletesAbruptly()
175 assertLine("alwaysCompletesAbruptly.0", ICounter.PARTLY_COVERED); in alwaysCompletesAbruptly()
DSynchronizedTest.java64 ? ICounter.FULLY_COVERED : ICounter.PARTLY_COVERED); in implicitException()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
DSourceHighlighter.java97 case ICounter.PARTLY_COVERED: in highlight()
98 style = Styles.PARTLY_COVERED; in highlight()
113 case ICounter.PARTLY_COVERED: in highlight()
/external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/
DTryWithResourcesTest.java135 assertLine("returnInCatch.finally1", ICounter.PARTLY_COVERED, 1, 1); in returnInCatch()
140 assertLine("returnInCatch.finally2", ICounter.PARTLY_COVERED, 1, 1); in returnInCatch()
171 assertLine("empty.close", ICounter.PARTLY_COVERED); in empty()
DStringSwitchTest.java37 assertLine("covered.switch", ICounter.PARTLY_COVERED, 2, 7); in covered()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
DLineImplTest.java120 assertEquals(ICounter.PARTLY_COVERED, line.getStatus()); in testGetStatus5()
127 assertEquals(ICounter.PARTLY_COVERED, line.getStatus()); in testGetStatus6()
DCounterImplTest.java155 assertEquals(ICounter.PARTLY_COVERED, c.getStatus()); in testGetMissedStatus4()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
DICounter.java59 public static final int PARTLY_COVERED = NOT_COVERED | FULLY_COVERED; field
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
DStyles.java86 public static final String PARTLY_COVERED = "pc"; field in Styles
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DCoreTutorial.java182 case ICounter.PARTLY_COVERED: in getColor()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
DSourceHighlighterTest.java101 assertEquals(Styles.PARTLY_COVERED, in testHighlighting()