Branch Coverage

src/nsLatin1Prober.cpp
Criterion Covered Total %
branch 14 20 70.0


line true false branch
112 16 4 for (int i = 0; i < FREQ_CAT_NUM; i++)
122 0 4 if (!FilterWithEnglishLetters(aBuf, aLen, &newBuf1, newLen1)) {
129 46 4 for (PRUint32 i = 0; i < newLen1; i++)
133 0 46 if (freq == 0) {
141 4 0 if (newBuf1 != aBuf)
142 4 0 PR_FREEIF(newBuf1);
149 4 0 if (mState == eNotMe)
154 16 4 for (PRInt32 i = 0; i < FREQ_CAT_NUM; i++)
157 4 0 if(!total)
165 2 2 if (confidence < 0.0f)