| 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: | 763-768 |
| | 1 | 1 |
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: | 998-1007 |
| | 6 | 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: | 985-988 |
| | 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: | 787-794 |
| | 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: | 798-805 |
| | 4 | 3 |
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: | 820-828 |
| | 5 | 3 |
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: | 835-838 |
| | 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: | 854-857 |
| | 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: | 865-868 |
| | 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: | 888-891 |
| | 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: | 900-903 |
| | 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: | 916-919 |
| | 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: | 877-880 |
| | 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: | 926-929 |
| | 1 | 1 |
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: | 939-945 |
| | 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: | 955-961 |
| | 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: | 972-978 |
| | 4 | 2 |