Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDoubleValidator::validateName: | 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: | 644-659 |
| | 8 | 3 |
QDoubleValidator::setTopName: | 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: | 757-760 |
| | 1 | 1 |
QDoubleValidator::setRangeName: | 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: | 709-731 |
| | 15 | 5 |
QDoubleValidator::setNotationName: | 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: | 786-794 |
| | 5 | 2 |
QDoubleValidator::setDecimalsName: | 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: | 771-774 |
| | 1 | 1 |
QDoubleValidator::setBottomName: | 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: | 742-745 |
| | 1 | 1 |
QDoubleValidator::notationName: | 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: | 796-800 |
| | 2 | 1 |
QDoubleValidator::QDoubleValidatorName: | 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: | 584-590 |
| | 3 | 1 |
QDoubleValidator::QDoubleValidatorName: | 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: | 599-606 |
| | 3 | 1 |
QDoubleSpinBoxPrivate::valueFromTextName: | 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: | 1126-1130 |
| | 2 | 1 |
QDoubleSpinBoxPrivate::validateAndInterpretName: | 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: | 1152-1297 |
| | 83 | 29 |
QDoubleSpinBoxPrivate::textFromValueName: | 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: | 1304-1308 |
| | 2 | 1 |
QDoubleSpinBoxPrivate::roundName: | 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: | 1140-1143 |
| | 1 | 1 |
QDoubleSpinBoxPrivate::initName: | 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: | 91-94 |
| | 2 | 1 |
QDoubleSpinBoxPrivate::emitSignalsName: | 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: | 1109-1119 |
| | 6 | 3 |
QDoubleSpinBoxPrivate::QDoubleSpinBoxPrivateName: | 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: | 1092-1102 |
| | 8 | 1 |
QDoubleSpinBox::valueFromTextName: | 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: | 925-933 |
| | 5 | 1 |
QDoubleSpinBox::valueName: | 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: | 643-648 |
| | 2 | 1 |
QDoubleSpinBox::validateName: | 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: | 938-945 |
| | 4 | 1 |
QDoubleSpinBox::textFromValueName: | 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: | 903-911 |
| | 5 | 2 |
QDoubleSpinBox::suffixName: | 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: | 709-714 |
| | 2 | 1 |
QDoubleSpinBox::singleStepName: | 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: | 752-757 |
| | 2 | 1 |
QDoubleSpinBox::setValueName: | 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: | 650-655 |
| | 3 | 1 |
QDoubleSpinBox::setSuffixName: | 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: | 716-725 |
| | 5 | 1 |
QDoubleSpinBox::setSingleStepName: | 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: | 759-767 |
| | 4 | 2 |
QDoubleSpinBox::setRangeName: | 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: | 845-851 |
| | 4 | 1 |
QDoubleSpinBox::setPrefixName: | 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: | 682-688 |
| | 3 | 1 |
QDoubleSpinBox::setMinimumName: | 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: | 792-798 |
| | 4 | 1 |
QDoubleSpinBox::setMaximumName: | 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: | 823-829 |
| | 4 | 1 |
QDoubleSpinBox::setDecimalsName: | 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: | 875-882 |
| | 4 | 1 |
QDoubleSpinBox::prefixName: | 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: | 675-680 |
| | 2 | 1 |
QDoubleSpinBox::minimumName: | 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: | 785-790 |
| | 2 | 1 |
QDoubleSpinBox::maximumName: | 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: | 816-821 |
| | 2 | 1 |
QDoubleSpinBox::fixupName: | 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: | 951-954 |
| | 1 | 1 |
QDoubleSpinBox::decimalsName: | 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: | 868-873 |
| | 2 | 1 |
QDoubleSpinBox::cleanTextName: | 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: | 736-741 |
| | 2 | 1 |
QDoubleSpinBox::QDoubleSpinBoxName: | 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: | 618-623 |
| | 2 | 1 |
QDomTextPrivate::splitTextName: | 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: | 5173-5186 |
| | 7 | 2 |
QDomTextPrivate::saveName: | 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: | 5188-5192 |
| | 2 | 1 |
QDomTextPrivate::cloneNodeName: | 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: | 5165-5171 |
| | 3 | 1 |
QDomTextPrivate::QDomTextPrivateName: | 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: | 5160-5163 |
| | 2 | 1 |
QDomText::splitTextName: | 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: | 5275-5280 |
| | 3 | 2 |
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: | 5254-5257 |
| | 1 | 1 |
QDomText::QDomTextName: | 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: | 5225-5228 |
| | 2 | 1 |
QDomText::QDomTextName: | 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: | 5237-5240 |
| | 2 | 1 |
QDomText::QDomTextName: | 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: | 5242-5245 |
| | 2 | 1 |
QDomProcessingInstructionPrivate::saveName: | 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: | 6005-6008 |
| | 1 | 1 |
QDomProcessingInstructionPrivate::nodeTypeName: | 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: | 484-484 |
| | 1 | 1 |
QDomProcessingInstructionPrivate::cloneNodeName: | 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: | 5997-6003 |
| | 3 | 1 |
QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivateName: | 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: | 5983-5989 |
| | 2 | 1 |
QDomProcessingInstructionPrivate::QDomProcessingInstructionPrivateName: | 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: | 5991-5994 |
| | 2 | 1 |
QDomProcessingInstruction::targetName: | 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: | 6099-6104 |
| | 3 | 2 |
QDomProcessingInstruction::setDataName: | 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: | 6123-6128 |
| | 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: | 6083-6086 |
| | 1 | 1 |
QDomProcessingInstruction::dataName: | 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: | 6111-6116 |
| | 3 | 2 |
QDomProcessingInstruction::QDomProcessingInstructionName: | 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: | 6054-6057 |
| | 2 | 1 |
QDomProcessingInstruction::QDomProcessingInstructionName: | 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: | 6066-6069 |
| | 2 | 1 |
QDomProcessingInstruction::QDomProcessingInstructionName: | 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: | 6071-6074 |
| | 2 | 1 |
QDomNotationPrivate::saveName: | 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: | 5535-5546 |
| | 7 | 3 |
QDomNotationPrivate::nodeTypeName: | 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: | 437-437 |
| | 1 | 1 |
QDomNotationPrivate::cloneNodeName: | 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: | 5527-5533 |
| | 3 | 1 |
QDomNotationPrivate::QDomNotationPrivateName: | 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: | 5510-5518 |
| | 3 | 1 |
QDomNotationPrivate::QDomNotationPrivateName: | 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: | 5520-5525 |
| | 2 | 1 |
QDomNotation::systemIdName: | 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: | 5641-5646 |
| | 3 | 2 |
QDomNotation::publicIdName: | 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: | 5631-5636 |
| | 3 | 2 |
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: | 5617-5620 |
| | 1 | 1 |
QDomNotation::QDomNotationName: | 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: | 5588-5591 |
| | 2 | 1 |
QDomNotation::QDomNotationName: | 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: | 5600-5603 |
| | 2 | 1 |
QDomNotation::QDomNotationName: | 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: | 5605-5608 |
| | 2 | 1 |
QDomNodePrivate::setNodeValueName: | 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: | 135-135 |
| | 1 | 1 |
QDomNodePrivate::replaceChildName: | 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: | 1703-1795 |
| | 54 | 19 |
QDomNodePrivate::normalizeName: | 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: | 1881-1886 |
| | 1 | 1 |
QDomNodePrivate::nodeTypeName: | 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: | 180-180 |
| | 1 | 1 |
QDomNodePrivate::isNotationName: | 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: | 172-172 |
| | 1 | 1 |
QDomNodePrivate::isEntityReferenceName: | 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: | 167-167 |
| | 1 | 1 |
QDomNodePrivate::isEntityName: | 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: | 171-171 |
| | 1 | 1 |
QDomNodePrivate::isDocumentTypeName: | 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: | 165-165 |
| | 1 | 1 |
QDomNodePrivate::isCommentName: | 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: | 178-178 |
| | 1 | 1 |
QDomNodePrivate::isCharacterDataName: | QDomNodePrivate::isCharacterData | Prototype: | bool isCharacterData() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 174-177 |
| | 4 | 1 |
QDomNodePrivate::isCDATASectionName: | 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: | 162-162 |
| | 1 | 1 |
QDomNodePrivate::isAttrName: | 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: | 161-161 |
| | 1 | 1 |
QDomNodePrivate::insertBeforeName: | 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: | 1512-1605 |
| | 55 | 18 |
QDomNodePrivate::cloneNodeName: | 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: | 1851-1857 |
| | 3 | 1 |
QDomNodePrivate::QDomNodePrivateName: | 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: | 1445-1466 |
| | 16 | 3 |
QDomNodeListPrivate::~QDomNodeListPrivateName: | 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: | 1164-1168 |
| | 2 | 2 |
QDomNodeListPrivate::operator==Name: | QDomNodeListPrivate::operator== | Prototype: | bool QDomNodeListPrivate::operator==(const QDomNodeListPrivate &other) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1170-1173 |
| | 1 | 1 |
QDomNodeListPrivate::operator!=Name: | QDomNodeListPrivate::operator!= | Prototype: | bool QDomNodeListPrivate::operator!=(const QDomNodeListPrivate &other) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1175-1178 |
| | 1 | 1 |
QDomNodeListPrivate::lengthName: | 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: | 1249-1261 |
| | 7 | 3 |
QDomNodeListPrivate::itemName: | 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: | 1234-1247 |
| | 8 | 4 |
QDomNodeListPrivate::createListName: | 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: | 1180-1232 |
| | 36 | 18 |
QDomNodeListPrivate::QDomNodeListPrivateName: | QDomNodeListPrivate::QDomNodeListPrivate | Prototype: | QDomNodeListPrivate::QDomNodeListPrivate(QDomNodePrivate *n_impl) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1135-1141 |
| | 4 | 2 |
QDomNodeListPrivate::QDomNodeListPrivateName: | 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: | 1143-1151 |
| | 5 | 2 |
QDomNodeListPrivate::QDomNodeListPrivateName: | 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: | 1153-1162 |
| | 6 | 2 |
QDomNodeList::~QDomNodeListName: | QDomNodeList::~QDomNodeList | Prototype: | QDomNodeList::~QDomNodeList() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1355-1359 |
| | 2 | 2 |
QDomNodeList::operator==Name: | QDomNodeList::operator== | Prototype: | bool QDomNodeList::operator==(const QDomNodeList &n) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1334-1341 |
| | 5 | 3 |
QDomNodeList::operator=Name: | QDomNodeList::operator= | Prototype: | QDomNodeList& QDomNodeList::operator=(const QDomNodeList &n) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1320-1328 |
| | 6 | 3 |
QDomNodeList::operator!=Name: | QDomNodeList::operator!= | Prototype: | bool QDomNodeList::operator!=(const QDomNodeList &n) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1347-1350 |
| | 1 | 1 |
QDomNodeList::lengthName: | QDomNodeList::length | Prototype: | int QDomNodeList::length() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1381-1386 |
| | 3 | 2 |
QDomNodeList::itemName: | QDomNodeList::item | Prototype: | QDomNode QDomNodeList::item(int index) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1370-1376 |
| | 3 | 2 |
QDomNodeList::QDomNodeListName: | QDomNodeList::QDomNodeList | Prototype: | QDomNodeList::QDomNodeList() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1297-1300 |
| | 1 | 1 |