| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
unicodeVersion| Name: | QChar::unicodeVersion | | Prototype: | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1417-1422 |
| | 3 | 2 |
digitValue| Name: | QChar::digitValue | | Prototype: | int QChar::digitValue(uint ucs4) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1070-1075 |
| | 3 | 2 |
decomposition| Name: | QChar::decomposition | | Prototype: | QString QChar::decomposition(uint ucs4) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1331-1338 |
| | 5 | 1 |
currentUnicodeVersion| Name: | QChar::currentUnicodeVersion | | Prototype: | QChar::UnicodeVersion QChar::currentUnicodeVersion() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1427-1430 |
| | 1 | 1 |
category| Name: | QChar::category | | Prototype: | QChar::Category QChar::category(uint ucs4) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1087-1092 |
| | 3 | 2 |
decompositionTag| Name: | QChar::decompositionTag | | Prototype: | QChar::Decomposition QChar::decompositionTag(uint ucs4) | | Coverage: | 92.308% (12/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1352-1360 |
| | 6 | 3 |
toUpper| Name: | QChar::toUpper | | Prototype: | uint QChar::toUpper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1480-1485 |
| | 3 | 2 |
toTitleCase| Name: | QChar::toTitleCase | | Prototype: | uint QChar::toTitleCase(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1500-1505 |
| | 3 | 2 |
toLower| Name: | QChar::toLower | | Prototype: | uint QChar::toLower(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1460-1465 |
| | 3 | 2 |
toCaseFolded| Name: | QChar::toCaseFolded | | Prototype: | uint QChar::toCaseFolded(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1541-1546 |
| | 3 | 2 |
script| Name: | QChar::script | | Prototype: | QChar::Script QChar::script(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1399-1404 |
| | 3 | 2 |
mirroredChar| Name: | QChar::mirroredChar | | Prototype: | uint QChar::mirroredChar(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1268-1273 |
| | 3 | 2 |
joiningType| Name: | QChar::joiningType | | Prototype: | QChar::JoiningType QChar::joiningType(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1127-1132 |
| | 3 | 2 |
isSpace_helper| Name: | QChar::isSpace_helper | | Prototype: | bool QChar::isSpace_helper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 735-743 |
| | 6 | 2 |
isPrint| Name: | QChar::isPrint | | Prototype: | bool QChar::isPrint(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 702-712 |
| | 8 | 2 |
isMark| Name: | QChar::isMark | | Prototype: | bool QChar::isMark(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 761-769 |
| | 6 | 2 |
isLetter_helper| Name: | QChar::isLetter_helper | | Prototype: | bool QChar::isLetter_helper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 843-853 |
| | 8 | 2 |
isLetterOrNumber_helper| Name: | QChar::isLetterOrNumber_helper | | Prototype: | bool QChar::isLetterOrNumber_helper(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 907-920 |
| | 11 | 2 |
hasMirrored| Name: | QChar::hasMirrored | | Prototype: | bool QChar::hasMirrored(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1186-1191 |
| | 3 | 2 |
direction| Name: | QChar::direction | | Prototype: | QChar::Direction QChar::direction(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1104-1109 |
| | 3 | 2 |
combiningClass| Name: | QChar::combiningClass | | Prototype: | unsigned char QChar::combiningClass(uint ucs4) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1378-1383 |
| | 3 | 2 |
joining| Name: | QChar::joining | | Prototype: | QChar::Joining QChar::joining(uint ucs4) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1150-1161 |
| | 8 | 6 |
isSymbol| Name: | QChar::isSymbol | | Prototype: | bool QChar::isSymbol(uint ucs4) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 813-822 |
| | 7 | 2 |
isPunct| Name: | QChar::isPunct | | Prototype: | bool QChar::isPunct(uint ucs4) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 785-797 |
| | 10 | 2 |
isNumber_helper| Name: | QChar::isNumber_helper | | Prototype: | bool QChar::isNumber_helper(uint ucs4) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 878-886 |
| | 6 | 2 |
decomposition| Name: | QChar::decomposition | | Prototype: | QString QChar::decomposition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1321-1324 |
| | 1 | 1 |