Branch Coverage

src/nsEUCJPProber.cpp
Criterion Covered Total %
branch 6 20 30.0


line true false branch
57 6 0 for (PRUint32 i = 0; i < aLen; i++)
60 4 2 if (codingState == eError)
65 0 2 if (codingState == eItsMe)
70 0 2 if (codingState == eStart)
74 0 0 if (i == 0)
90 0 4 if (mState == eDetecting)
91 0 0 if (mContextAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)
0 0 if (mContextAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)
0 0 if (mContextAnalyser.GotEnoughData() && GetConfidence() > SHORTCUT_THRESHOLD)
102 0 0 return (contxtCf > distribCf ? contxtCf : distribCf);