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.java311 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testMethodInsn()
320 assertTrue(LabelInfo.isMethodInvocationLine(label)); in testInvokeDynamicInsn()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/
DLabelInfo.java128 public static boolean isMethodInvocationLine(final Label label) { in isMethodInvocationLine() method in LabelInfo