Branch Coverage

src/nsGB2312Prober.cpp
Criterion Covered Total %
branch 10 18 55.5


line true false branch
57 34 4 for (PRUint32 i = 0; i < aLen; i++)
60 0 34 if (codingState == eError)
65 0 34 if (codingState == eItsMe)
70 20 14 if (codingState == eStart)
74 0 20 if (i == 0)
86 4 0 if (mState == eDetecting)
87 0 4 if (mDistributionAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)
0 0 if (mDistributionAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)
0 4 if (mDistributionAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)