Home
last modified time | relevance | path

Searched refs:isMethodInvocationLine (Results 1 – 3 of 3) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/flow/
DLabelInfoTest.java42 assertFalse(LabelInfo.isMethodInvocationLine(label)); in testDefaults()
98 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testMethodInvocationLine()
DLabelFlowAnalyzerTest.java313 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testMethodInsn()
322 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testInvokeDynamicInsn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java130 public static boolean isMethodInvocationLine(final Label label) { in isMethodInvocationLine() method in LabelInfo