Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
operator=Name: | QDomAttr::operator= | Prototype: | QDomAttr& QDomAttr::operator= (const QDomAttr& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4311-4314 |
| | 1 | 1 |
QDomAttrName: | QDomAttr::QDomAttr | Prototype: | QDomAttr::QDomAttr(const QDomAttr& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4294-4297 |
| | 2 | 1 |
QDomAttrName: | QDomAttr::QDomAttr | Prototype: | QDomAttr::QDomAttr(QDomAttrPrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4299-4302 |
| | 2 | 1 |
nameName: | QDomAttr::name | Prototype: | QString QDomAttr::name() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4319-4324 |
| | 3 | 2 |
specifiedName: | QDomAttr::specified | Prototype: | bool QDomAttr::specified() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4332-4337 |
| | 3 | 2 |
valueName: | QDomAttr::value | Prototype: | QString QDomAttr::value() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4358-4363 |
| | 3 | 2 |
ownerElementName: | QDomAttr::ownerElement | Prototype: | QDomElement QDomAttr::ownerElement() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4344-4350 |
| | 4 | 2 |
setValueName: | QDomAttr::setValue | Prototype: | void QDomAttr::setValue(const QString& v) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4370-4376 |
| | 4 | 2 |