Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDomEntityName: | QDomEntity::QDomEntity | Prototype: | QDomEntity::QDomEntity() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5790-5793 |
| | 2 | 1 |
QDomEntityName: | QDomEntity::QDomEntity | Prototype: | QDomEntity::QDomEntity(const QDomEntity& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5803-5806 |
| | 2 | 1 |
QDomEntityName: | QDomEntity::QDomEntity | Prototype: | QDomEntity::QDomEntity(QDomEntityPrivate* n) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5808-5811 |
| | 2 | 1 |
notationNameName: | QDomEntity::notationName | Prototype: | QString QDomEntity::notationName() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5858-5863 |
| | 3 | 2 |
operator=Name: | QDomEntity::operator= | Prototype: | QDomEntity& QDomEntity::operator= (const QDomEntity& x) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5820-5823 |
| | 1 | 1 |
publicIdName: | QDomEntity::publicId | Prototype: | QString QDomEntity::publicId() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5835-5840 |
| | 3 | 2 |
systemIdName: | QDomEntity::systemId | Prototype: | QString QDomEntity::systemId() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 5846-5851 |
| | 3 | 2 |