HomeSort by relevance Sort by last modified time
    Searched refs:NOT_COVERED (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ControlStructuresTest.java 35 assertLine("missedif", ICounter.NOT_COVERED);
41 assertLine("missedelse", ICounter.NOT_COVERED);
45 assertLine("missedwhile", ICounter.NOT_COVERED);
60 assertLine("missedfor", ICounter.NOT_COVERED);
68 assertLine("missedforeach", ICounter.NOT_COVERED);
76 assertLine("tswitch1case1", ICounter.NOT_COVERED);
78 assertLine("tswitch1case3", ICounter.NOT_COVERED);
79 assertLine("tswitch1default", ICounter.NOT_COVERED);
83 assertLine("tswitch2case1", ICounter.NOT_COVERED);
90 assertLine("tswitch3case1", ICounter.NOT_COVERED);
    [all...]
ExceptionsTest.java 33 assertLine("implicitNullPointerException.before", ICounter.NOT_COVERED);
35 ICounter.NOT_COVERED);
36 assertLine("implicitNullPointerException.after", ICounter.NOT_COVERED);
40 assertLine("implicitException.exception", ICounter.NOT_COVERED);
41 assertLine("implicitException.after", ICounter.NOT_COVERED);
52 isJDKCompiler ? ICounter.NOT_COVERED : ICounter.PARTLY_COVERED);
53 assertLine("noExceptionTryCatch.catchBlock", ICounter.NOT_COVERED);
62 assertLine("implicitExceptionTryCatch.exception", ICounter.NOT_COVERED);
63 assertLine("implicitExceptionTryCatch.after", ICounter.NOT_COVERED);
69 isJDKCompiler ? ICounter.NOT_COVERED : ICounter.EMPTY)
    [all...]
EnumImplicitMethodsTest.java 32 assertLine("customValueOfMethod", ICounter.NOT_COVERED);
33 assertLine("customValuesMethod", ICounter.NOT_COVERED);
FieldInitializationInTwoConstructorsTest.java 34 assertLine("constr2", ICounter.NOT_COVERED);
ValidationTestBase.java 46 STATUS_NAME[ICounter.NOT_COVERED] = "NOT_COVERED";
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ICounter.java 49 public static final int NOT_COVERED = 0x01;
59 public static final int PARTLY_COVERED = NOT_COVERED | FULLY_COVERED;
111 * @see ICounter#NOT_COVERED
  /external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
InterfaceOnlyDefaultMethodsTest.java 30 assertLine("m2", ICounter.NOT_COVERED);
LambdaExpressionsTest.java 32 assertLine("notexecutedlambdabody", ICounter.NOT_COVERED);
InterfaceDefaultMethodsTest.java 31 assertLine("m2", ICounter.NOT_COVERED);
BadCycleInterfaceTest.java 47 assertLine("childdefault", ICounter.NOT_COVERED);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/filter/
SynchronizedTest.java 65 assertLine("implicitException.exception", ICounter.NOT_COVERED);
68 assertLine("implicitException.monitorExit", ICounter.NOT_COVERED);
FinallyTest.java 90 assertLine("catchNotExecuted.catch", ICounter.NOT_COVERED);
120 assertLine("twoRegions.return.2", ICounter.NOT_COVERED);
126 assertLine("twoRegions.region.2", ICounter.NOT_COVERED);
  /external/jacoco/org.jacoco.core.test/src-java7/org/jacoco/core/test/filter/
StringSwitchTest.java 50 assertLine("notCovered", ICounter.NOT_COVERED, isJDKCompiler ? 4 : 9,
63 assertLine("handwritten.case2", ICounter.NOT_COVERED);
TryWithResourcesTest.java 46 assertLine("test.catch", ICounter.NOT_COVERED);
64 assertLine("test2.catch", ICounter.NOT_COVERED);
106 assertLine("nested.catch1", ICounter.NOT_COVERED);
111 assertLine("nested.catch2", ICounter.NOT_COVERED);
118 assertLine("nested.catch3", ICounter.NOT_COVERED);
182 assertLine("throwInBody.try", ICounter.NOT_COVERED);
183 assertLine("throwInBody.close", ICounter.NOT_COVERED);
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceHighlighter.java 91 case ICounter.NOT_COVERED:
92 style = Styles.NOT_COVERED;
107 case ICounter.NOT_COVERED:
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/resources/
Styles.java 83 public static final String NOT_COVERED = "nc";
  /external/harfbuzz_ng/src/
hb-ot-layout-gdef-table.hh 55 if (index == NOT_COVERED)
257 if (index == NOT_COVERED)
288 { return (this+coverage[set_index]).get_coverage (glyph_id) != NOT_COVERED; }
hb-ot-layout-gsub-table.hh 76 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
84 if (likely (index == NOT_COVERED)) return_trace (false);
161 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
169 if (likely (index == NOT_COVERED)) return_trace (false);
363 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
371 if (likely (index == NOT_COVERED)) return_trace (false);
495 return_trace (c->len == 1 && (this+coverage).get_coverage (c->glyphs[0]) != NOT_COVERED);
504 if (likely (index == NOT_COVERED)) return_trace (false);
818 if (likely (index == NOT_COVERED)) return_trace (false);
830 if (likely (index == NOT_COVERED)) return_trace (false)
    [all...]
hb-ot-layout-gpos-table.hh 478 if (likely (index == NOT_COVERED)) return_trace (false);
526 if (likely (index == NOT_COVERED)) return_trace (false);
703 if (likely (index == NOT_COVERED)) return_trace (false);
767 if (likely (index == NOT_COVERED)) return_trace (false);
    [all...]
hb-ot-math-table.hh 211 if (index == NOT_COVERED)
384 { return (this+extendedShapeCoverage).get_coverage (glyph) != NOT_COVERED; }
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
CounterImpl.java 190 status |= NOT_COVERED;
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/
LineImplTest.java 92 assertEquals(ICounter.NOT_COVERED, line.getStatus());
99 assertEquals(ICounter.NOT_COVERED, line.getStatus());
CounterImplTest.java 143 assertEquals(ICounter.NOT_COVERED, c.getStatus());
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 180 case ICounter.NOT_COVERED:
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
SourceHighlighterTest.java 99 assertEquals(Styles.NOT_COVERED,

Completed in 464 milliseconds

1 2 3