| Function | Condition % | Modifications | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 isLetterOrNumber_helper| Name:  | QChar::isLetterOrNumber_helper |  | Prototype:  | bool QChar::isLetterOrNumber_helper(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 913-926 |  | Comparison:  | New |  
  |  | New | 11 | 2 | 
 isPunct| Name:  | QChar::isPunct |  | Prototype:  | bool QChar::isPunct(uint ucs4) noexcept |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 791-803 |  | Comparison:  | New |  
  |  | New | 10 | 2 | 
 joining| Name:  | QChar::joining |  | Prototype:  | QChar::Joining QChar::joining(uint ucs4) noexcept |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1156-1167 |  | Comparison:  | New |  
  |  | New | 8 | 6 | 
 isPrint| Name:  | QChar::isPrint |  | Prototype:  | bool QChar::isPrint(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 708-718 |  | Comparison:  | New |  
  |  | New | 8 | 2 | 
 isLetter_helper| Name:  | QChar::isLetter_helper |  | Prototype:  | bool QChar::isLetter_helper(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 849-859 |  | Comparison:  | New |  
  |  | New | 8 | 2 | 
 isSymbol| Name:  | QChar::isSymbol |  | Prototype:  | bool QChar::isSymbol(uint ucs4) noexcept |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 819-828 |  | Comparison:  | New |  
  |  | New | 7 | 2 | 
 isSpace_helper| Name:  | QChar::isSpace_helper |  | Prototype:  | bool QChar::isSpace_helper(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 741-749 |  | Comparison:  | New |  
  |  | New | 6 | 2 | 
 isNumber_helper| Name:  | QChar::isNumber_helper |  | Prototype:  | bool QChar::isNumber_helper(uint ucs4) noexcept |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 884-892 |  | Comparison:  | New |  
  |  | New | 6 | 2 | 
 isMark| Name:  | QChar::isMark |  | Prototype:  | bool QChar::isMark(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 767-775 |  | Comparison:  | New |  
  |  | New | 6 | 2 | 
 decompositionTag| Name:  | QChar::decompositionTag |  | Prototype:  | QChar::Decomposition QChar::decompositionTag(uint ucs4) noexcept |  | Coverage:  |  92.308% (12/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1358-1366 |  | Comparison:  | New |  
  |  | New | 6 | 3 | 
 unicodeVersion| Name:  | QChar::unicodeVersion |  | Prototype:  | QChar::UnicodeVersion QChar::unicodeVersion(uint ucs4) noexcept |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1423-1428 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 toUpper| Name:  | QChar::toUpper |  | Prototype:  | uint QChar::toUpper(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1486-1491 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 toTitleCase| Name:  | QChar::toTitleCase |  | Prototype:  | uint QChar::toTitleCase(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1506-1511 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 toLower| Name:  | QChar::toLower |  | Prototype:  | uint QChar::toLower(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1466-1471 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 toCaseFolded| Name:  | QChar::toCaseFolded |  | Prototype:  | uint QChar::toCaseFolded(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1547-1552 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 script| Name:  | QChar::script |  | Prototype:  | QChar::Script QChar::script(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1405-1410 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 mirroredChar| Name:  | QChar::mirroredChar |  | Prototype:  | uint QChar::mirroredChar(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1274-1279 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 joiningType| Name:  | QChar::joiningType |  | Prototype:  | QChar::JoiningType QChar::joiningType(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1133-1138 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 hasMirrored| Name:  | QChar::hasMirrored |  | Prototype:  | bool QChar::hasMirrored(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1192-1197 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 direction| Name:  | QChar::direction |  | Prototype:  | QChar::Direction QChar::direction(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1110-1115 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 digitValue| Name:  | QChar::digitValue |  | Prototype:  | int QChar::digitValue(uint ucs4) noexcept |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1076-1081 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 combiningClass| Name:  | QChar::combiningClass |  | Prototype:  | unsigned char QChar::combiningClass(uint ucs4) noexcept |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1384-1389 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 category| Name:  | QChar::category |  | Prototype:  | QChar::Category QChar::category(uint ucs4) noexcept |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1093-1098 |  | Comparison:  | New |  
  |  | New | 3 | 2 | 
 currentUnicodeVersion| Name:  | QChar::currentUnicodeVersion |  | Prototype:  | QChar::UnicodeVersion QChar::currentUnicodeVersion() noexcept |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp |  | Lines:  | 1433-1436 |  | Comparison:  | New |  
  |  | New | 1 | 1 |