Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
isNameCharName: | QXmlUtils::isNameChar | Prototype: | bool QXmlUtils::isNameChar(const QChar c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 290-301 |
| | 9 | 1 |
isLetterName: | QXmlUtils::isLetter | Prototype: | bool QXmlUtils::isLetter(const QChar c) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 257-260 |
| | 1 | 1 |
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: | 154-157 |
| | 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: | 211-214 |
| | 1 | 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: | 197-200 |
| | 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: | 183-186 |
| | 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: | 216-219 |
| | 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: | 313-360 |
| | 11 | 26 |
isEncNameName: | QXmlUtils::isEncName | Prototype: | bool QXmlUtils::isEncName(const QString &encName) | Coverage: | 88.235% (30/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 230-246 |
| | 12 | 4 |
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: | 64-98 |
| | 19 | 8 |
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: | 372-391 |
| | 11 | 5 |
isCharName: | QXmlUtils::isChar | Prototype: | bool QXmlUtils::isChar(const QChar c) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlutils.cpp | Lines: | 271-278 |
| | 5 | 1 |