| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ | 
 QDomHandler| Name:  | 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:  | 7362-7366 |  
  |  | 2 | 1 | 
 comment| Name:  | 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:  | 7512-7519 |  
  |  | 5 | 1 | 
 endCDATA| Name:  | 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:  | 7494-7498 |  
  |  | 2 | 1 | 
 endEntity| Name:  | 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:  | 7506-7510 |  
  |  | 2 | 1 | 
 externalEntityDecl| Name:  | 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:  | 7531-7534 |  
  |  | 1 | 1 | 
 fatalError| Name:  | 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:  | 7480-7486 |  
  |  | 4 | 1 | 
 notationDecl| Name:  | 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:  | 7536-7543 |  
  |  | 4 | 1 | 
 setDocumentLocator| Name:  | 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:  | 7545-7548 |  
  |  | 1 | 1 | 
 startCDATA| Name:  | 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:  | 7488-7492 |  
  |  | 2 | 1 | 
 startDTD| Name:  | 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:  | 7380-7386 |  
  |  | 4 | 1 | 
 startEntity| Name:  | 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:  | 7500-7504 |  
  |  | 2 | 1 | 
 unparsedEntityDecl| Name:  | 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:  | 7521-7529 |  
  |  | 5 | 1 | 
 endDocument| Name:  | 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:  | 7372-7378 |  
  |  | 3 | 2 | 
 endElement| Name:  | 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:  | 7419-7426 |  
  |  | 4 | 2 | 
 processingInstruction| Name:  | 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:  | 7455-7466 |  
  |  | 7 | 2 | 
 skippedEntity| Name:  | 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:  | 7468-7478 |  
  |  | 6 | 2 | 
 characters| Name:  | 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:  | 7428-7453 |  
  |  | 18 | 4 | 
 startElement| Name:  | 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:  | 7388-7417 |  
  |  | 14 | 5 |