| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QDomDocument::createTextNode| Name: | QDomDocument::createTextNode | | Prototype: | QDomText QDomDocument::createTextNode(const QString& value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6922-6927 |
| | 3 | 2 |
QDomDocument::createProcessingInstruction| Name: | QDomDocument::createProcessingInstruction | | Prototype: | QDomProcessingInstruction QDomDocument::createProcessingInstruction(const QString& target, const QString& data) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6974-6980 |
| | 3 | 2 |
QDomDocument::createEntityReference| Name: | QDomDocument::createEntityReference | | Prototype: | QDomEntityReference QDomDocument::createEntityReference(const QString& name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7008-7013 |
| | 3 | 2 |
QDomDocument::createElementNS| Name: | QDomDocument::createElementNS | | Prototype: | QDomElement QDomDocument::createElementNS(const QString& nsURI, const QString& qName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7118-7123 |
| | 3 | 2 |
QDomDocument::createElement| Name: | QDomDocument::createElement | | Prototype: | QDomElement QDomDocument::createElement(const QString& tagName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6893-6898 |
| | 3 | 2 |
QDomDocument::createDocumentFragment| Name: | QDomDocument::createDocumentFragment | | Prototype: | QDomDocumentFragment QDomDocument::createDocumentFragment() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6905-6910 |
| | 3 | 2 |
QDomDocument::createComment| Name: | QDomDocument::createComment | | Prototype: | QDomComment QDomDocument::createComment(const QString& value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6938-6943 |
| | 3 | 2 |
QDomDocument::createCDATASection| Name: | QDomDocument::createCDATASection | | Prototype: | QDomCDATASection QDomDocument::createCDATASection(const QString& value) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6955-6960 |
| | 3 | 2 |
QDomDocument::createAttributeNS| Name: | QDomDocument::createAttributeNS | | Prototype: | QDomAttr QDomDocument::createAttributeNS(const QString& nsURI, const QString& qName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7137-7142 |
| | 3 | 2 |
QDomDocument::createAttribute| Name: | QDomDocument::createAttribute | | Prototype: | QDomAttr QDomDocument::createAttribute(const QString& name) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6992-6997 |
| | 3 | 2 |
QDomCharacterData::substringData| Name: | QDomCharacterData::substringData | | Prototype: | QString QDomCharacterData::substringData(unsigned long offset, unsigned long count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4019-4024 |
| | 3 | 2 |
QDomCharacterData::setData| Name: | QDomCharacterData::setData | | Prototype: | void QDomCharacterData::setData(const QString& v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4000-4004 |
| | 2 | 2 |
QDomCharacterData::replaceData| Name: | QDomCharacterData::replaceData | | Prototype: | void QDomCharacterData::replaceData(unsigned long offset, unsigned long count, const QString& arg) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4057-4061 |
| | 2 | 2 |
QDomCharacterData::nodeType| Name: | QDomCharacterData::nodeType | | Prototype: | QDomNode::NodeType QDomCharacterData::nodeType() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4068-4073 |
| | 3 | 2 |
QDomCharacterData::length| Name: | QDomCharacterData::length | | Prototype: | int QDomCharacterData::length() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4009-4014 |
| | 3 | 2 |
QDomCharacterData::insertData| Name: | QDomCharacterData::insertData | | Prototype: | void QDomCharacterData::insertData(unsigned long offset, const QString& arg) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4038-4042 |
| | 2 | 2 |
QDomCharacterData::deleteData| Name: | QDomCharacterData::deleteData | | Prototype: | void QDomCharacterData::deleteData(unsigned long offset, unsigned long count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4047-4051 |
| | 2 | 2 |
QDomCharacterData::data| Name: | QDomCharacterData::data | | Prototype: | QString QDomCharacterData::data() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 3990-3995 |
| | 3 | 2 |
QDomCharacterData::appendData| Name: | QDomCharacterData::appendData | | Prototype: | void QDomCharacterData::appendData(const QString& arg) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4029-4033 |
| | 2 | 2 |
QDomAttrPrivate::setNodeValue| Name: | QDomAttrPrivate::setNodeValue | | Prototype: | void QDomAttrPrivate::setNodeValue(const QString& v) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4105-4115 |
| | 6 | 2 |
QDomAttr::value| Name: | QDomAttr::value | | Prototype: | QString QDomAttr::value() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4352-4357 |
| | 3 | 2 |
QDomAttr::specified| Name: | QDomAttr::specified | | Prototype: | bool QDomAttr::specified() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4326-4331 |
| | 3 | 2 |
QDomAttr::setValue| Name: | QDomAttr::setValue | | Prototype: | void QDomAttr::setValue(const QString& v) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4364-4370 |
| | 4 | 2 |
QDomAttr::ownerElement| Name: | QDomAttr::ownerElement | | Prototype: | QDomElement QDomAttr::ownerElement() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4338-4344 |
| | 4 | 2 |
QDomAttr::name| Name: | QDomAttr::name | | Prototype: | QString QDomAttr::name() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 4313-4318 |
| | 3 | 2 |
QDockWidgetTitleButton::sizeHint| Name: | QDockWidgetTitleButton::sizeHint | | Prototype: | QSize QDockWidgetTitleButton::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 140-152 |
| | 7 | 2 |
QDockWidgetTitleButton::leaveEvent| Name: | QDockWidgetTitleButton::leaveEvent | | Prototype: | void QDockWidgetTitleButton::leaveEvent(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 160-164 |
| | 2 | 2 |
QDockWidgetTitleButton::enterEvent| Name: | QDockWidgetTitleButton::enterEvent | | Prototype: | void QDockWidgetTitleButton::enterEvent(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 154-158 |
| | 2 | 2 |
QDockWidgetPrivate::unplug| Name: | QDockWidgetPrivate::unplug | | Prototype: | void QDockWidgetPrivate::unplug(const QRect &rect) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1045-1054 |
| | 7 | 2 |
QDockWidgetPrivate::mouseReleaseEvent| Name: | QDockWidgetPrivate::mouseReleaseEvent | | Prototype: | bool QDockWidgetPrivate::mouseReleaseEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 943-954 |
| | 4 | 2 |
QDockWidgetPrivate::isAnimating| Name: | QDockWidgetPrivate::isAnimating | | Prototype: | bool QDockWidgetPrivate::isAnimating() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 835-844 |
| | 5 | 2 |
QDockWidgetLayout::sizeHint| Name: | QDockWidgetLayout::sizeHint | | Prototype: | QSize QDockWidgetLayout::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 359-368 |
| | 5 | 2 |
QDockWidgetLayout::setVerticalTitleBar| Name: | QDockWidgetLayout::setVerticalTitleBar | | Prototype: | void QDockWidgetLayout::setVerticalTitleBar(bool b) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 548-555 |
| | 5 | 2 |
QDockWidgetLayout::nativeWindowDeco| Name: | QDockWidgetLayout::nativeWindowDeco | | Prototype: | bool QDockWidgetLayout::nativeWindowDeco() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 213-219 |
| | 4 | 2 |
QDockWidgetLayout::minimumSize| Name: | QDockWidgetLayout::minimumSize | | Prototype: | QSize QDockWidgetLayout::minimumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 381-390 |
| | 5 | 2 |
QDockWidgetLayout::maximumSize| Name: | QDockWidgetLayout::maximumSize | | Prototype: | QSize QDockWidgetLayout::maximumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 370-379 |
| | 4 | 2 |
QDockWidgetItem::sizeHint| Name: | QDockWidgetItem::sizeHint | | Prototype: | QSize QDockWidgetItem::sizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 584-591 |
| | 3 | 2 |
QDockWidgetItem::minimumSize| Name: | QDockWidgetItem::minimumSize | | Prototype: | QSize QDockWidgetItem::minimumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 566-572 |
| | 4 | 2 |
QDockWidgetItem::maximumSize| Name: | QDockWidgetItem::maximumSize | | Prototype: | QSize QDockWidgetItem::maximumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 574-581 |
| | 3 | 2 |
QDockWidgetGroupWindow::paintEvent| Name: | QDockWidgetGroupWindow::paintEvent | | Prototype: | void QDockWidgetGroupWindow::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 284-295 |
| | 7 | 2 |
QDockWidgetGroupLayout::setGeometry| Name: | QDockWidgetGroupLayout::setGeometry | | Prototype: | void setGeometry(const QRect&r) override | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 216-228 |
| | 10 | 2 |
QDockWidget::setTitleBarWidget| Name: | QDockWidget::setTitleBarWidget | | Prototype: | void QDockWidget::setTitleBarWidget(QWidget *widget) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1645-1656 |
| | 7 | 2 |
QDockWidget::setAllowedAreas| Name: | QDockWidget::setAllowedAreas | | Prototype: | void QDockWidget::setAllowedAreas(Qt::DockWidgetAreas areas) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1351-1359 |
| | 6 | 2 |
QDockWidget::initStyleOption| Name: | QDockWidget::initStyleOption | | Prototype: | void QDockWidget::initStyleOption(QStyleOptionDockWidget *option) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 634-654 |
| | 13 | 2 |
QDockWidget::closeEvent| Name: | QDockWidget::closeEvent | | Prototype: | void QDockWidget::closeEvent(QCloseEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1404-1410 |
| | 4 | 2 |
QDockAreaLayoutInfo::tabBarSizeHint| Name: | QDockAreaLayoutInfo::tabBarSizeHint | | Prototype: | QSize QDockAreaLayoutInfo::tabBarSizeHint() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2188-2194 |
| | 3 | 2 |
QDockAreaLayoutInfo::tabBarMinimumSize| Name: | QDockAreaLayoutInfo::tabBarMinimumSize | | Prototype: | QSize QDockAreaLayoutInfo::tabBarMinimumSize() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2180-2186 |
| | 3 | 2 |
QDockAreaLayoutInfo::tab| Name: | QDockAreaLayoutInfo::tab | | Prototype: | void QDockAreaLayoutInfo::tab(int index, QLayoutItem *dockWidgetItem) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1666-1688 |
| | 13 | 2 |
QDockAreaLayoutInfo::split| Name: | QDockAreaLayoutInfo::split | | Prototype: | void QDockAreaLayoutInfo::split(int index, Qt::Orientation orientation, QLayoutItem *dockWidgetItem) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1690-1706 |
| | 8 | 2 |
QDockAreaLayoutInfo::separatorRect| Name: | QDockAreaLayoutInfo::separatorRect | | Prototype: | QRect QDockAreaLayoutInfo::separatorRect(const QList<int> &path) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1371-1382 |
| | 7 | 2 |
QDockAreaLayoutInfo::remove| Name: | QDockAreaLayoutInfo::remove | | Prototype: | void QDockAreaLayoutInfo::remove(const QList<int> &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 996-1010 |
| | 9 | 2 |
QDockAreaLayoutInfo::itemRect| Name: | QDockAreaLayoutInfo::itemRect | | Prototype: | QRect QDockAreaLayoutInfo::itemRect(const QList<int> &path) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1338-1350 |
| | 7 | 2 |
QDockAreaLayoutInfo::item| Name: | QDockAreaLayoutInfo::item | | Prototype: | QDockAreaLayoutItem &QDockAreaLayoutInfo::item(const QList<int> &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1708-1718 |
| | 7 | 2 |
QDockAreaLayout::usedTabBars| Name: | QDockAreaLayout::usedTabBars | | Prototype: | QSet<QTabBar*> QDockAreaLayout::usedTabBars() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3365-3373 |
| | 5 | 2 |
QDockAreaLayout::tabifyDockWidget| Name: | QDockAreaLayout::tabifyDockWidget | | Prototype: | void QDockAreaLayout::tabifyDockWidget(QDockWidget *first, QDockWidget *second) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3121-3132 |
| | 7 | 2 |
QDockAreaLayout::styleChangedEvent| Name: | QDockAreaLayout::styleChangedEvent | | Prototype: | void QDockAreaLayout::styleChangedEvent() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3449-3454 |
| | 3 | 2 |
QDockAreaLayout::splitDockWidget| Name: | QDockAreaLayout::splitDockWidget | | Prototype: | void QDockAreaLayout::splitDockWidget(QDockWidget *after, QDockWidget *dockWidget, Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3181-3194 |
| | 7 | 2 |
QDockAreaLayout::separatorRect| Name: | QDockAreaLayout::separatorRect | | Prototype: | QRect QDockAreaLayout::separatorRect(const QList<int> &path) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2562-2573 |
| | 6 | 2 |
QDockAreaLayout::info| Name: | QDockAreaLayout::info | | Prototype: | QDockAreaLayoutInfo *QDockAreaLayout::info(const QList<int> &path) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2508-2518 |
| | 6 | 2 |
QDockAreaLayout::deleteAllLayoutItems| Name: | QDockAreaLayout::deleteAllLayoutItems | | Prototype: | void QDockAreaLayout::deleteAllLayoutItems() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3358-3362 |
| | 2 | 2 |
QDockAreaLayout::clear| Name: | QDockAreaLayout::clear | | Prototype: | void QDockAreaLayout::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2912-2919 |
| | 4 | 2 |
QDnsLookupPrivate::_q_lookupFinished| Name: | QDnsLookupPrivate::_q_lookupFinished | | Prototype: | void QDnsLookupPrivate::_q_lookupFinished(const QDnsLookupReply &_reply) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 978-990 |
| | 6 | 2 |
QDnsLookup::setType| Name: | QDnsLookup::setType | | Prototype: | void QDnsLookup::setType(Type type) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 368-375 |
| | 4 | 2 |
QDnsLookup::setNameserver| Name: | QDnsLookup::setNameserver | | Prototype: | void QDnsLookup::setNameserver(const QHostAddress &nameserver) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 387-394 |
| | 4 | 2 |
QDnsLookup::setName| Name: | QDnsLookup::setName | | Prototype: | void QDnsLookup::setName(const QString &name) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 349-356 |
| | 4 | 2 |
QDnsLookup::abort| Name: | QDnsLookup::abort | | Prototype: | void QDnsLookup::abort() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qdnslookup.cpp | | Lines: | 473-484 |
| | 8 | 2 |
QDistanceFieldData::create| Name: | QDistanceFieldData::create | | Prototype: | QDistanceFieldData *QDistanceFieldData::create(const QSize &size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 785-798 |
| | 7 | 2 |
QDistanceFieldData::QDistanceFieldData| Name: | QDistanceFieldData::QDistanceFieldData | | Prototype: | QDistanceFieldData::QDistanceFieldData(const QDistanceFieldData &other) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 767-778 |
| | 3 | 2 |
QDistanceField::scanLine| Name: | QDistanceField::scanLine | | Prototype: | uchar *QDistanceField::scanLine(int i) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 975-982 |
| | 4 | 2 |
QDistanceField::scanLine| Name: | QDistanceField::scanLine | | Prototype: | const uchar *QDistanceField::scanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 984-991 |
| | 4 | 2 |
QDistanceField::constScanLine| Name: | QDistanceField::constScanLine | | Prototype: | const uchar *QDistanceField::constScanLine(int i) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | | Lines: | 993-1000 |
| | 4 | 2 |
QDirPrivate::setPath| Name: | QDirPrivate::setPath | | Prototype: | inline void QDirPrivate::setPath(const QString &path) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 149-170 |
| | 9 | 2 |
QDirPrivate::getFilterSepChar| Name: | QDirPrivate::getFilterSepChar | | Prototype: | inline QChar QDirPrivate::getFilterSepChar(const QString &nameFilter) | | Coverage: | 66.667% (4/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 129-136 |
| | 5 | 2 |
QDirModelPrivate::savePersistentIndexes| Name: | QDirModelPrivate::savePersistentIndexes | | Prototype: | void QDirModelPrivate::savePersistentIndexes() | | Coverage: | 0.000% (0/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1227-1240 |
| | 10 | 2 |
QDirModelPrivate::name| Name: | QDirModelPrivate::name | | Prototype: | QString QDirModelPrivate::name(const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1277-1292 |
| | 6 | 2 |
QDirModel::setSorting| Name: | QDirModel::setSorting | | Prototype: | void QDirModel::setSorting(QDir::SortFlags sort) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 715-725 |
| | 7 | 2 |
QDirModel::setNameFilters| Name: | QDirModel::setNameFilters | | Prototype: | void QDirModel::setNameFilters(const QStringList &filters) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 654-664 |
| | 7 | 2 |
QDirModel::setFilter| Name: | QDirModel::setFilter | | Prototype: | void QDirModel::setFilter(QDir::Filters filters) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 685-695 |
| | 7 | 2 |
QDirModel::refresh| Name: | QDirModel::refresh | | Prototype: | void QDirModel::refresh(const QModelIndex &parent) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 812-835 |
| | 17 | 2 |
QDirModel::columnCount| Name: | QDirModel::columnCount | | Prototype: | int QDirModel::columnCount(const QModelIndex &parent) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 344-349 |
| | 3 | 2 |
QDirIteratorPrivate::entryMatches| Name: | QDirIteratorPrivate::entryMatches | | Prototype: | inline bool QDirIteratorPrivate::entryMatches(const QString & fileName, const QFileInfo &fileInfo) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 205-218 |
| | 6 | 2 |
QDirIterator::hasNext| Name: | QDirIterator::hasNext | | Prototype: | bool QDirIterator::hasNext() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 491-501 |
| | 3 | 2 |
QDir::remove| Name: | QDir::remove | | Prototype: | bool QDir::remove(const QString &fileName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1758-1765 |
| | 4 | 2 |
QDir::isRoot| Name: | QDir::isRoot | | Prototype: | bool QDir::isRoot() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1588-1593 |
| | 3 | 2 |
QDir::isRelative| Name: | QDir::isRelative | | Prototype: | bool QDir::isRelative() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1620-1625 |
| | 3 | 2 |
QDir::exists| Name: | QDir::exists | | Prototype: | bool QDir::exists(const QString &name) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1806-1813 |
| | 4 | 2 |
QDir::canonicalPath| Name: | QDir::canonicalPath | | Prototype: | QString QDir::canonicalPath() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 649-657 |
| | 5 | 2 |
QDir::addSearchPath| Name: | QDir::addSearchPath | | Prototype: | void QDir::addSearchPath(const QString &prefix, const QString &path) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1043-1050 |
| | 4 | 2 |
QDialogPrivate::styleHint| Name: | QDialogPrivate::styleHint | | Prototype: | QVariant QDialogPrivate::styleHint(QPlatformDialogHelper::StyleHint hint) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 137-142 |
| | 3 | 2 |
QDialogPrivate::resetModalitySetByOpen| Name: | QDialogPrivate::resetModalitySetByOpen | | Prototype: | void QDialogPrivate::resetModalitySetByOpen() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 404-417 |
| | 5 | 2 |
QDialogPrivate::parentWindow| Name: | QDialogPrivate::parentWindow | | Prototype: | QWindow *QDialogPrivate::parentWindow() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 116-121 |
| | 3 | 2 |
QDialogPrivate::hideDefault| Name: | QDialogPrivate::hideDefault | | Prototype: | void QDialogPrivate::hideDefault() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 395-402 |
| | 4 | 2 |
QDialogPrivate::canBeNativeDialog| Name: | QDialogPrivate::canBeNativeDialog | | Prototype: | bool QDialogPrivate::canBeNativeDialog() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 105-114 |
| | 7 | 2 |
QDialogButtonBoxPrivate::addButtonsToLayout| Name: | QDialogButtonBoxPrivate::addButtonsToLayout | | Prototype: | void QDialogButtonBoxPrivate::addButtonsToLayout(const QList<QAbstractButton *> &buttonList, bool reverse) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 215-227 |
| | 7 | 2 |
QDialogButtonBoxPrivate::addButton| Name: | QDialogButtonBoxPrivate::addButton | | Prototype: | void QDialogButtonBoxPrivate::addButton(QAbstractButton *button, QDialogButtonBox::ButtonRole role, bool doLayout) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 424-433 |
| | 6 | 2 |
QDialogButtonBoxPrivate::_q_handleButtonDestroyed| Name: | QDialogButtonBoxPrivate::_q_handleButtonDestroyed | | Prototype: | void QDialogButtonBoxPrivate::_q_handleButtonDestroyed() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 885-892 |
| | 4 | 2 |
QDialogButtonBox::standardButtons| Name: | QDialogButtonBox::standardButtons | | Prototype: | QDialogButtonBox::StandardButtons QDialogButtonBox::standardButtons() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 815-825 |
| | 7 | 2 |
QDialogButtonBox::setOrientation| Name: | QDialogButtonBox::setOrientation | | Prototype: | void QDialogButtonBox::setOrientation(Qt::Orientation orientation) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 643-651 |
| | 5 | 2 |
QDialogButtonBox::setCenterButtons| Name: | QDialogButtonBox::setCenterButtons | | Prototype: | void QDialogButtonBox::setCenterButtons(bool center) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 905-912 |
| | 4 | 2 |
QDialogButtonBox::addButton| Name: | QDialogButtonBox::addButton | | Prototype: | void QDialogButtonBox::addButton(QAbstractButton *button, ButtonRole role) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 753-763 |
| | 7 | 2 |