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: | 2693-2701 |
| | 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: | 2708-2716 |
| | 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: | 2678-2686 |
| | 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: | 2730-2738 |
| | 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: | 2752-2760 |
| | 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: | 2766-2769 |
| | 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: | 2775-2778 |
| | 1 | 1 |