Branch Coverage

src/nsBig5Prober.cpp
Criterion Covered Total %
branch 12 18 66.6


line true false branch
51 10 2 for (PRUint32 i = 0; i < aLen; i++)
54 2 8 if (codingState == eError)
59 0 8 if (codingState == eItsMe)
64 6 2 if (codingState == eStart)
68 0 6 if (i == 0)
80 2 2 if (mState == eDetecting)
81 0 2 if (mDistributionAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)
0 0 if (mDistributionAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)
0 2 if (mDistributionAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)