Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
isIdeographicName: | 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 |
isExtenderName: | 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 |
isEncNameName: | 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 |
isDigitName: | 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 |
isCombiningCharName: | 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 |
isBaseCharName: | 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 |
isPublicIDName: | 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 |
isNameCharName: | 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 |
rangeContainsName: | 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 |
isLetterName: | 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 |
isNCNameName: | 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 |
isCharName: | 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 |