Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
valueName: | QXmlStreamAttributes::value | Prototype: | QStringRef QXmlStreamAttributes::value(const QString &namespaceUri, QLatin1String name) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 2687-2695 |
| | 5 | 3 |
valueName: | QXmlStreamAttributes::value | Prototype: | QStringRef QXmlStreamAttributes::value(QLatin1String namespaceUri, QLatin1String name) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 2702-2710 |
| | 5 | 3 |
valueName: | QXmlStreamAttributes::value | Prototype: | QStringRef QXmlStreamAttributes::value(const QString &namespaceUri, const QString &name) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 2672-2680 |
| | 5 | 3 |
valueName: | QXmlStreamAttributes::value | Prototype: | QStringRef QXmlStreamAttributes::value(const QString &qualifiedName) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 2724-2732 |
| | 5 | 3 |
valueName: | QXmlStreamAttributes::value | Prototype: | QStringRef QXmlStreamAttributes::value(QLatin1String qualifiedName) const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 2746-2754 |
| | 5 | 3 |
appendName: | QXmlStreamAttributes::append | Prototype: | void QXmlStreamAttributes::append(const QString &namespaceUri, const QString &name, const QString &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 2760-2763 |
| | 1 | 1 |
appendName: | QXmlStreamAttributes::append | Prototype: | void QXmlStreamAttributes::append(const QString &qualifiedName, const QString &value) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/xml/qxmlstream.cpp | Lines: | 2769-2772 |
| | 1 | 1 |