| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity | 
 isBaseChar| Name:  | QXmlUtils::isBaseChar |  | Prototype:  | bool QXmlUtils::isBaseChar(const QChar c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 211-214 |  
  |  | 1 | 1 | 
 isCombiningChar| Name:  | QXmlUtils::isCombiningChar |  | Prototype:  | bool QXmlUtils::isCombiningChar(const QChar c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 178-181 |  
  |  | 1 | 1 | 
 isDigit| Name:  | QXmlUtils::isDigit |  | Prototype:  | bool QXmlUtils::isDigit(const QChar c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 192-195 |  
  |  | 1 | 1 | 
 isExtender| Name:  | QXmlUtils::isExtender |  | Prototype:  | bool QXmlUtils::isExtender(const QChar c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 206-209 |  
  |  | 1 | 1 | 
 isIdeographic| Name:  | QXmlUtils::isIdeographic |  | Prototype:  | bool QXmlUtils::isIdeographic(const QChar c) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 149-152 |  
  |  | 1 | 1 | 
 isLetter| Name:  | QXmlUtils::isLetter |  | Prototype:  | bool QXmlUtils::isLetter(const QChar c) |  | Coverage:  |  80.000% (4/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 246-249 |  
  |  | 1 | 1 | 
 isEncName| Name:  | QXmlUtils::isEncName |  | Prototype:  | bool QXmlUtils::isEncName(const QString &encName) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 225-235 |  
  |  | 3 | 1 | 
 isChar| Name:  | QXmlUtils::isChar |  | Prototype:  | bool QXmlUtils::isChar(const QChar c) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 260-267 |  
  |  | 5 | 1 | 
 isNameChar| Name:  | QXmlUtils::isNameChar |  | Prototype:  | bool QXmlUtils::isNameChar(const QChar c) |  | Coverage:  |  89.474% (17/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 279-290 |  
  |  | 9 | 1 | 
 isNCName| Name:  | QXmlUtils::isNCName |  | Prototype:  | bool QXmlUtils::isNCName(const QStringRef &ncName) |  | Coverage:  |  78.947% (15/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 361-380 |  
  |  | 11 | 5 | 
 isPublicID| Name:  | QXmlUtils::isPublicID |  | Prototype:  | bool QXmlUtils::isPublicID(const QString &candidate) |  | Coverage:  |  97.561% (40/41) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 302-349 |  
  |  | 11 | 26 | 
 rangeContains| Name:  | QXmlUtils::rangeContains |  | Prototype:  | bool QXmlUtils::rangeContains(RangeIter begin, RangeIter end, const QChar c) |  | Coverage:  |  86.957% (20/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp |  | Lines:  | 59-93 |  
  |  | 19 | 8 |