| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivate| Name: | QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivate | | Prototype: | QDomDocumentFragmentPrivate::QDomDocumentFragmentPrivate(QDomNodePrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3770-3773 |
| | 2 | 1 |
QDomDocumentFragment::operator=| Name: | QDomDocumentFragment::operator= | | Prototype: | QDomDocumentFragment& QDomDocumentFragment::operator= (const QDomDocumentFragment& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3845-3848 |
| | 1 | 1 |
QDomDocumentFragment::QDomDocumentFragment| Name: | QDomDocumentFragment::QDomDocumentFragment | | Prototype: | QDomDocumentFragment::QDomDocumentFragment(QDomDocumentFragmentPrivate* n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3821-3824 |
| | 2 | 1 |
QDomDocumentFragment::QDomDocumentFragment| Name: | QDomDocumentFragment::QDomDocumentFragment | | Prototype: | QDomDocumentFragment::QDomDocumentFragment(const QDomDocumentFragment& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3833-3836 |
| | 2 | 1 |
QDomDocument::toString| Name: | QDomDocument::toString | | Prototype: | QString QDomDocument::toString(int indent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6828-6834 |
| | 4 | 1 |
QDomDocument::toByteArray| Name: | QDomDocument::toByteArray | | Prototype: | QByteArray QDomDocument::toByteArray(int indent) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6845-6850 |
| | 1 | 1 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(QIODevice* dev, QString *errorMsg, int *errorLine, int *errorColumn ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6795-6798 |
| | 1 | 1 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(const QString& text, QString *errorMsg, int *errorLine, int *errorColumn) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6768-6771 |
| | 1 | 1 |
QDomDocument::setContent| Name: | QDomDocument::setContent | | Prototype: | bool QDomDocument::setContent(const QByteArray& buffer, QString *errorMsg, int *errorLine, int *errorColumn ) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6782-6785 |
| | 1 | 1 |
QDomDocument::operator=| Name: | QDomDocument::operator= | | Prototype: | QDomDocument& QDomDocument::operator= (const QDomDocument& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6633-6636 |
| | 1 | 1 |
QDomDocument::elementsByTagNameNS| Name: | QDomDocument::elementsByTagNameNS | | Prototype: | QDomNodeList QDomDocument::elementsByTagNameNS(const QString& nsURI, const QString& localName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7152-7155 |
| | 1 | 1 |
QDomDocument::elementsByTagName| Name: | QDomDocument::elementsByTagName | | Prototype: | QDomNodeList QDomDocument::elementsByTagName(const QString& tagname) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7023-7026 |
| | 1 | 1 |
QDomDocument::elementById| Name: | QDomDocument::elementById | | Prototype: | QDomElement QDomDocument::elementById(const QString& ) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7167-7171 |
| | 2 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument(const QDomDocumentType& doctype) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6604-6607 |
| | 1 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6584-6587 |
| | 1 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument(const QString& name) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6593-6597 |
| | 1 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument(QDomDocumentPrivate* x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6621-6624 |
| | 2 | 1 |
QDomDocument::QDomDocument| Name: | QDomDocument::QDomDocument | | Prototype: | QDomDocument::QDomDocument(const QDomDocument& x) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6616-6619 |
| | 2 | 1 |
QDomCommentPrivate::nodeType| Name: | QDomCommentPrivate::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: | 412-412 |
| | 1 | 1 |
QDomCommentPrivate::cloneNode| Name: | QDomCommentPrivate::cloneNode | | Prototype: | QDomNodePrivate* QDomCommentPrivate::cloneNode(bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5302-5308 |
| | 3 | 1 |
QDomCommentPrivate::QDomCommentPrivate| Name: | QDomCommentPrivate::QDomCommentPrivate | | Prototype: | QDomCommentPrivate::QDomCommentPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5290-5294 |
| | 1 | 1 |
QDomCommentPrivate::QDomCommentPrivate| Name: | QDomCommentPrivate::QDomCommentPrivate | | Prototype: | QDomCommentPrivate::QDomCommentPrivate(QDomCommentPrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5296-5299 |
| | 2 | 1 |
QDomComment::operator=| Name: | QDomComment::operator= | | Prototype: | QDomComment& QDomComment::operator= (const QDomComment& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5385-5388 |
| | 1 | 1 |
QDomComment::QDomComment| Name: | QDomComment::QDomComment | | Prototype: | QDomComment::QDomComment() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5356-5359 |
| | 2 | 1 |
QDomComment::QDomComment| Name: | QDomComment::QDomComment | | Prototype: | QDomComment::QDomComment(const QDomComment& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5368-5371 |
| | 2 | 1 |
QDomComment::QDomComment| Name: | QDomComment::QDomComment | | Prototype: | QDomComment::QDomComment(QDomCommentPrivate* n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5373-5376 |
| | 2 | 1 |
QDomCharacterDataPrivate::substringData| Name: | QDomCharacterDataPrivate::substringData | | Prototype: | QString QDomCharacterDataPrivate::substringData(unsigned long offset, unsigned long n) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3890-3893 |
| | 1 | 1 |
QDomCharacterDataPrivate::replaceData| Name: | QDomCharacterDataPrivate::replaceData | | Prototype: | void QDomCharacterDataPrivate::replaceData(unsigned long offset, unsigned long n, const QString& arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3905-3908 |
| | 1 | 1 |
QDomCharacterDataPrivate::nodeType| Name: | QDomCharacterDataPrivate::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: | 332-332 |
| | 1 | 1 |
QDomCharacterDataPrivate::insertData| Name: | QDomCharacterDataPrivate::insertData | | Prototype: | void QDomCharacterDataPrivate::insertData(unsigned long offset, const QString& arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3895-3898 |
| | 1 | 1 |
QDomCharacterDataPrivate::deleteData| Name: | QDomCharacterDataPrivate::deleteData | | Prototype: | void QDomCharacterDataPrivate::deleteData(unsigned long offset, unsigned long n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3900-3903 |
| | 1 | 1 |
QDomCharacterDataPrivate::dataLength| Name: | QDomCharacterDataPrivate::dataLength | | Prototype: | int QDomCharacterDataPrivate::dataLength() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3885-3888 |
| | 1 | 1 |
QDomCharacterDataPrivate::cloneNode| Name: | QDomCharacterDataPrivate::cloneNode | | Prototype: | QDomNodePrivate* QDomCharacterDataPrivate::cloneNode(bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3877-3883 |
| | 3 | 1 |
QDomCharacterDataPrivate::appendData| Name: | QDomCharacterDataPrivate::appendData | | Prototype: | void QDomCharacterDataPrivate::appendData(const QString& arg) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3910-3913 |
| | 1 | 1 |
QDomCharacterDataPrivate::QDomCharacterDataPrivate| Name: | QDomCharacterDataPrivate::QDomCharacterDataPrivate | | Prototype: | QDomCharacterDataPrivate::QDomCharacterDataPrivate(QDomCharacterDataPrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3872-3875 |
| | 2 | 1 |
QDomCharacterDataPrivate::QDomCharacterDataPrivate| Name: | QDomCharacterDataPrivate::QDomCharacterDataPrivate | | Prototype: | QDomCharacterDataPrivate::QDomCharacterDataPrivate(QDomDocumentPrivate* d, QDomNodePrivate* p, const QString& data) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3864-3870 |
| | 2 | 1 |
QDomCharacterData::operator=| Name: | QDomCharacterData::operator= | | Prototype: | QDomCharacterData& QDomCharacterData::operator= (const QDomCharacterData& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3979-3982 |
| | 1 | 1 |
QDomCharacterData::QDomCharacterData| Name: | QDomCharacterData::QDomCharacterData | | Prototype: | QDomCharacterData::QDomCharacterData(const QDomCharacterData& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3962-3965 |
| | 2 | 1 |
QDomCharacterData::QDomCharacterData| Name: | QDomCharacterData::QDomCharacterData | | Prototype: | QDomCharacterData::QDomCharacterData(QDomCharacterDataPrivate* n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3967-3970 |
| | 2 | 1 |
QDomCDATASectionPrivate::save| Name: | QDomCDATASectionPrivate::save | | Prototype: | void QDomCDATASectionPrivate::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: | 5422-5427 |
| | 1 | 1 |
QDomCDATASectionPrivate::nodeType| Name: | QDomCDATASectionPrivate::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: | 424-424 |
| | 1 | 1 |
QDomCDATASectionPrivate::cloneNode| Name: | QDomCDATASectionPrivate::cloneNode | | Prototype: | QDomNodePrivate* QDomCDATASectionPrivate::cloneNode(bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5414-5420 |
| | 3 | 1 |
QDomCDATASectionPrivate::QDomCDATASectionPrivate| Name: | QDomCDATASectionPrivate::QDomCDATASectionPrivate | | Prototype: | QDomCDATASectionPrivate::QDomCDATASectionPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& val) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5402-5407 |
| | 1 | 1 |
QDomCDATASectionPrivate::QDomCDATASectionPrivate| Name: | QDomCDATASectionPrivate::QDomCDATASectionPrivate | | Prototype: | QDomCDATASectionPrivate::QDomCDATASectionPrivate(QDomCDATASectionPrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5409-5412 |
| | 2 | 1 |
QDomCDATASection::operator=| Name: | QDomCDATASection::operator= | | Prototype: | QDomCDATASection& QDomCDATASection::operator= (const QDomCDATASection& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5493-5496 |
| | 1 | 1 |
QDomCDATASection::QDomCDATASection| Name: | QDomCDATASection::QDomCDATASection | | Prototype: | QDomCDATASection::QDomCDATASection() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5464-5467 |
| | 2 | 1 |
QDomCDATASection::QDomCDATASection| Name: | QDomCDATASection::QDomCDATASection | | Prototype: | QDomCDATASection::QDomCDATASection(const QDomCDATASection& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5476-5479 |
| | 2 | 1 |
QDomCDATASection::QDomCDATASection| Name: | QDomCDATASection::QDomCDATASection | | Prototype: | QDomCDATASection::QDomCDATASection(QDomCDATASectionPrivate* n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5481-5484 |
| | 2 | 1 |
QDomAttrPrivate::specified| Name: | QDomAttrPrivate::specified | | Prototype: | bool QDomAttrPrivate::specified() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4125-4128 |
| | 1 | 1 |
QDomAttrPrivate::nodeType| Name: | QDomAttrPrivate::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: | 362-362 |
| | 1 | 1 |
QDomAttrPrivate::cloneNode| Name: | QDomAttrPrivate::cloneNode | | Prototype: | QDomNodePrivate* QDomAttrPrivate::cloneNode(bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4117-4123 |
| | 3 | 1 |
QDomAttrPrivate::QDomAttrPrivate| Name: | QDomAttrPrivate::QDomAttrPrivate | | Prototype: | QDomAttrPrivate::QDomAttrPrivate(QDomAttrPrivate* n, bool deep) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4099-4103 |
| | 1 | 1 |
QDomAttrPrivate::QDomAttrPrivate| Name: | QDomAttrPrivate::QDomAttrPrivate | | Prototype: | QDomAttrPrivate::QDomAttrPrivate(QDomDocumentPrivate* d, QDomNodePrivate* parent, const QString& name_) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4083-4088 |
| | 2 | 1 |
QDomAttrPrivate::QDomAttrPrivate| Name: | QDomAttrPrivate::QDomAttrPrivate | | Prototype: | QDomAttrPrivate::QDomAttrPrivate(QDomDocumentPrivate* d, QDomNodePrivate* p, const QString& nsURI, const QString& qName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4090-4097 |
| | 4 | 1 |
QDomAttr::operator=| Name: | QDomAttr::operator= | | Prototype: | QDomAttr& QDomAttr::operator= (const QDomAttr& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4305-4308 |
| | 1 | 1 |
QDomAttr::QDomAttr| Name: | QDomAttr::QDomAttr | | Prototype: | QDomAttr::QDomAttr(const QDomAttr& x) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4288-4291 |
| | 2 | 1 |
QDomAttr::QDomAttr| Name: | QDomAttr::QDomAttr | | Prototype: | QDomAttr::QDomAttr(QDomAttrPrivate* n) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4293-4296 |
| | 2 | 1 |
QDockWidgetTitleButton::minimumSizeHint| Name: | QDockWidgetTitleButton::minimumSizeHint | | Prototype: | QSize minimumSizeHint() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 125-126 |
| | 1 | 1 |
QDockWidgetTitleButton::QDockWidgetTitleButton| Name: | QDockWidgetTitleButton::QDockWidgetTitleButton | | Prototype: | QDockWidgetTitleButton::QDockWidgetTitleButton(QDockWidget *dockWidget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 134-138 |
| | 1 | 1 |
QDockWidgetPrivate::updateButtons| Name: | QDockWidgetPrivate::updateButtons | | Prototype: | void QDockWidgetPrivate::updateButtons() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 667-704 |
| | 24 | 1 |
QDockWidgetPrivate::plug| Name: | QDockWidgetPrivate::plug | | Prototype: | void QDockWidgetPrivate::plug(const QRect &rect) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1056-1059 |
| | 1 | 1 |
QDockWidgetPrivate::init| Name: | QDockWidgetPrivate::init | | Prototype: | void QDockWidgetPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 597-625 |
| | 19 | 1 |
QDockWidgetPrivate::_q_toggleTopLevel| Name: | QDockWidgetPrivate::_q_toggleTopLevel | | Prototype: | void QDockWidgetPrivate::_q_toggleTopLevel() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 706-710 |
| | 2 | 1 |
QDockWidgetLayout::~QDockWidgetLayout| Name: | QDockWidgetLayout::~QDockWidgetLayout | | Prototype: | QDockWidgetLayout::~QDockWidgetLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 204-207 |
| | 1 | 1 |
QDockWidgetLayout::wmSupportsNativeWindowDeco| Name: | QDockWidgetLayout::wmSupportsNativeWindowDeco | | Prototype: | bool QDockWidgetLayout::wmSupportsNativeWindowDeco() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 225-233 |
| | 1 | 1 |
QDockWidgetLayout::widgetForRole| Name: | QDockWidgetLayout::widgetForRole | | Prototype: | QWidget *QDockWidgetLayout::widgetForRole(Role r) const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 392-396 |
| | 2 | 1 |
QDockWidgetLayout::nativeWindowDeco| Name: | QDockWidgetLayout::nativeWindowDeco | | Prototype: | bool QDockWidgetLayout::nativeWindowDeco(bool floating) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 240-243 |
| | 1 | 1 |
QDockWidgetLayout::itemForRole| Name: | QDockWidgetLayout::itemForRole | | Prototype: | QLayoutItem *QDockWidgetLayout::itemForRole(Role r) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 398-401 |
| | 1 | 1 |
QDockWidgetLayout::addItem| Name: | QDockWidgetLayout::addItem | | Prototype: | void QDockWidgetLayout::addItem(QLayoutItem*) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 246-250 |
| | 2 | 1 |
QDockWidgetLayout::QDockWidgetLayout| Name: | QDockWidgetLayout::QDockWidgetLayout | | Prototype: | QDockWidgetLayout::QDockWidgetLayout(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 199-202 |
| | 2 | 1 |
QDockWidgetItem::QDockWidgetItem| Name: | QDockWidgetItem::QDockWidgetItem | | Prototype: | QDockWidgetItem::QDockWidgetItem(QDockWidget *dockWidget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 561-564 |
| | 2 | 1 |
QDockWidgetGroupWindow::layoutInfo| Name: | QDockWidgetGroupWindow::layoutInfo | | Prototype: | QDockAreaLayoutInfo *QDockWidgetGroupWindow::layoutInfo() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 297-300 |
| | 1 | 1 |
QDockWidgetGroupLayout::~QDockWidgetGroupLayout| Name: | QDockWidgetGroupLayout::~QDockWidgetGroupLayout | | Prototype: | ~QDockWidgetGroupLayout() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 185-187 |
| | 1 | 1 |
QDockWidgetGroupLayout::takeAt| Name: | QDockWidgetGroupLayout::takeAt | | Prototype: | QLayoutItem* takeAt(int index) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 196-200 |
| | 2 | 1 |
QDockWidgetGroupLayout::sizeHint| Name: | QDockWidgetGroupLayout::sizeHint | | Prototype: | QSize sizeHint() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 201-205 |
| | 2 | 1 |
QDockWidgetGroupLayout::nativeWindowDeco| Name: | QDockWidgetGroupLayout::nativeWindowDeco | | Prototype: | bool nativeWindowDeco() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 234-237 |
| | 1 | 1 |
QDockWidgetGroupLayout::minimumSize| Name: | QDockWidgetGroupLayout::minimumSize | | Prototype: | QSize minimumSize() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 206-210 |
| | 2 | 1 |
QDockWidgetGroupLayout::maximumSize| Name: | QDockWidgetGroupLayout::maximumSize | | Prototype: | QSize maximumSize() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 211-215 |
| | 2 | 1 |
QDockWidgetGroupLayout::layoutInfo| Name: | QDockWidgetGroupLayout::layoutInfo | | Prototype: | QDockAreaLayoutInfo *layoutInfo() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 230-232 |
| | 1 | 1 |
QDockWidgetGroupLayout::itemAt| Name: | QDockWidgetGroupLayout::itemAt | | Prototype: | QLayoutItem* itemAt(int index) const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 191-195 |
| | 2 | 1 |
QDockWidgetGroupLayout::frameWidth| Name: | QDockWidgetGroupLayout::frameWidth | | Prototype: | int frameWidth() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 239-243 |
| | 2 | 1 |
QDockWidgetGroupLayout::count| Name: | QDockWidgetGroupLayout::count | | Prototype: | int count() const override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 190-190 |
| | 1 | 1 |
QDockWidgetGroupLayout::addItem| Name: | QDockWidgetGroupLayout::addItem | | Prototype: | void addItem(QLayoutItem*) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 189-189 |
| | 1 | 1 |
QDockWidgetGroupLayout::QDockWidgetGroupLayout| Name: | QDockWidgetGroupLayout::QDockWidgetGroupLayout | | Prototype: | QDockWidgetGroupLayout(QWidget* parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 180-184 |
| | 3 | 1 |
QDockWidget::widget| Name: | QDockWidget::widget | | Prototype: | QWidget *QDockWidget::widget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1243-1247 |
| | 2 | 1 |
QDockWidget::toggleViewAction| Name: | QDockWidget::toggleViewAction | | Prototype: | QAction * QDockWidget::toggleViewAction() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1553-1557 |
| | 2 | 1 |
QDockWidget::titleBarWidget| Name: | QDockWidget::titleBarWidget | | Prototype: | QWidget *QDockWidget::titleBarWidget() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1666-1671 |
| | 3 | 1 |
QDockWidget::setWidget| Name: | QDockWidget::setWidget | | Prototype: | void QDockWidget::setWidget(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1260-1264 |
| | 2 | 1 |
QDockWidget::features| Name: | QDockWidget::features | | Prototype: | QDockWidget::DockWidgetFeatures QDockWidget::features() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1300-1304 |
| | 2 | 1 |
QDockWidget::allowedAreas| Name: | QDockWidget::allowedAreas | | Prototype: | Qt::DockWidgetAreas QDockWidget::allowedAreas() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1361-1365 |
| | 2 | 1 |
QDockWidget::QDockWidget| Name: | QDockWidget::QDockWidget | | Prototype: | QDockWidget::QDockWidget(QWidget *parent, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1205-1210 |
| | 2 | 1 |
QDockWidget::QDockWidget| Name: | QDockWidget::QDockWidget | | Prototype: | QDockWidget::QDockWidget(const QString &title, QWidget *parent, Qt::WindowFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1223-1229 |
| | 3 | 1 |
QDockAreaLayoutItem::~QDockAreaLayoutItem| Name: | QDockAreaLayoutItem::~QDockAreaLayoutItem | | Prototype: | QDockAreaLayoutItem::~QDockAreaLayoutItem() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 104-108 |
| | 2 | 1 |
QDockAreaLayoutItem::hasFixedSize| Name: | QDockAreaLayoutItem::hasFixedSize | | Prototype: | bool QDockAreaLayoutItem::hasFixedSize(Qt::Orientation o) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 155-158 |
| | 1 | 1 |
QDockAreaLayoutItem::QDockAreaLayoutItem| Name: | QDockAreaLayoutItem::QDockAreaLayoutItem | | Prototype: | QDockAreaLayoutItem::QDockAreaLayoutItem(QLayoutItem *_widgetItem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 79-82 |
| | 2 | 1 |
QDockAreaLayoutItem::QDockAreaLayoutItem| Name: | QDockAreaLayoutItem::QDockAreaLayoutItem | | Prototype: | QDockAreaLayoutItem::QDockAreaLayoutItem(QDockAreaLayoutInfo *_subinfo) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 84-87 |
| | 2 | 1 |
QDockAreaLayoutItem::QDockAreaLayoutItem| Name: | QDockAreaLayoutItem::QDockAreaLayoutItem | | Prototype: | QDockAreaLayoutItem::QDockAreaLayoutItem(QPlaceHolderItem *_placeHolderItem) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 89-92 |
| | 2 | 1 |
QDockAreaLayoutInfo::size| Name: | QDockAreaLayoutInfo::size | | Prototype: | QSize QDockAreaLayoutInfo::size() const | | Coverage: | 0.000% (0/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 243-246 |
| | 1 | 1 |
QDockAreaLayoutInfo::setCurrentTab| Name: | QDockAreaLayoutInfo::setCurrentTab | | Prototype: | void QDockAreaLayoutInfo::setCurrentTab(QWidget *widget) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1109-1112 |
| | 1 | 1 |
QDockAreaLayoutInfo::moveTab| Name: | QDockAreaLayoutInfo::moveTab | | Prototype: | void QDockAreaLayoutInfo::moveTab(int from, int to) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2279-2282 |
| | 1 | 1 |