| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QXmlAttributes| Name: | QXmlAttributes::QXmlAttributes | | Prototype: | QXmlAttributes::QXmlAttributes() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 749-754 |
| | 1 | 1 |
clear| Name: | QXmlAttributes::clear | | Prototype: | void QXmlAttributes::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 971-974 |
| | 1 | 1 |
length| Name: | QXmlAttributes::length | | Prototype: | int QXmlAttributes::length() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 821-824 |
| | 1 | 1 |
localName| Name: | QXmlAttributes::localName | | Prototype: | QString QXmlAttributes::localName(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 840-843 |
| | 1 | 1 |
qName| Name: | QXmlAttributes::qName | | Prototype: | QString QXmlAttributes::qName(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 851-854 |
| | 1 | 1 |
type| Name: | QXmlAttributes::type | | Prototype: | QString QXmlAttributes::type(const QString&) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 886-889 |
| | 1 | 1 |
type| Name: | QXmlAttributes::type | | Prototype: | QString QXmlAttributes::type(const QString&, const QString&) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 902-905 |
| | 1 | 1 |
type| Name: | QXmlAttributes::type | | Prototype: | QString QXmlAttributes::type(int) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 874-877 |
| | 1 | 1 |
uri| Name: | QXmlAttributes::uri | | Prototype: | QString QXmlAttributes::uri(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 863-866 |
| | 1 | 1 |
value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 912-915 |
| | 1 | 1 |
index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(const QString& qName) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 773-780 |
| | 4 | 3 |
index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(QLatin1String qName) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 784-791 |
| | 4 | 3 |
value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(const QString& qName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 925-931 |
| | 4 | 2 |
value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(QLatin1String qName) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 941-947 |
| | 4 | 2 |
value| Name: | QXmlAttributes::value | | Prototype: | QString QXmlAttributes::value(const QString& uri, const QString& localName) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 958-964 |
| | 4 | 2 |
index| Name: | QXmlAttributes::index | | Prototype: | int QXmlAttributes::index(const QString& uri, const QString& localPart) const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 806-814 |
| | 5 | 3 |
append| Name: | QXmlAttributes::append | | Prototype: | void QXmlAttributes::append(const QString &qName, const QString &uri, const QString &localPart, const QString &value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/sax/qxml.cpp | | Lines: | 984-993 |
| | 6 | 1 |