Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
startDTDName: | QDomHandler::startDTD | Prototype: | bool QDomHandler::startDTD(const QString& name, const QString& publicId, const QString& systemId) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7386-7392 |
| | 4 | 1 |
setDocumentLocatorName: | QDomHandler::setDocumentLocator | Prototype: | void QDomHandler::setDocumentLocator(QXmlLocator *locator) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7551-7554 |
| | 1 | 1 |
QDomHandlerName: | QDomHandler::QDomHandler | Prototype: | QDomHandler::QDomHandler(QDomDocumentPrivate* adoc, QXmlSimpleReader* areader, bool namespaceProcessing) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7368-7372 |
| | 2 | 1 |
startElementName: | QDomHandler::startElement | Prototype: | bool QDomHandler::startElement(const QString& nsURI, const QString&, const QString& qName, const QXmlAttributes& atts) | Coverage: | 85.714% (12/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7394-7423 |
| | 14 | 5 |
endElementName: | QDomHandler::endElement | Prototype: | bool QDomHandler::endElement(const QString&, const QString&, const QString&) | Coverage: | 50.000% (3/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7425-7432 |
| | 4 | 2 |
endDocumentName: | QDomHandler::endDocument | Prototype: | bool QDomHandler::endDocument() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7378-7384 |
| | 3 | 2 |
charactersName: | QDomHandler::characters | Prototype: | bool QDomHandler::characters(const QString& ch) | Coverage: | 45.455% (5/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7434-7459 |
| | 18 | 4 |
unparsedEntityDeclName: | QDomHandler::unparsedEntityDecl | Prototype: | bool QDomHandler::unparsedEntityDecl(const QString &name, const QString &publicId, const QString &systemId, const QString ¬ationName) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7527-7535 |
| | 5 | 1 |
startEntityName: | QDomHandler::startEntity | Prototype: | bool QDomHandler::startEntity(const QString &name) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7506-7510 |
| | 2 | 1 |
startCDATAName: | QDomHandler::startCDATA | Prototype: | bool QDomHandler::startCDATA() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7494-7498 |
| | 2 | 1 |
skippedEntityName: | QDomHandler::skippedEntity | Prototype: | bool QDomHandler::skippedEntity(const QString& name) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7474-7484 |
| | 6 | 2 |
processingInstructionName: | QDomHandler::processingInstruction | Prototype: | bool QDomHandler::processingInstruction(const QString& target, const QString& data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7461-7472 |
| | 7 | 2 |
notationDeclName: | QDomHandler::notationDecl | Prototype: | bool QDomHandler::notationDecl(const QString & name, const QString & publicId, const QString & systemId) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7542-7549 |
| | 4 | 1 |
fatalErrorName: | QDomHandler::fatalError | Prototype: | bool QDomHandler::fatalError(const QXmlParseException& exception) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7486-7492 |
| | 4 | 1 |
externalEntityDeclName: | QDomHandler::externalEntityDecl | Prototype: | bool QDomHandler::externalEntityDecl(const QString &name, const QString &publicId, const QString &systemId) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7537-7540 |
| | 1 | 1 |
endEntityName: | QDomHandler::endEntity | Prototype: | bool QDomHandler::endEntity(const QString &) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7512-7516 |
| | 2 | 1 |
endCDATAName: | QDomHandler::endCDATA | Prototype: | bool QDomHandler::endCDATA() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7500-7504 |
| | 2 | 1 |
commentName: | QDomHandler::comment | Prototype: | bool QDomHandler::comment(const QString& ch) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 7518-7525 |
| | 5 | 1 |