| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QDomNodePrivate::nodeValue| Name: | QDomNodePrivate::nodeValue | | Prototype: | QString nodeValue() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 134-134 |
| | 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: | 1881-1886 |
| | 1 | 1 |
QDomNodePrivate::parent| Name: | QDomNodePrivate::parent | | Prototype: | inline QDomNodePrivate* parent() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 152-152 |
| | 1 | 1 |
QDomNodePrivate::setLocation| Name: | QDomNodePrivate::setLocation | | Prototype: | void QDomNodePrivate::setLocation(int lineNumber, int columnNumber) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1900-1904 |
| | 2 | 1 |
QDomNodePrivate::setNoParent| Name: | QDomNodePrivate::setNoParent | | Prototype: | void setNoParent() | | Coverage: | 66.667% (2/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 155-158 |
| | 2 | 1 |
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: | 135-135 |
| | 1 | 1 |
QDomNodePrivate::setOwnerDocument| Name: | QDomNodePrivate::setOwnerDocument | | Prototype: | inline void QDomNodePrivate::setOwnerDocument(QDomDocumentPrivate *doc) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1424-1428 |
| | 2 | 1 |
QDomNodePrivate::setParent| Name: | QDomNodePrivate::setParent | | Prototype: | inline void setParent(QDomNodePrivate *p) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 153-153 |
| | 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: | 5588-5591 |
| | 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: | 5600-5603 |
| | 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: | 5605-5608 |
| | 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: | 5617-5620 |
| | 1 | 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: | 5520-5525 |
| | 2 | 1 |
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: | 5510-5518 |
| | 3 | 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: | 5527-5533 |
| | 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: | 437-437 |
| | 1 | 1 |
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: | 6054-6057 |
| | 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: | 6066-6069 |
| | 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: | 6071-6074 |
| | 2 | 1 |
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 |
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: | 5983-5989 |
| | 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: | 5991-5994 |
| | 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: | 5997-6003 |
| | 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: | 484-484 |
| | 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: | 6005-6008 |
| | 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: | 5225-5228 |
| | 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: | 5237-5240 |
| | 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: | 5242-5245 |
| | 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: | 5254-5257 |
| | 1 | 1 |
QDomTextPrivate::QDomTextPrivate| Name: | QDomTextPrivate::QDomTextPrivate | | Prototype: | QDomTextPrivate::QDomTextPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& val) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5154-5158 |
| | 1 | 1 |
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: | 5160-5163 |
| | 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: | 5165-5171 |
| | 3 | 1 |
QDomTextPrivate::nodeType| Name: | QDomTextPrivate::nodeType | | Prototype: | QDomNode::NodeType nodeType() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 346-346 |
| | 1 | 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: | 5188-5192 |
| | 2 | 1 |
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: | 618-623 |
| | 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: | 736-741 |
| | 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: | 868-873 |
| | 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: | 951-954 |
| | 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: | 816-821 |
| | 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: | 785-790 |
| | 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: | 675-680 |
| | 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: | 875-882 |
| | 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: | 823-829 |
| | 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: | 792-798 |
| | 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: | 682-688 |
| | 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: | 845-851 |
| | 4 | 1 |
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: | 716-725 |
| | 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: | 650-655 |
| | 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: | 752-757 |
| | 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: | 709-714 |
| | 2 | 1 |
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: | 938-945 |
| | 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: | 643-648 |
| | 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: | 925-933 |
| | 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: | 1092-1102 |
| | 8 | 1 |
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: | 91-94 |
| | 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: | 1140-1143 |
| | 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: | 1304-1308 |
| | 2 | 1 |
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: | 1126-1130 |
| | 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: | 584-590 |
| | 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: | 599-606 |
| | 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: | 796-800 |
| | 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: | 742-745 |
| | 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: | 771-774 |
| | 1 | 1 |
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: | 757-760 |
| | 1 | 1 |
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: | 528-532 |
| | 2 | 1 |
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: | 104-115 |
| | 8 | 1 |
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: | 375-379 |
| | 2 | 1 |
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: | 228-231 |
| | 1 | 1 |
QDrag::hotSpot| Name: | QDrag::hotSpot | | Prototype: | QPoint QDrag::hotSpot() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 187-191 |
| | 2 | 1 |
QDrag::mimeData| Name: | QDrag::mimeData | | Prototype: | QMimeData *QDrag::mimeData() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 143-147 |
| | 2 | 1 |
QDrag::pixmap| Name: | QDrag::pixmap | | Prototype: | QPixmap QDrag::pixmap() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 163-167 |
| | 2 | 1 |
QDrag::setHotSpot| Name: | QDrag::setHotSpot | | Prototype: | void QDrag::setHotSpot(const QPoint& hotspot) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 177-181 |
| | 2 | 1 |
QDrag::setPixmap| Name: | QDrag::setPixmap | | Prototype: | void QDrag::setPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 154-158 |
| | 2 | 1 |
QDrag::source| Name: | QDrag::source | | Prototype: | QObject *QDrag::source() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 197-201 |
| | 2 | 1 |
QDrag::supportedActions| Name: | QDrag::supportedActions | | Prototype: | Qt::DropActions QDrag::supportedActions() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 363-367 |
| | 2 | 1 |
QDrag::target| Name: | QDrag::target | | Prototype: | QObject *QDrag::target() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 207-211 |
| | 2 | 1 |
QDrag::~QDrag| Name: | QDrag::~QDrag | | Prototype: | QDrag::~QDrag() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 120-124 |
| | 2 | 1 |
QDragEnterEvent::QDragEnterEvent| Name: | QDragEnterEvent::QDragEnterEvent | | Prototype: | QDragEnterEvent::QDragEnterEvent(const QPoint& point, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3028-3031 |
| | 1 | 1 |
QDragLeaveEvent::QDragLeaveEvent| Name: | QDragLeaveEvent::QDragLeaveEvent | | Prototype: | QDragLeaveEvent::QDragLeaveEvent() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 3087-3089 |
| | 1 | 1 |
QDragManager::currentTarget| Name: | QDragManager::currentTarget | | Prototype: | QObject *QDragManager::currentTarget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 110-113 |
| | 1 | 1 |
QDragManager::~QDragManager| Name: | QDragManager::~QDragManager | | Prototype: | QDragManager::~QDragManager() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 79-82 |
| | 1 | 1 |
QDragMoveEvent::QDragMoveEvent| Name: | QDragMoveEvent::QDragMoveEvent | | Prototype: | QDragMoveEvent::QDragMoveEvent(const QPoint& pos, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 2766-2770 |
| | 1 | 1 |
QDropEvent::QDropEvent| Name: | QDropEvent::QDropEvent | | Prototype: | QDropEvent::QDropEvent(const QPointF& pos, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Type type) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | | Lines: | 2878-2887 |
| | 3 | 1 |
QDynamicBufferResourceRoot::QDynamicBufferResourceRoot| Name: | QDynamicBufferResourceRoot::QDynamicBufferResourceRoot | | Prototype: | inline QDynamicBufferResourceRoot(const QString &_root) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 873-873 |
| | 1 | 1 |
QDynamicBufferResourceRoot::mappingBuffer| Name: | QDynamicBufferResourceRoot::mappingBuffer | | Prototype: | inline const uchar *mappingBuffer() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 875-875 |
| | 1 | 1 |
QDynamicBufferResourceRoot::mappingRoot| Name: | QDynamicBufferResourceRoot::mappingRoot | | Prototype: | QString mappingRoot() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 876-876 |
| | 1 | 1 |
QDynamicBufferResourceRoot::type| Name: | QDynamicBufferResourceRoot::type | | Prototype: | ResourceRootType type() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 877-877 |
| | 1 | 1 |
QDynamicFileResourceRoot::QDynamicFileResourceRoot| Name: | QDynamicFileResourceRoot::QDynamicFileResourceRoot | | Prototype: | inline QDynamicFileResourceRoot(const QString &_root) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 949-949 |
| | 1 | 1 |
QDynamicFileResourceRoot::mappingFile| Name: | QDynamicFileResourceRoot::mappingFile | | Prototype: | QString mappingFile() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 962-962 |
| | 1 | 1 |
QDynamicFileResourceRoot::type| Name: | QDynamicFileResourceRoot::type | | Prototype: | ResourceRootType type() const override | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 963-963 |
| | 1 | 1 |
QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent| Name: | QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent | | Prototype: | QDynamicPropertyChangeEvent::QDynamicPropertyChangeEvent(const QByteArray &name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 602-605 |
| | 2 | 1 |
QEGLDeviceIntegration::createCursor| Name: | QEGLDeviceIntegration::createCursor | | Prototype: | QPlatformCursor *QEGLDeviceIntegration::createCursor(QPlatformScreen *screen) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 311-314 |
| | 1 | 1 |
QEGLDeviceIntegration::createDisplay| Name: | QEGLDeviceIntegration::createDisplay | | Prototype: | EGLDisplay QEGLDeviceIntegration::createDisplay(EGLNativeDisplayType nativeDisplay) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 179-182 |
| | 1 | 1 |
QEGLDeviceIntegration::createNativeOffscreenWindow| Name: | QEGLDeviceIntegration::createNativeOffscreenWindow | | Prototype: | EGLNativeWindowType QEGLDeviceIntegration::createNativeOffscreenWindow(const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 294-298 |
| | 2 | 1 |
QEGLDeviceIntegration::createNativeWindow| Name: | QEGLDeviceIntegration::createNativeWindow | | Prototype: | EGLNativeWindowType QEGLDeviceIntegration::createNativeWindow(QPlatformWindow *platformWindow, const QSize &size, const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 284-292 |
| | 4 | 1 |
QEGLDeviceIntegration::createWindow| Name: | QEGLDeviceIntegration::createWindow | | Prototype: | QEglFSWindow *QEGLDeviceIntegration::createWindow(QWindow *window) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 279-282 |
| | 1 | 1 |
QEGLDeviceIntegration::destroyNativeWindow| Name: | QEGLDeviceIntegration::destroyNativeWindow | | Prototype: | void QEGLDeviceIntegration::destroyNativeWindow(EGLNativeWindowType window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 300-303 |
| | 1 | 1 |
QEGLDeviceIntegration::fbDeviceName::[lambda]| Name: | QEGLDeviceIntegration::fbDeviceName::[lambda] | | Prototype: | []() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 135-135 |
| | 0 | 1 |
QEGLDeviceIntegration::filterConfig| Name: | QEGLDeviceIntegration::filterConfig | | Prototype: | bool QEGLDeviceIntegration::filterConfig(EGLDisplay, EGLConfig) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 274-277 |
| | 1 | 1 |
QEGLDeviceIntegration::hasCapability| Name: | QEGLDeviceIntegration::hasCapability | | Prototype: | bool QEGLDeviceIntegration::hasCapability(QPlatformIntegration::Capability cap) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 305-309 |
| | 2 | 1 |