Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QGraphicsViewPrivate::mapToViewRectName: | QGraphicsViewPrivate::mapToViewRect | Prototype: | QRect QGraphicsViewPrivate::mapToViewRect(const QGraphicsItem *item, const QRectF &rect) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 873-911 |
| | 26 | 8 |
QGraphicsViewPrivate::updateRegionName: | QGraphicsViewPrivate::updateRegion | Prototype: | bool QGraphicsViewPrivate::updateRegion(const QRectF &rect, const QTransform &xform) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | Lines: | 1009-1045 |
| | 23 | 8 |
QGraphicsWidget::windowFrameEventName: | QGraphicsWidget::windowFrameEvent | Prototype: | bool QGraphicsWidget::windowFrameEvent(QEvent *event) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 1257-1284 |
| | 17 | 8 |
QGraphicsWidget::~QGraphicsWidgetName: | QGraphicsWidget::~QGraphicsWidget | Prototype: | QGraphicsWidget::~QGraphicsWidget() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 231-282 |
| | 26 | 8 |
QGraphicsWidgetPrivate::fixFocusChainBeforeReparentingName: | QGraphicsWidgetPrivate::fixFocusChainBeforeReparenting | Prototype: | void QGraphicsWidgetPrivate::fixFocusChainBeforeReparenting(QGraphicsWidget *newParent, QGraphicsScene *oldScene, QGraphicsScene *newScene) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 773-829 |
| | 30 | 8 |
QGuiApplication::topLevelAtName: | QGuiApplication::topLevelAt | Prototype: | QWindow *QGuiApplication::topLevelAt(const QPoint &pos) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1017-1051 |
| | 18 | 8 |
QGuiApplicationPrivate::processDragName: | QGuiApplicationPrivate::processDrag | Prototype: | QPlatformDragQtResponse QGuiApplicationPrivate::processDrag(QWindow *w, const QMimeData *dropData, const QPoint &p, Qt::DropActions supportedActions) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2806-2851 |
| | 32 | 8 |
QHashData::detach_helperName: | QHashData::detach_helper | Prototype: | QHashData *QHashData::detach_helper(void (*node_duplicate)(Node *, void *), void (*node_delete)(Node *), int nodeSize, int nodeAlign) | Coverage: | 85.000% (17/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 514-581 |
| | 38 | 8 |
QHostAddress::QHostAddressName: | QHostAddress::QHostAddress | Prototype: | QHostAddress::QHostAddress(SpecialAddress address) | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 485-519 |
| | 16 | 8 |
QHttpNetworkConnectionChannel::initName: | QHttpNetworkConnectionChannel::init | Prototype: | void QHttpNetworkConnectionChannel::init() | Coverage: | 91.667% (22/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 100-191 |
| | 49 | 8 |
QHttpNetworkConnectionPrivate::shouldEmitChannelErrorName: | QHttpNetworkConnectionPrivate::shouldEmitChannelError | Prototype: | bool QHttpNetworkConnectionPrivate::shouldEmitChannelError(QAbstractSocket *socket) | Coverage: | 64.865% (24/37) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 197-242 |
| | 27 | 8 |
QHttpNetworkConnectionPrivate::startNetworkLayerStateLookupName: | QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup | Prototype: | void QHttpNetworkConnectionPrivate::startNetworkLayerStateLookup() | Coverage: | 50.000% (11/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 1213-1249 |
| | 24 | 8 |
QHttpSocketEngine::slotSocketErrorName: | QHttpSocketEngine::slotSocketError | Prototype: | void QHttpSocketEngine::slotSocketError(QAbstractSocket::SocketError error) | Coverage: | 82.609% (19/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 738-768 |
| | 20 | 8 |
QHttpSocketEngine::waitForWriteName: | QHttpSocketEngine::waitForWrite | Prototype: | bool QHttpSocketEngine::waitForWrite(int msecs, bool *timedOut) | Coverage: | 75.000% (21/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 396-430 |
| | 15 | 8 |
QHttpThreadDelegate::readyReadSlotName: | QHttpThreadDelegate::readyReadSlot | Prototype: | void QHttpThreadDelegate::readyReadSlot() | Coverage: | 83.333% (20/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 441-476 |
| | 20 | 8 |
QIODevice::readName: | QIODevice::read | Prototype: | QByteArray QIODevice::read(qint64 maxSize) | Coverage: | 44.000% (11/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1154-1190 |
| | 19 | 8 |
QIODevice::readLineName: | QIODevice::readLine | Prototype: | QByteArray QIODevice::readLine(qint64 maxSize) | Coverage: | 78.571% (22/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1394-1434 |
| | 22 | 8 |
QIconCacheGtkReader::lookupName: | QIconCacheGtkReader::lookup | Prototype: | QVector<const char *> QIconCacheGtkReader::lookup(const QString &name) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 244-292 |
| | 33 | 8 |
QImage::pixelColorName: | QImage::pixelColor | Prototype: | QColor QImage::pixelColor(int x, int y) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2417-2443 |
| | 15 | 8 |
QImage::smoothScaledName: | QImage::smoothScaled | Prototype: | QImage QImage::smoothScaled(int w, int h) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 4434-4454 |
| | 10 | 8 |
QImageReaderPrivate::initHandlerName: | QImageReaderPrivate::initHandler | Prototype: | bool QImageReaderPrivate::initHandler() | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 584-629 |
| | 27 | 8 |
QInputDialogPrivate::setInputWidgetName: | QInputDialogPrivate::setInputWidget | Prototype: | void QInputDialogPrivate::setInputWidget(QWidget *widget) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 346-385 |
| | 26 | 8 |
QItemSelectionModel::rowIntersectsSelectionName: | QItemSelectionModel::rowIntersectsSelection | Prototype: | bool QItemSelectionModel::rowIntersectsSelection(int row, const QModelIndex &parent) const | Coverage: | 83.333% (20/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1557-1585 |
| | 21 | 8 |
QJsonObject::insertName: | QJsonObject::insert | Prototype: | QJsonObject::iterator QJsonObject::insert(const QString &key, const QJsonValue &value) | Coverage: | 50.000% (12/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 460-503 |
| | 31 | 8 |
QJsonPrivate::Value::copyDataName: | QJsonPrivate::Value::copyData | Prototype: | void Value::copyData(const QJsonValue &v, char *dest, bool compressed) | Coverage: | 11.765% (2/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 434-458 |
| | 13 | 8 |
QJsonValue::toVariantName: | QJsonValue::toVariant | Prototype: | QVariant QJsonValue::toVariant() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 451-473 |
| | 12 | 8 |
QLabel::eventName: | QLabel::event | Prototype: | bool QLabel::event(QEvent *e) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 967-1001 |
| | 20 | 8 |
QLabelPrivate::ensureTextPopulatedName: | QLabelPrivate::ensureTextPopulated | Prototype: | void QLabelPrivate::ensureTextPopulated() const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | Lines: | 1465-1502 |
| | 21 | 8 |
QLayout::addChildWidgetName: | QLayout::addChildWidget | Prototype: | void QLayout::addChildWidget(QWidget *w) | Coverage: | 0.000% (0/40) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 899-930 |
| | 19 | 8 |
QLayoutPrivate::reparentChildWidgetsName: | QLayoutPrivate::reparentChildWidgets | Prototype: | void QLayoutPrivate::reparentChildWidgets(QWidget *mw) | Coverage: | 0.000% (0/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qlayout.cpp | Lines: | 818-848 |
| | 19 | 8 |
QLibraryStore::cleanupName: | QLibraryStore::cleanup | Prototype: | inline void QLibraryStore::cleanup() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | Lines: | 385-423 |
| | 19 | 8 |
QLineEdit::mouseDoubleClickEventName: | QLineEdit::mouseDoubleClickEvent | Prototype: | void QLineEdit::mouseDoubleClickEvent(QMouseEvent* e) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1572-1615 |
| | 24 | 8 |
QLineEdit::mouseReleaseEventName: | QLineEdit::mouseReleaseEvent | Prototype: | void QLineEdit::mouseReleaseEvent(QMouseEvent* e) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | Lines: | 1540-1568 |
| | 17 | 8 |
QLineEditPrivate::addActionName: | QLineEditPrivate::addAction | Prototype: | QWidget *QLineEditPrivate::addAction(QAction *newAction, QAction *before, QLineEdit::ActionPosition position, int flags) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | Lines: | 493-527 |
| | 26 | 8 |
QListModeViewBase::intersectingSetName: | QListModeViewBase::intersectingSet | Prototype: | QVector<QModelIndex> QListModeViewBase::intersectingSet(const QRect &area) const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2527-2569 |
| | 31 | 8 |
QListModeViewBase::scrollContentsByName: | QListModeViewBase::scrollContentsBy | Prototype: | void QListModeViewBase::scrollContentsBy(int dx, int dy, bool scrollElasticBand) | Coverage: | 0.000% (0/39) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2289-2333 |
| | 36 | 8 |
QListModeViewBase::verticalScrollToValueName: | QListModeViewBase::verticalScrollToValue | Prototype: | int QListModeViewBase::verticalScrollToValue(int index, QListView::ScrollHint hint, bool above, bool below, const QRect &area, const QRect &rect) const | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2199-2225 |
| | 18 | 8 |
QListViewPrivate::selectAllName: | QListViewPrivate::selectAll | Prototype: | void QListViewPrivate::selectAll(QItemSelectionModel::SelectionFlags command) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 614-646 |
| | 20 | 8 |
QListViewPrivate::selectionName: | QListViewPrivate::selection | Prototype: | QItemSelection QListViewPrivate::selection(const QRect &rect) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1799-1826 |
| | 20 | 8 |
QLocale::currencySymbolName: | QLocale::currencySymbol | Prototype: | QString QLocale::currencySymbol(QLocale::CurrencySymbolFormat format) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 3386-3415 |
| | 19 | 8 |
QLocale::monthNameName: | QLocale::monthName | Prototype: | QString QLocale::monthName(int month, FormatType type) const | Coverage: | 70.000% (14/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2131-2164 |
| | 21 | 8 |
QLocale::toStringName: | QLocale::toString | Prototype: | QString QLocale::toString(double i, char f, int prec) const | Coverage: | 61.111% (11/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 2001-2029 |
| | 18 | 8 |
QLocaleId::nameName: | QLocaleId::name | Prototype: | QByteArray QLocaleId::name(char separator) const | Coverage: | 75.000% (24/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | Lines: | 291-325 |
| | 28 | 8 |
QLoggingRegistry::defaultCategoryFilterName: | QLoggingRegistry::defaultCategoryFilter | Prototype: | void QLoggingRegistry::defaultCategoryFilter(QLoggingCategory *cat) | Coverage: | 91.176% (31/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qloggingregistry.cpp | Lines: | 404-446 |
| | 28 | 8 |
QMainWindowLayout::takeAtName: | QMainWindowLayout::takeAt | Prototype: | QLayoutItem *QMainWindowLayout::takeAt(int index) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1789-1828 |
| | 20 | 8 |
QMainWindowTabBar::mouseMoveEventName: | QMainWindowTabBar::mouseMoveEvent | Prototype: | void QMainWindowTabBar::mouseMoveEvent(QMouseEvent *e) | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | Lines: | 1560-1608 |
| | 30 | 8 |
QMatrix4x4::optimizeName: | QMatrix4x4::optimize | Prototype: | void QMatrix4x4::optimize() | Coverage: | 0.000% (0/56) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1953-2003 |
| | 30 | 8 |
QMdiArea::viewportEventName: | QMdiArea::viewportEvent | Prototype: | bool QMdiArea::viewportEvent(QEvent *event) | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 2406-2446 |
| | 28 | 8 |
QMdiAreaPrivate::emitWindowActivatedName: | QMdiAreaPrivate::emitWindowActivated | Prototype: | void QMdiAreaPrivate::emitWindowActivated(QMdiSubWindow *activeWindow) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1047-1094 |
| | 30 | 8 |
QMdiAreaPrivate::internalRaiseName: | QMdiAreaPrivate::internalRaise | Prototype: | void QMdiAreaPrivate::internalRaise(QMdiSubWindow *mdiChild) const | Coverage: | 0.000% (0/27) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 1239-1265 |
| | 17 | 8 |
QMenu::changeEventName: | QMenu::changeEvent | Prototype: | void QMenu::changeEvent(QEvent *e) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 2690-2714 |
| | 20 | 8 |
QMenuPrivate::popupActionName: | QMenuPrivate::popupAction | Prototype: | void QMenuPrivate::popupAction(QAction *action, int delay, bool activateFirst) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 499-516 |
| | 13 | 8 |
QMetaEnum::keyToValueName: | QMetaEnum::keyToValue | Prototype: | int QMetaEnum::keyToValue(const char *key, bool *ok) const | Coverage: | 79.412% (27/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 2588-2615 |
| | 22 | 8 |
QMetaObject::invokeMethodName: | QMetaObject::invokeMethod | Prototype: | bool QMetaObject::invokeMethod(QObject *obj, const char *member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) | Coverage: | 92.000% (23/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1431-1490 |
| | 34 | 8 |
QMetaObject::newInstanceName: | QMetaObject::newInstance | Prototype: | QObject *QMetaObject::newInstance(QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const | Coverage: | 86.957% (20/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 225-279 |
| | 32 | 8 |
QMimeBinaryProvider::parentsName: | QMimeBinaryProvider::parents | Prototype: | QStringList QMimeBinaryProvider::parents(const QString &mime) | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 431-470 |
| | 30 | 8 |
QMimeGlobMatchResult::addMatchName: | QMimeGlobMatchResult::addMatch | Prototype: | void QMimeGlobMatchResult::addMatch(const QString &mimeType, int weight, const QString &pattern) | Coverage: | 90.909% (20/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 59-85 |
| | 16 | 8 |
QMimeXMLProvider::ensureLoadedName: | QMimeXMLProvider::ensureLoaded | Prototype: | void QMimeXMLProvider::ensureLoaded() | Coverage: | 85.000% (17/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | Lines: | 755-795 |
| | 24 | 8 |
QNativeSocketEngine::closeName: | QNativeSocketEngine::close | Prototype: | void QNativeSocketEngine::close() | Coverage: | 81.818% (18/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine.cpp | Lines: | 909-942 |
| | 26 | 8 |
QNativeSocketEnginePrivate::nativeMulticastInterfaceName: | QNativeSocketEnginePrivate::nativeMulticastInterface | Prototype: | QNetworkInterface QNativeSocketEnginePrivate::nativeMulticastInterface() const | Coverage: | 61.538% (16/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | Lines: | 690-718 |
| | 21 | 8 |
QNetworkAccessCache::releaseEntryName: | QNetworkAccessCache::releaseEntry | Prototype: | void QNetworkAccessCache::releaseEntry(const QByteArray &key) | Coverage: | 66.667% (16/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | Lines: | 321-355 |
| | 19 | 8 |
QNetworkAccessCacheBackend::sendCacheContentsName: | QNetworkAccessCacheBackend::sendCacheContents | Prototype: | bool QNetworkAccessCacheBackend::sendCacheContents() | Coverage: | 70.833% (17/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscachebackend.cpp | Lines: | 72-121 |
| | 30 | 8 |
QNetworkAccessDebugPipeBackend::pushFromUpstreamToSocketName: | QNetworkAccessDebugPipeBackend::pushFromUpstreamToSocket | Prototype: | void QNetworkAccessDebugPipeBackend::pushFromUpstreamToSocket() | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend.cpp | Lines: | 172-216 |
| | 26 | 8 |
QNetworkAccessManager::networkAccessibleName: | QNetworkAccessManager::networkAccessible | Prototype: | QNetworkAccessManager::NetworkAccessibility QNetworkAccessManager::networkAccessible() const | Coverage: | 18.182% (4/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 968-998 |
| | 17 | 8 |
QNetworkDiskCache::prepareName: | QNetworkDiskCache::prepare | Prototype: | QIODevice *QNetworkDiskCache::prepare(const QNetworkCacheMetaData &metaData) | Coverage: | 78.571% (22/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | Lines: | 178-225 |
| | 29 | 8 |
QNetworkReplyHttpImpl::QNetworkReplyHttpImplName: | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl | Prototype: | QNetworkReplyHttpImpl::QNetworkReplyHttpImpl(QNetworkAccessManager* const manager, const QNetworkRequest& request, QNetworkAccessManager::Operation& operation, QIODevice* outgoingData) | Coverage: | 87.500% (21/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 167-243 |
| | 36 | 8 |
QNetworkReplyHttpImplPrivate::sendCacheContentsName: | QNetworkReplyHttpImplPrivate::sendCacheContents | Prototype: | bool QNetworkReplyHttpImplPrivate::sendCacheContents(const QNetworkCacheMetaData &metaData) | Coverage: | 50.000% (13/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 1416-1487 |
| | 41 | 8 |
QNetworkReplyImplPrivate::handleNotificationsName: | QNetworkReplyImplPrivate::handleNotifications | Prototype: | void QNetworkReplyImplPrivate::handleNotifications() | Coverage: | 63.636% (14/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 442-475 |
| | 19 | 8 |
QObject::isSignalConnectedName: | QObject::isSignalConnected | Prototype: | bool QObject::isSignalConnected(const QMetaMethod &signal) const | Coverage: | 72.727% (16/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 2464-2495 |
| | 27 | 8 |
QObjectPrivate::connectImplName: | QObjectPrivate::connectImpl | Prototype: | QMetaObject::Connection QObjectPrivate::connectImpl(const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type, const int *types, const QMetaObject *senderMetaObject) | Coverage: | 76.471% (26/34) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 4684-4740 |
| | 37 | 8 |
QObjectPrivate::~QObjectPrivateName: | QObjectPrivate::~QObjectPrivate | Prototype: | QObjectPrivate::~QObjectPrivate() | Coverage: | 91.667% (22/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 234-262 |
| | 14 | 8 |
QOpenGL2GradientCache::generateGradientColorTableName: | QOpenGL2GradientCache::generateGradientColorTable | Prototype: | void QOpenGL2GradientCache::generateGradientColorTable(const QGradient& gradient, QRgba64 *colorTable, int size, qreal opacity) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | Lines: | 170-220 |
| | 34 | 8 |
QOpenGL2GradientCache::generateGradientColorTableName: | QOpenGL2GradientCache::generateGradientColorTable | Prototype: | void QOpenGL2GradientCache::generateGradientColorTable(const QGradient& gradient, uint *colorTable, int size, qreal opacity) const | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglgradientcache.cpp | Lines: | 222-273 |
| | 34 | 8 |
QOpenGL2PaintEngineEx::setStateName: | QOpenGL2PaintEngineEx::setState | Prototype: | void QOpenGL2PaintEngineEx::setState(QPainterState *new_state) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2450-2491 |
| | 20 | 8 |
QOpenGL2PaintEngineExPrivate::updateBrushTextureName: | QOpenGL2PaintEngineExPrivate::updateBrushTexture | Prototype: | void QOpenGL2PaintEngineExPrivate::updateBrushTexture() | Coverage: | 0.000% (0/32) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 250-296 |
| | 25 | 8 |
QOpenGLContext::swapBuffersName: | QOpenGLContext::swapBuffers | Prototype: | void QOpenGLContext::swapBuffers(QSurface *surface) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 1031-1064 |
| | 20 | 8 |
QOpenGLContext::versionFunctionsName: | QOpenGLContext::versionFunctions | Prototype: | QAbstractOpenGLFunctions *QOpenGLContext::versionFunctions(const QOpenGLVersionProfile &versionProfile) const | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 821-865 |
| | 24 | 8 |
QOpenGLDebugLogger::initializeName: | QOpenGLDebugLogger::initialize | Prototype: | bool QOpenGLDebugLogger::initialize() | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengldebug.cpp | Lines: | 1382-1442 |
| | 33 | 8 |
QOpenGLFramebufferObject::~QOpenGLFramebufferObjectName: | QOpenGLFramebufferObject::~QOpenGLFramebufferObject | Prototype: | QOpenGLFramebufferObject::~QOpenGLFramebufferObject() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | Lines: | 940-964 |
| | 17 | 8 |
QOpenGLShader::compileSourceCodeName: | QOpenGLShader::compileSourceCode | Prototype: | bool QOpenGLShader::compileSourceCode(const char *source) | Coverage: | 0.000% (0/31) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 509-585 |
| | 30 | 8 |
QOpenGLShaderPrivate::createName: | QOpenGLShaderPrivate::create | Prototype: | bool QOpenGLShaderPrivate::create() | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 227-258 |
| | 20 | 8 |
QOpenGLTextureBlitter::createName: | QOpenGLTextureBlitter::create | Prototype: | bool QOpenGLTextureBlitter::create() | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 322-359 |
| | 25 | 8 |
QOutlineMapper::endOutlineName: | QOutlineMapper::endOutline | Prototype: | void QOutlineMapper::endOutline() | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp | Lines: | 192-250 |
| | 32 | 8 |
QPageSetupWidget::updateWidgetName: | QPageSetupWidget::updateWidget | Prototype: | void QPageSetupWidget::updateWidget() | Coverage: | 29.412% (5/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 406-494 |
| | 52 | 8 |
QPainter::drawPixmapName: | QPainter::drawPixmap | Prototype: | void QPainter::drawPixmap(const QPointF &p, const QPixmap &pm) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 5049-5119 |
| | 39 | 8 |
QPainter::restoreName: | QPainter::restore | Prototype: | void QPainter::restore() | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1600-1663 |
| | 40 | 8 |
QPainterPath::addRoundedRectName: | QPainterPath::addRoundedRect | Prototype: | void QPainterPath::addRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3099-3155 |
| | 36 | 8 |
QPainterPath::intersectsName: | QPainterPath::intersects | Prototype: | bool QPainterPath::intersects(const QRectF &rect) const | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2055-2090 |
| | 19 | 8 |
QPalette::isEqualName: | QPalette::isEqual | Prototype: | bool QPalette::isEqual(QPalette::ColorGroup group1, QPalette::ColorGroup group2) const | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 844-869 |
| | 16 | 8 |
QParallelAnimationGroupPrivate::_q_uncontrolledAnimationFinishedName: | QParallelAnimationGroupPrivate::_q_uncontrolledAnimationFinished | Prototype: | void QParallelAnimationGroupPrivate::_q_uncontrolledAnimationFinished() | Coverage: | 91.667% (22/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | Lines: | 219-246 |
| | 17 | 8 |
QPathClipper::containsName: | QPathClipper::contains | Prototype: | bool QPathClipper::contains() | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1415-1450 |
| | 23 | 8 |
QPathClipper::pathToRectName: | QPathClipper::pathToRect | Prototype: | bool QPathClipper::pathToRect(const QPainterPath &path, QRectF *rect) | Coverage: | 0.000% (0/36) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | Lines: | 1510-1546 |
| | 24 | 8 |
QPdfEnginePrivate::addBrushPatternName: | QPdfEnginePrivate::addBrushPattern | Prototype: | int QPdfEnginePrivate::addBrushPattern(const QTransform &m, bool *specifyColor, int *gStateObject) | Coverage: | 0.000% (0/30) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2333-2413 |
| | 65 | 8 |
QPdfEnginePrivate::writeImageName: | QPdfEnginePrivate::writeImage | Prototype: | int QPdfEnginePrivate::writeImage(const QByteArray &data, int width, int height, int depth, int maskObject, int softMaskObject, bool dct, bool isMono) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1927-1977 |
| | 37 | 8 |
QPdfEnginePrivate::writePageName: | QPdfEnginePrivate::writePage | Prototype: | void QPdfEnginePrivate::writePage() | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1666-1748 |
| | 65 | 8 |
QPen::dashPatternName: | QPen::dashPattern | Prototype: | QVector<qreal> QPen::dashPattern() const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 456-488 |
| | 22 | 8 |
QPictureIO::pictureFormatName: | QPictureIO::pictureFormat | Prototype: | QByteArray QPictureIO::pictureFormat(QIODevice *d) | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 1757-1792 |
| | 24 | 8 |
QPixmapStyle::sizeFromContentsName: | QPixmapStyle::sizeFromContents | Prototype: | QSize QPixmapStyle::sizeFromContents(ContentsType type, const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 327-347 |
| | 8 | 8 |
QPlainTextEdit::eventName: | QPlainTextEdit::event | Prototype: | bool QPlainTextEdit::event(QEvent *e) | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 1516-1568 |
| | 33 | 8 |
QPlainTextEditControl::hitTestName: | QPlainTextEditControl::hitTest | Prototype: | int QPlainTextEditControl::hitTest(const QPointF &point, Qt::HitTestAccuracy ) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 515-560 |
| | 34 | 8 |