Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
initScriptsName: | QUnicodeTools::initScripts | Prototype: | void initScripts(const ushort *string, int length, uchar *scripts) | Coverage: | 100.000% (21/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 685-734 |
| | 27 | 7 |
getGraphemeBreaksName: | QUnicodeTools::getGraphemeBreaks | Prototype: | static void getGraphemeBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 83-107 |
| | 15 | 5 |
LBName: | QUnicodeTools::LB | Coverage: | 100.000% (22/22) |
| | 11 | 13 |
getWordBreaksName: | QUnicodeTools::getWordBreaks | Prototype: | static void getWordBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 94.286% (66/70) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 141-246 |
| | 60 | 27 |
getLineBreaksName: | QUnicodeTools::getLineBreaks | Prototype: | static void getLineBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 93.258% (83/89) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 484-597 |
| | 64 | 34 |
getWhiteSpacesName: | QUnicodeTools::getWhiteSpaces | Prototype: | static void getWhiteSpaces(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 86.667% (13/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 600-615 |
| | 9 | 5 |
initCharAttributesName: | QUnicodeTools::initCharAttributes | Prototype: | void initCharAttributes(const ushort *string, int length, const ScriptItem *items, int numItems, QCharAttributes *attributes, CharAttributeOptions options) | Coverage: | 85.714% (36/42) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 618-676 |
| | 47 | 14 |
getSentenceBreaksName: | QUnicodeTools::getSentenceBreaks | Prototype: | static void getSentenceBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | Coverage: | 67.500% (27/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | Lines: | 288-346 |
| | 35 | 17 |