| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QDomNodeListPrivate::QDomNodeListPrivate| Name:  | QDomNodeListPrivate::QDomNodeListPrivate |  | Prototype:  | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl, const QString &name) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1149-1157 |  
  |  | 5 | 2 | 
 QDomNodeListPrivate::QDomNodeListPrivate| Name:  | QDomNodeListPrivate::QDomNodeListPrivate |  | Prototype:  | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl, const QString &_nsURI, const QString &localName) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1159-1168 |  
  |  | 6 | 2 | 
 QDomNodeListPrivate::createList| Name:  | QDomNodeListPrivate::createList |  | Prototype:  | void QDomNodeListPrivate::createList() |  | Coverage:  |   0.000% (0/76) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1186-1238 |  
  |  | 36 | 18 | 
 QDomNodeListPrivate::item| Name:  | QDomNodeListPrivate::item |  | Prototype:  | QDomNodePrivate* QDomNodeListPrivate::item(int index) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1240-1253 |  
  |  | 8 | 4 | 
 QDomNodeListPrivate::length| Name:  | QDomNodeListPrivate::length |  | Prototype:  | int QDomNodeListPrivate::length() const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1255-1267 |  
  |  | 7 | 3 | 
 QDomNodeListPrivate::operator!=| Name:  | QDomNodeListPrivate::operator!= |  | Prototype:  | bool QDomNodeListPrivate::operator!=(const QDomNodeListPrivate &other) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1181-1184 |  
  |  | 1 | 1 | 
 QDomNodeListPrivate::operator==| Name:  | QDomNodeListPrivate::operator== |  | Prototype:  | bool QDomNodeListPrivate::operator==(const QDomNodeListPrivate &other) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1176-1179 |  
  |  | 1 | 1 | 
 QDomNodeListPrivate::~QDomNodeListPrivate| Name:  | QDomNodeListPrivate::~QDomNodeListPrivate |  | Prototype:  | QDomNodeListPrivate::~QDomNodeListPrivate() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1170-1174 |  
  |  | 2 | 2 | 
 QDomNodePrivate::QDomNodePrivate| Name:  | QDomNodePrivate::QDomNodePrivate |  | Prototype:  | QDomNodePrivate::QDomNodePrivate(QDomNodePrivate *n, bool deep) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1451-1472 |  
  |  | 16 | 3 | 
 QDomNodePrivate::cloneNode| Name:  | QDomNodePrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomNodePrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1857-1863 |  
  |  | 3 | 1 | 
 QDomNodePrivate::insertBefore| Name:  | QDomNodePrivate::insertBefore |  | Prototype:  | QDomNodePrivate* QDomNodePrivate::insertBefore(QDomNodePrivate* newChild, QDomNodePrivate* refChild) |  | Coverage:  |   0.000% (0/57) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1518-1611 |  
  |  | 55 | 18 | 
 QDomNodePrivate::isAttr| Name:  | QDomNodePrivate::isAttr |  | Prototype:  | bool isAttr() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 167-167 |  
  |  | 1 | 1 | 
 QDomNodePrivate::isCDATASection| Name:  | QDomNodePrivate::isCDATASection |  | Prototype:  | bool isCDATASection() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 168-168 |  
  |  | 1 | 1 | 
 QDomNodePrivate::isCharacterData| Name:  | QDomNodePrivate::isCharacterData |  | Prototype:  | bool isCharacterData() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 180-183 |  
  |  | 4 | 1 | 
 QDomNodePrivate::isComment| Name:  | QDomNodePrivate::isComment |  | Prototype:  | bool isComment() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 184-184 |  
  |  | 1 | 1 | 
 QDomNodePrivate::isDocumentType| Name:  | QDomNodePrivate::isDocumentType |  | Prototype:  | bool isDocumentType() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 171-171 |  
  |  | 1 | 1 | 
 QDomNodePrivate::isEntity| Name:  | QDomNodePrivate::isEntity |  | Prototype:  | bool isEntity() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 177-177 |  
  |  | 1 | 1 | 
 QDomNodePrivate::isEntityReference| Name:  | QDomNodePrivate::isEntityReference |  | Prototype:  | bool isEntityReference() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 173-173 |  
  |  | 1 | 1 | 
 QDomNodePrivate::isNotation| Name:  | QDomNodePrivate::isNotation |  | Prototype:  | bool isNotation() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 178-178 |  
  |  | 1 | 1 | 
 QDomNodePrivate::nodeType| Name:  | QDomNodePrivate::nodeType |  | Prototype:  | QDomNode::NodeType nodeType() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 186-186 |  
  |  | 1 | 1 | 
 QDomNodePrivate::normalize| Name:  | QDomNodePrivate::normalize |  | Prototype:  | void QDomNodePrivate::normalize() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1887-1892 |  
  |  | 1 | 1 | 
 QDomNodePrivate::replaceChild| Name:  | QDomNodePrivate::replaceChild |  | Prototype:  | QDomNodePrivate* QDomNodePrivate::replaceChild(QDomNodePrivate* newChild, QDomNodePrivate* oldChild) |  | Coverage:  |   0.000% (0/57) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 1709-1801 |  
  |  | 54 | 19 | 
 QDomNodePrivate::setNodeValue| Name:  | QDomNodePrivate::setNodeValue |  | Prototype:  | void setNodeValue(const QString& v) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 141-141 |  
  |  | 1 | 1 | 
 QDomNotation::QDomNotation| Name:  | QDomNotation::QDomNotation |  | Prototype:  | QDomNotation::QDomNotation() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5594-5597 |  
  |  | 2 | 1 | 
 QDomNotation::QDomNotation| Name:  | QDomNotation::QDomNotation |  | Prototype:  | QDomNotation::QDomNotation(const QDomNotation& x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5606-5609 |  
  |  | 2 | 1 | 
 QDomNotation::QDomNotation| Name:  | QDomNotation::QDomNotation |  | Prototype:  | QDomNotation::QDomNotation(QDomNotationPrivate* n) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5611-5614 |  
  |  | 2 | 1 | 
 QDomNotation::operator=| Name:  | QDomNotation::operator= |  | Prototype:  | QDomNotation& QDomNotation::operator= (const QDomNotation& x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5623-5626 |  
  |  | 1 | 1 | 
 QDomNotation::publicId| Name:  | QDomNotation::publicId |  | Prototype:  | QString QDomNotation::publicId() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5637-5642 |  
  |  | 3 | 2 | 
 QDomNotation::systemId| Name:  | QDomNotation::systemId |  | Prototype:  | QString QDomNotation::systemId() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5647-5652 |  
  |  | 3 | 2 | 
 QDomNotationPrivate::QDomNotationPrivate| Name:  | QDomNotationPrivate::QDomNotationPrivate |  | Prototype:  | QDomNotationPrivate::QDomNotationPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& aname, const QString& pub, const QString& sys) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5516-5524 |  
  |  | 3 | 1 | 
 QDomNotationPrivate::QDomNotationPrivate| Name:  | QDomNotationPrivate::QDomNotationPrivate |  | Prototype:  | QDomNotationPrivate::QDomNotationPrivate(QDomNotationPrivate* n, bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5526-5531 |  
  |  | 2 | 1 | 
 QDomNotationPrivate::cloneNode| Name:  | QDomNotationPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomNotationPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5533-5539 |  
  |  | 3 | 1 | 
 QDomNotationPrivate::nodeType| Name:  | QDomNotationPrivate::nodeType |  | Prototype:  | QDomNode::NodeType nodeType() const override |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 443-443 |  
  |  | 1 | 1 | 
 QDomNotationPrivate::save| Name:  | QDomNotationPrivate::save |  | Prototype:  | void QDomNotationPrivate::save(QTextStream& s, int, int) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5541-5552 |  
  |  | 7 | 3 | 
 QDomProcessingInstruction::QDomProcessingInstruction| Name:  | QDomProcessingInstruction::QDomProcessingInstruction |  | Prototype:  | QDomProcessingInstruction::QDomProcessingInstruction() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6060-6063 |  
  |  | 2 | 1 | 
 QDomProcessingInstruction::QDomProcessingInstruction| Name:  | QDomProcessingInstruction::QDomProcessingInstruction |  | Prototype:  | QDomProcessingInstruction::QDomProcessingInstruction(const QDomProcessingInstruction& x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6072-6075 |  
  |  | 2 | 1 | 
 QDomProcessingInstruction::QDomProcessingInstruction| Name:  | QDomProcessingInstruction::QDomProcessingInstruction |  | Prototype:  | QDomProcessingInstruction::QDomProcessingInstruction(QDomProcessingInstructionPrivate* n) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6077-6080 |  
  |  | 2 | 1 | 
 QDomProcessingInstruction::data| Name:  | QDomProcessingInstruction::data |  | Prototype:  | QString QDomProcessingInstruction::data() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6117-6122 |  
  |  | 3 | 2 | 
 QDomProcessingInstruction::operator=| Name:  | QDomProcessingInstruction::operator= |  | Prototype:  | QDomProcessingInstruction& QDomProcessingInstruction::operator= (const QDomProcessingInstruction& x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6089-6092 |  
  |  | 1 | 1 | 
 QDomProcessingInstruction::setData| Name:  | QDomProcessingInstruction::setData |  | Prototype:  | void QDomProcessingInstruction::setData(const QString& d) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6129-6134 |  
  |  | 3 | 2 | 
 QDomProcessingInstruction::target| Name:  | QDomProcessingInstruction::target |  | Prototype:  | QString QDomProcessingInstruction::target() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6105-6110 |  
  |  | 3 | 2 | 
 QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate| Name:  | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate |  | Prototype:  | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& target, const QString& data) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5989-5995 |  
  |  | 2 | 1 | 
 QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate| Name:  | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate |  | Prototype:  | QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivate(QDomProcessingInstructionPrivate* n, bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5997-6000 |  
  |  | 2 | 1 | 
 QDomProcessingInstructionPrivate::cloneNode| Name:  | QDomProcessingInstructionPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomProcessingInstructionPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6003-6009 |  
  |  | 3 | 1 | 
 QDomProcessingInstructionPrivate::nodeType| Name:  | QDomProcessingInstructionPrivate::nodeType |  | Prototype:  | QDomNode::NodeType nodeType() const override |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 490-490 |  
  |  | 1 | 1 | 
 QDomProcessingInstructionPrivate::save| Name:  | QDomProcessingInstructionPrivate::save |  | Prototype:  | void QDomProcessingInstructionPrivate::save(QTextStream& s, int, int) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 6011-6014 |  
  |  | 1 | 1 | 
 QDomText::QDomText| Name:  | QDomText::QDomText |  | Prototype:  | QDomText::QDomText() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5231-5234 |  
  |  | 2 | 1 | 
 QDomText::QDomText| Name:  | QDomText::QDomText |  | Prototype:  | QDomText::QDomText(const QDomText& x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5243-5246 |  
  |  | 2 | 1 | 
 QDomText::QDomText| Name:  | QDomText::QDomText |  | Prototype:  | QDomText::QDomText(QDomTextPrivate* n) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5248-5251 |  
  |  | 2 | 1 | 
 QDomText::operator=| Name:  | QDomText::operator= |  | Prototype:  | QDomText& QDomText::operator= (const QDomText& x) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5260-5263 |  
  |  | 1 | 1 | 
 QDomText::splitText| Name:  | QDomText::splitText |  | Prototype:  | QDomText QDomText::splitText(int offset) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5281-5286 |  
  |  | 3 | 2 | 
 QDomTextPrivate::QDomTextPrivate| Name:  | QDomTextPrivate::QDomTextPrivate |  | Prototype:  | QDomTextPrivate::QDomTextPrivate(QDomTextPrivate* n, bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5166-5169 |  
  |  | 2 | 1 | 
 QDomTextPrivate::cloneNode| Name:  | QDomTextPrivate::cloneNode |  | Prototype:  | QDomNodePrivate* QDomTextPrivate::cloneNode(bool deep) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5171-5177 |  
  |  | 3 | 1 | 
 QDomTextPrivate::save| Name:  | QDomTextPrivate::save |  | Prototype:  | void QDomTextPrivate::save(QTextStream& s, int, int) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5194-5198 |  
  |  | 2 | 1 | 
 QDomTextPrivate::splitText| Name:  | QDomTextPrivate::splitText |  | Prototype:  | QDomTextPrivate* QDomTextPrivate::splitText(int offset) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp |  | Lines:  | 5179-5192 |  
  |  | 7 | 2 | 
 QDoubleSpinBox::QDoubleSpinBox| Name:  | QDoubleSpinBox::QDoubleSpinBox |  | Prototype:  | QDoubleSpinBox::QDoubleSpinBox(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 623-628 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::cleanText| Name:  | QDoubleSpinBox::cleanText |  | Prototype:  | QString QDoubleSpinBox::cleanText() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 741-746 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::decimals| Name:  | QDoubleSpinBox::decimals |  | Prototype:  | int QDoubleSpinBox::decimals() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 873-878 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::fixup| Name:  | QDoubleSpinBox::fixup |  | Prototype:  | void QDoubleSpinBox::fixup(QString &input) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 956-959 |  
  |  | 1 | 1 | 
 QDoubleSpinBox::maximum| Name:  | QDoubleSpinBox::maximum |  | Prototype:  | double QDoubleSpinBox::maximum() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 821-826 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::minimum| Name:  | QDoubleSpinBox::minimum |  | Prototype:  | double QDoubleSpinBox::minimum() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 790-795 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::prefix| Name:  | QDoubleSpinBox::prefix |  | Prototype:  | QString QDoubleSpinBox::prefix() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 680-685 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::setDecimals| Name:  | QDoubleSpinBox::setDecimals |  | Prototype:  | void QDoubleSpinBox::setDecimals(int decimals) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 880-887 |  
  |  | 4 | 1 | 
 QDoubleSpinBox::setMaximum| Name:  | QDoubleSpinBox::setMaximum |  | Prototype:  | void QDoubleSpinBox::setMaximum(double maximum) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 828-834 |  
  |  | 4 | 1 | 
 QDoubleSpinBox::setMinimum| Name:  | QDoubleSpinBox::setMinimum |  | Prototype:  | void QDoubleSpinBox::setMinimum(double minimum) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 797-803 |  
  |  | 4 | 1 | 
 QDoubleSpinBox::setPrefix| Name:  | QDoubleSpinBox::setPrefix |  | Prototype:  | void QDoubleSpinBox::setPrefix(const QString &prefix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 687-693 |  
  |  | 3 | 1 | 
 QDoubleSpinBox::setRange| Name:  | QDoubleSpinBox::setRange |  | Prototype:  | void QDoubleSpinBox::setRange(double minimum, double maximum) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 850-856 |  
  |  | 4 | 1 | 
 QDoubleSpinBox::setSingleStep| Name:  | QDoubleSpinBox::setSingleStep |  | Prototype:  | void QDoubleSpinBox::setSingleStep(double value) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 764-772 |  
  |  | 4 | 2 | 
 QDoubleSpinBox::setSuffix| Name:  | QDoubleSpinBox::setSuffix |  | Prototype:  | void QDoubleSpinBox::setSuffix(const QString &suffix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 721-730 |  
  |  | 5 | 1 | 
 QDoubleSpinBox::setValue| Name:  | QDoubleSpinBox::setValue |  | Prototype:  | void QDoubleSpinBox::setValue(double value) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 655-660 |  
  |  | 3 | 1 | 
 QDoubleSpinBox::singleStep| Name:  | QDoubleSpinBox::singleStep |  | Prototype:  | double QDoubleSpinBox::singleStep() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 757-762 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::suffix| Name:  | QDoubleSpinBox::suffix |  | Prototype:  | QString QDoubleSpinBox::suffix() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 714-719 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::textFromValue| Name:  | QDoubleSpinBox::textFromValue |  | Prototype:  | QString QDoubleSpinBox::textFromValue(double value) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 908-916 |  
  |  | 5 | 2 | 
 QDoubleSpinBox::validate| Name:  | QDoubleSpinBox::validate |  | Prototype:  | QValidator::State QDoubleSpinBox::validate(QString &text, int &pos) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 943-950 |  
  |  | 4 | 1 | 
 QDoubleSpinBox::value| Name:  | QDoubleSpinBox::value |  | Prototype:  | double QDoubleSpinBox::value() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 648-653 |  
  |  | 2 | 1 | 
 QDoubleSpinBox::valueFromText| Name:  | QDoubleSpinBox::valueFromText |  | Prototype:  | double QDoubleSpinBox::valueFromText(const QString &text) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 930-938 |  
  |  | 5 | 1 | 
 QDoubleSpinBoxPrivate::QDoubleSpinBoxPrivate| Name:  | QDoubleSpinBoxPrivate::QDoubleSpinBoxPrivate |  | Prototype:  | QDoubleSpinBoxPrivate::QDoubleSpinBoxPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 1097-1107 |  
  |  | 8 | 1 | 
 QDoubleSpinBoxPrivate::emitSignals| Name:  | QDoubleSpinBoxPrivate::emitSignals |  | Prototype:  | void QDoubleSpinBoxPrivate::emitSignals(EmitPolicy ep, const QVariant &old) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 1114-1124 |  
  |  | 6 | 3 | 
 QDoubleSpinBoxPrivate::init| Name:  | QDoubleSpinBoxPrivate::init |  | Prototype:  | inline void init() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 97-100 |  
  |  | 2 | 1 | 
 QDoubleSpinBoxPrivate::round| Name:  | QDoubleSpinBoxPrivate::round |  | Prototype:  | double QDoubleSpinBoxPrivate::round(double value) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 1145-1148 |  
  |  | 1 | 1 | 
 QDoubleSpinBoxPrivate::textFromValue| Name:  | QDoubleSpinBoxPrivate::textFromValue |  | Prototype:  | QString QDoubleSpinBoxPrivate::textFromValue(const QVariant &f) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 1309-1313 |  
  |  | 2 | 1 | 
 QDoubleSpinBoxPrivate::validateAndInterpret| Name:  | QDoubleSpinBoxPrivate::validateAndInterpret |  | Prototype:  | QVariant QDoubleSpinBoxPrivate::validateAndInterpret(QString &input, int &pos, QValidator::State &state) const |  | Coverage:  |   0.000% (0/132) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 1157-1302 |  
  |  | 83 | 29 | 
 QDoubleSpinBoxPrivate::valueFromText| Name:  | QDoubleSpinBoxPrivate::valueFromText |  | Prototype:  | QVariant QDoubleSpinBoxPrivate::valueFromText(const QString &f) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qspinbox.cpp |  | Lines:  | 1131-1135 |  
  |  | 2 | 1 | 
 QDoubleValidator::QDoubleValidator| Name:  | QDoubleValidator::QDoubleValidator |  | Prototype:  | QDoubleValidator::QDoubleValidator(QObject * parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 591-597 |  
  |  | 3 | 1 | 
 QDoubleValidator::QDoubleValidator| Name:  | QDoubleValidator::QDoubleValidator |  | Prototype:  | QDoubleValidator::QDoubleValidator(double bottom, double top, int decimals, QObject * parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 606-613 |  
  |  | 3 | 1 | 
 QDoubleValidator::notation| Name:  | QDoubleValidator::notation |  | Prototype:  | QDoubleValidator::Notation QDoubleValidator::notation() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 802-806 |  
  |  | 2 | 1 | 
 QDoubleValidator::setBottom| Name:  | QDoubleValidator::setBottom |  | Prototype:  | void QDoubleValidator::setBottom(double bottom) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 748-751 |  
  |  | 1 | 1 | 
 QDoubleValidator::setDecimals| Name:  | QDoubleValidator::setDecimals |  | Prototype:  | void QDoubleValidator::setDecimals(int decimals) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 777-780 |  
  |  | 1 | 1 | 
 QDoubleValidator::setNotation| Name:  | QDoubleValidator::setNotation |  | Prototype:  | void QDoubleValidator::setNotation(Notation newNotation) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 792-800 |  
  |  | 5 | 2 | 
 QDoubleValidator::setRange| Name:  | QDoubleValidator::setRange |  | Prototype:  | void QDoubleValidator::setRange(double minimum, double maximum, int decimals) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 715-737 |  
  |  | 15 | 5 | 
 QDoubleValidator::setTop| Name:  | QDoubleValidator::setTop |  | Prototype:  | void QDoubleValidator::setTop(double top) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 763-766 |  
  |  | 1 | 1 | 
 QDoubleValidator::validate| Name:  | QDoubleValidator::validate |  | Prototype:  | QValidator::State QDoubleValidator::validate(QString & input, int &) const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 651-666 |  
  |  | 8 | 3 | 
 QDoubleValidatorPrivate::QDoubleValidatorPrivate| Name:  | QDoubleValidatorPrivate::QDoubleValidatorPrivate |  | Prototype:  | QDoubleValidatorPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 535-539 |  
  |  | 2 | 1 | 
 QDoubleValidatorPrivate::validateWithLocale| Name:  | QDoubleValidatorPrivate::validateWithLocale |  | Prototype:  | QValidator::State QDoubleValidatorPrivate::validateWithLocale(QString &input, QLocaleData::NumberMode numMode, const QLocale &locale) const |  | Coverage:  |   0.000% (0/37) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp |  | Lines:  | 668-705 |  
  |  | 25 | 11 | 
 QDrag::QDrag| Name:  | QDrag::QDrag |  | Prototype:  | QDrag::QDrag(QObject *dragSource) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp |  | Lines:  | 112-123 |  
  |  | 8 | 1 | 
 QDrag::cancel| Name:  | QDrag::cancel |  | Prototype:  | void QDrag::cancel() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp |  | Lines:  | 399-403 |  
  |  | 2 | 2 | 
 QDrag::defaultAction| Name:  | QDrag::defaultAction |  | Prototype:  | Qt::DropAction QDrag::defaultAction() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp |  | Lines:  | 385-389 |  
  |  | 2 | 1 | 
 QDrag::dragCursor| Name:  | QDrag::dragCursor |  | Prototype:  | QPixmap QDrag::dragCursor(Qt::DropAction action) const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp |  | Lines:  | 342-366 |  
  |  | 15 | 6 | 
 QDrag::exec| Name:  | QDrag::exec |  | Prototype:  | Qt::DropAction QDrag::exec(Qt::DropActions supportedActions) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp |  | Lines:  | 238-241 |  
  |  | 1 | 1 | 
 QDrag::exec| Name:  | QDrag::exec |  | Prototype:  | Qt::DropAction QDrag::exec(Qt::DropActions supportedActions, Qt::DropAction defaultDropAction) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp |  | Lines:  | 262-287 |  
  |  | 17 | 6 |