package org.jacoco.core.analysis;
/* loaded from: classes6.dex */
public interface ILine {
    ICounter getBranchCounter();

    ICounter getInstructionCounter();

    int getStatus();
}
