| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QDialog::setSizeGripEnabled| Name: | QDialog::setSizeGripEnabled | | Prototype: | void QDialog::setSizeGripEnabled(bool enabled) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 1094-1122 |
| | 15 | 5 |
QDialogButtonBoxPrivate::_q_handleButtonClicked| Name: | QDialogButtonBoxPrivate::_q_handleButtonClicked | | Prototype: | void QDialogButtonBoxPrivate::_q_handleButtonClicked() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 851-883 |
| | 15 | 9 |
QDirIteratorPrivate::checkAndPushDirectory| Name: | QDirIteratorPrivate::checkAndPushDirectory | | Prototype: | void QDirIteratorPrivate::checkAndPushDirectory(const QFileInfo &fileInfo) | | Coverage: | 100.000% (29/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdiriterator.cpp | | Lines: | 272-301 |
| | 15 | 7 |
QDirModel::rmdir| Name: | QDirModel::rmdir | | Prototype: | bool QDirModel::rmdir(const QModelIndex &index) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1028-1050 |
| | 15 | 4 |
QDirModel::setData| Name: | QDirModel::setData | | Prototype: | bool QDirModel::setData(const QModelIndex &index, const QVariant &value, int role) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 405-427 |
| | 15 | 3 |
QDockAreaLayout::addDockWidget| Name: | QDockAreaLayout::addDockWidget | | Prototype: | void QDockAreaLayout::addDockWidget(QInternal::DockPosition pos, QDockWidget *dockWidget, Qt::Orientation orientation) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3092-3123 |
| | 15 | 3 |
QDockAreaLayoutInfo::indexOf| Name: | QDockAreaLayoutInfo::indexOf | | Prototype: | QList<int> QDockAreaLayoutInfo::indexOf(QWidget *widget) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1457-1482 |
| | 15 | 6 |
QDockAreaLayoutInfo::itemRect| Name: | QDockAreaLayoutInfo::itemRect | | Prototype: | QRect QDockAreaLayoutInfo::itemRect(int index) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1316-1342 |
| | 15 | 4 |
QDockWidgetPrivate::startDrag| Name: | QDockWidgetPrivate::startDrag | | Prototype: | void QDockWidgetPrivate::startDrag(bool group) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 751-779 |
| | 15 | 5 |
QDoubleValidator::setRange| Name: | QDoubleValidator::setRange | | Prototype: | void QDoubleValidator::setRange(double minimum, double maximum, int decimals) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 715-737 |
| | 15 | 5 |
QDrag::dragCursor| Name: | QDrag::dragCursor | | Prototype: | QPixmap QDrag::dragCursor(Qt::DropAction action) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdrag.cpp | | Lines: | 342-366 |
| | 15 | 6 |
QFSFileEngine::open| Name: | QFSFileEngine::open | | Prototype: | bool QFSFileEngine::open(QIODevice::OpenMode openMode) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 202-226 |
| | 15 | 4 |
QFileDevice::readData| Name: | QFileDevice::readData | | Prototype: | qint64 QFileDevice::readData(char *data, qint64 len) | | Coverage: | 56.250% (9/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 451-474 |
| | 15 | 6 |
QFileDialogPrivate::_q_selectionChanged| Name: | QFileDialogPrivate::_q_selectionChanged | | Prototype: | void QFileDialogPrivate::_q_selectionChanged() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3690-3712 |
| | 15 | 6 |
QFileDialogPrivate::addDefaultSuffixToFiles| Name: | QFileDialogPrivate::addDefaultSuffixToFiles | | Prototype: | QStringList QFileDialogPrivate::addDefaultSuffixToFiles(const QStringList &filesToFix) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1209-1233 |
| | 15 | 5 |
QFileInfoPrivate::getFileOwner| Name: | QFileInfoPrivate::getFileOwner | | Prototype: | QString QFileInfoPrivate::getFileOwner(QAbstractFileEngine::FileOwner own) const | | Coverage: | 60.000% (12/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 100-122 |
| | 15 | 7 |
QFileInfoPrivate::getFileTime| Name: | QFileInfoPrivate::getFileTime | | Prototype: | QDateTime &QFileInfoPrivate::getFileTime(QAbstractFileEngine::FileTime request) const | | Coverage: | 64.706% (11/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 185-204 |
| | 15 | 6 |
QFileSystemEngine::canonicalName| Name: | QFileSystemEngine::canonicalName | | Prototype: | QFileSystemEntry QFileSystemEngine::canonicalName(const QFileSystemEntry &entry, QFileSystemMetaData &data) | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 238-302 |
| | 15 | 4 |
QFileSystemWatcher::removePaths| Name: | QFileSystemWatcher::removePaths | | Prototype: | QStringList QFileSystemWatcher::removePaths(const QStringList &paths) | | Coverage: | 93.750% (15/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher.cpp | | Lines: | 368-392 |
| | 15 | 6 |
QFontDatabase::italic| Name: | QFontDatabase::italic | | Prototype: | bool QFontDatabase::italic(const QString &family, const QString &style) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1935-1959 |
| | 15 | 5 |
QFontEngineFT::addOutlineToPath| Name: | QFontEngineFT::addOutlineToPath | | Prototype: | void QFontEngineFT::addOutlineToPath(qreal x, qreal y, const QGlyphLayout &glyphs, QPainterPath *path, QTextItem::RenderFlags flags) | | Coverage: | 30.000% (3/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 1483-1505 |
| | 15 | 4 |
QFontconfigDatabase::defaultFont| Name: | QFontconfigDatabase::defaultFont | | Prototype: | QFont QFontconfigDatabase::defaultFont() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 862-888 |
| | 15 | 2 |
QFormLayoutPrivate::setItem| Name: | QFormLayoutPrivate::setItem | | Prototype: | bool QFormLayoutPrivate::setItem(int row, QFormLayout::ItemRole role, QLayoutItem *item) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 922-945 |
| | 15 | 4 |
QFusionStyle::subElementRect| Name: | QFusionStyle::subElementRect | | Prototype: | QRect QFusionStyle::subElementRect(SubElement sr, const QStyleOption *opt, const QWidget *w) const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp | | Lines: | 3688-3718 |
| | 15 | 10 |
QGL2GradientCache::getBuffer| Name: | QGL2GradientCache::getBuffer | | Prototype: | GLuint QGL2GradientCache::getBuffer(const QGradient &gradient, qreal opacity) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qglgradientcache.cpp | | Lines: | 100-126 |
| | 15 | 5 |
QGL2PaintEngineEx::drawStaticTextItem| Name: | QGL2PaintEngineEx::drawStaticTextItem | | Prototype: | void QGL2PaintEngineEx::drawStaticTextItem(QStaticTextItem *textItem) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1508-1537 |
| | 15 | 4 |
QGL2PaintEngineExPrivate::setBrush| Name: | QGL2PaintEngineExPrivate::setBrush | | Prototype: | void QGL2PaintEngineExPrivate::setBrush(const QBrush& brush) | | Coverage: | 44.444% (8/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 146-170 |
| | 15 | 5 |
QGLFramebufferObject::bind| Name: | QGLFramebufferObject::bind | | Prototype: | bool QGLFramebufferObject::bind() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1019-1040 |
| | 15 | 5 |
QGLFramebufferObject::toImage| Name: | QGLFramebufferObject::toImage | | Prototype: | QImage QGLFramebufferObject::toImage() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglframebufferobject.cpp | | Lines: | 1137-1161 |
| | 15 | 5 |
QGenericUnixTheme::xdgIconThemePaths| Name: | QGenericUnixTheme::xdgIconThemePaths | | Prototype: | QStringList QGenericUnixTheme::xdgIconThemePaths() | | Coverage: | 73.333% (11/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/themes/genericunix/qgenericunixthemes.cpp | | Lines: | 169-192 |
| | 15 | 7 |
QGraphicsAnchorLayoutPrivate::restoreSimplifiedConstraints| Name: | QGraphicsAnchorLayoutPrivate::restoreSimplifiedConstraints | | Prototype: | void QGraphicsAnchorLayoutPrivate::restoreSimplifiedConstraints(ParallelAnchorData *parallel) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsanchorlayout_p.cpp | | Lines: | 1234-1258 |
| | 15 | 5 |
QGraphicsLayout::updateGeometry| Name: | QGraphicsLayout::updateGeometry | | Prototype: | void QGraphicsLayout::updateGeometry() | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout.cpp | | Lines: | 351-376 |
| | 15 | 6 |
QGraphicsProxyWidget::createProxyForChildWidget| Name: | QGraphicsProxyWidget::createProxyForChildWidget | | Prototype: | QGraphicsProxyWidget *QGraphicsProxyWidget::createProxyForChildWidget(QWidget *child) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 1560-1580 |
| | 15 | 5 |
QGraphicsProxyWidget::focusInEvent| Name: | QGraphicsProxyWidget::focusInEvent | | Prototype: | void QGraphicsProxyWidget::focusInEvent(QFocusEvent *event) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsproxywidget.cpp | | Lines: | 1351-1385 |
| | 15 | 8 |
QGraphicsScene::mouseReleaseEvent| Name: | QGraphicsScene::mouseReleaseEvent | | Prototype: | void QGraphicsScene::mouseReleaseEvent(QGraphicsSceneMouseEvent *mouseEvent) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 4089-4116 |
| | 15 | 5 |
QGraphicsScene::setActiveWindow| Name: | QGraphicsScene::setActiveWindow | | Prototype: | void QGraphicsScene::setActiveWindow(QGraphicsWidget *widget) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 5742-5771 |
| | 15 | 5 |
QGraphicsSceneBspTree::debug| Name: | QGraphicsSceneBspTree::debug | | Prototype: | QString QGraphicsSceneBspTree::debug(int index) const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 164-188 |
| | 15 | 4 |
QGraphicsSceneBspTreeIndexPrivate::_q_updateSortCache| Name: | QGraphicsSceneBspTreeIndexPrivate::_q_updateSortCache | | Prototype: | void QGraphicsSceneBspTreeIndexPrivate::_q_updateSortCache() | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 267-289 |
| | 15 | 5 |
QGridLayoutEngine::cellRect| Name: | QGridLayoutEngine::cellRect | | Prototype: | QRectF QGridLayoutEngine::cellRect(const QRectF &contentsGeometry, int row, int column, int rowSpan, int columnSpan, const QAbstractLayoutStyleInfo *styleInfo) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1065-1088 |
| | 15 | 4 |
QGridLayoutEngine::ensureDynamicConstraint| Name: | QGridLayoutEngine::ensureDynamicConstraint | | Prototype: | bool QGridLayoutEngine::ensureDynamicConstraint() const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1596-1617 |
| | 15 | 7 |
QGridLayoutEngine::ensureEffectiveFirstAndLastRows| Name: | QGridLayoutEngine::ensureEffectiveFirstAndLastRows | | Prototype: | void QGridLayoutEngine::ensureEffectiveFirstAndLastRows() const | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | | Lines: | 1540-1563 |
| | 15 | 6 |
QGuiApplicationPrivate::_q_updateFocusObject| Name: | QGuiApplicationPrivate::_q_updateFocusObject | | Prototype: | void QGuiApplicationPrivate::_q_updateFocusObject(QObject *object) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 3662-3684 |
| | 15 | 5 |
QGuiApplicationPrivate::processExposeEvent| Name: | QGuiApplicationPrivate::processExposeEvent | | Prototype: | void QGuiApplicationPrivate::processExposeEvent(QWindowSystemInterfacePrivate::ExposeEvent *e) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 2775-2802 |
| | 15 | 5 |
QGuiApplicationPrivate::processKeyEvent| Name: | QGuiApplicationPrivate::processKeyEvent | | Prototype: | void QGuiApplicationPrivate::processKeyEvent(QWindowSystemInterfacePrivate::KeyEvent *e) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1996-2046 |
| | 15 | 5 |
QGuiApplicationPrivate::showModalWindow| Name: | QGuiApplicationPrivate::showModalWindow | | Prototype: | void QGuiApplicationPrivate::showModalWindow(QWindow *modal) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 751-776 |
| | 15 | 5 |
QHeaderView::currentChanged| Name: | QHeaderView::currentChanged | | Prototype: | void QHeaderView::currentChanged(const QModelIndex ¤t, const QModelIndex &old) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 2224-2243 |
| | 15 | 7 |
QHeaderView::setOffset| Name: | QHeaderView::setOffset | | Prototype: | void QHeaderView::setOffset(int newOffset) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 449-469 |
| | 15 | 5 |
QHeaderView::setSectionResizeMode| Name: | QHeaderView::setSectionResizeMode | | Prototype: | void QHeaderView::setSectionResizeMode(int logicalIndex, ResizeMode mode) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1249-1269 |
| | 15 | 6 |
QHostAddress::operator ==| Name: | QHostAddress::operator == | | Prototype: | bool QHostAddress::operator ==(SpecialAddress other) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 835-868 |
| | 15 | 10 |
QHostAddressPrivate::parse| Name: | QHostAddressPrivate::parse | | Prototype: | bool QHostAddressPrivate::parse() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 197-221 |
| | 15 | 5 |
QHttpNetworkReplyPrivate::authenticationMethod| Name: | QHttpNetworkReplyPrivate::authenticationMethod | | Prototype: | QAuthenticatorPrivate::Method QHttpNetworkReplyPrivate::authenticationMethod(bool isProxy) const | | Coverage: | 76.190% (16/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 425-445 |
| | 15 | 5 |
QHttpSocketEngine::connectInternal| Name: | QHttpSocketEngine::connectInternal | | Prototype: | bool QHttpSocketEngine::connectInternal() | | Coverage: | 41.176% (7/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 135-165 |
| | 15 | 5 |
QHttpSocketEngine::waitForWrite| Name: | 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 |
QIconLoaderEngine::entryForSize| Name: | QIconLoaderEngine::entryForSize | | Prototype: | QIconLoaderEngineEntry *QIconLoaderEngine::entryForSize(const QSize &size) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 605-634 |
| | 15 | 5 |
QIconModeViewBase::initDynamicLayout| Name: | QIconModeViewBase::initDynamicLayout | | Prototype: | QPoint QIconModeViewBase::initDynamicLayout(const QListViewLayoutInfo &info) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 2922-2942 |
| | 15 | 4 |
QIdentityProxyModelPrivate::_q_sourceLayoutChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 523-547 |
| | 15 | 4 |
QImage::pixelColor| Name: | 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::setColorCount| Name: | QImage::setColorCount | | Prototype: | void QImage::setColorCount(int colorCount) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 1953-1976 |
| | 15 | 6 |
QImageWriterPrivate::canWriteHelper| Name: | QImageWriterPrivate::canWriteHelper | | Prototype: | bool QImageWriterPrivate::canWriteHelper() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 293-313 |
| | 15 | 5 |
QInotifyFileSystemWatcherEngine::removePaths| Name: | QInotifyFileSystemWatcherEngine::removePaths | | Prototype: | QStringList QInotifyFileSystemWatcherEngine::removePaths(const QStringList &paths, QStringList *files, QStringList *directories) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | | Lines: | 317-343 |
| | 15 | 4 |
QInt64Set::insert| Name: | QInt64Set::insert | | Prototype: | void QInt64Set::insert(quint64 key) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 529-548 |
| | 15 | 6 |
QInt64Set::rehash| Name: | QInt64Set::rehash | | Prototype: | bool QInt64Set::rehash(int capacity) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 505-527 |
| | 15 | 5 |
QItemDelegate::drawFocus| Name: | QItemDelegate::drawFocus | | Prototype: | void QItemDelegate::drawFocus(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 708-727 |
| | 15 | 2 |
QJsonPrivate::Value::usedStorage| Name: | QJsonPrivate::Value::usedStorage | | Prototype: | int Value::usedStorage(const Base *b) const | | Coverage: | 42.105% (8/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 307-334 |
| | 15 | 10 |
QLabel::setTextInteractionFlags| Name: | QLabel::setTextInteractionFlags | | Prototype: | void QLabel::setTextInteractionFlags(Qt::TextInteractionFlags flags) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 710-732 |
| | 15 | 6 |
QLibrary::isLibrary| Name: | QLibrary::isLibrary | | Prototype: | bool QLibrary::isLibrary(const QString &fileName) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 616-675 |
| | 15 | 5 |
QLibraryPrivate::load| Name: | QLibraryPrivate::load | | Prototype: | bool QLibraryPrivate::load() | | Coverage: | 56.250% (9/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qlibrary.cpp | | Lines: | 529-555 |
| | 15 | 6 |
QLibrarySettings::load| Name: | QLibrarySettings::load | | Prototype: | void QLibrarySettings::load() | | Coverage: | 82.609% (19/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 125-162 |
| | 15 | 3 |
QLineEditIconButton::paintEvent| Name: | QLineEditIconButton::paintEvent | | Prototype: | void QLineEditIconButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit_p.cpp | | Lines: | 329-348 |
| | 15 | 3 |
QListView::viewOptions| Name: | QListView::viewOptions | | Prototype: | QStyleOptionViewItem QListView::viewOptions() const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 934-957 |
| | 15 | 4 |
QListView::wheelEvent| Name: | QListView::wheelEvent | | Prototype: | void QListView::wheelEvent(QWheelEvent *e) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 815-837 |
| | 15 | 4 |
QListViewPrivate::draggablePaintPairs| Name: | QListViewPrivate::draggablePaintPairs | | Prototype: | QItemViewPaintPairs QListViewPrivate::draggablePaintPairs(const QModelIndexList &indexes, QRect *r) const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 654-673 |
| | 15 | 3 |
QListViewPrivate::prepareItemsLayout| Name: | QListViewPrivate::prepareItemsLayout | | Prototype: | void QListViewPrivate::prepareItemsLayout() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | | Lines: | 1669-1695 |
| | 15 | 2 |
QLocalServer::listen| Name: | QLocalServer::listen | | Prototype: | bool QLocalServer::listen(const QString &name) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver.cpp | | Lines: | 286-309 |
| | 15 | 4 |
QLocalServerPrivate::setError| Name: | QLocalServerPrivate::setError | | Prototype: | void QLocalServerPrivate::setError(const QString &function) | | Coverage: | 33.333% (5/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 310-341 |
| | 15 | 10 |
QLocalSocket::setSocketDescriptor| Name: | QLocalSocket::setSocketDescriptor | | Prototype: | bool QLocalSocket::setSocketDescriptor(qintptr socketDescriptor, LocalSocketState socketState, OpenMode openMode) | | Coverage: | 55.556% (5/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 344-367 |
| | 15 | 5 |
QLocalSocket::waitForConnected| Name: | QLocalSocket::waitForConnected | | Prototype: | bool QLocalSocket::waitForConnected(int msec) | | Coverage: | 11.765% (2/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 513-537 |
| | 15 | 5 |
QLocale::dateFormat| Name: | QLocale::dateFormat | | Prototype: | QString QLocale::dateFormat(FormatType format) const | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1672-1696 |
| | 15 | 5 |
QLocale::timeFormat| Name: | QLocale::timeFormat | | Prototype: | QString QLocale::timeFormat(FormatType format) const | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 1709-1733 |
| | 15 | 5 |
QLockFilePrivate::checkFcntlWorksAfterFlock| Name: | QLockFilePrivate::checkFcntlWorksAfterFlock | | Prototype: | int QLockFilePrivate::checkFcntlWorksAfterFlock(const QString &fn) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 106-129 |
| | 15 | 4 |
QLockFilePrivate::isApparentlyStale| Name: | QLockFilePrivate::isApparentlyStale | | Prototype: | bool QLockFilePrivate::isApparentlyStale() const | | Coverage: | 52.174% (12/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 240-260 |
| | 15 | 7 |
QMainWindowLayout::setGeometry| Name: | QMainWindowLayout::setGeometry | | Prototype: | void QMainWindowLayout::setGeometry(const QRect &_r) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmainwindowlayout.cpp | | Lines: | 1830-1852 |
| | 15 | 3 |
QMdiSubWindowPrivate::desktopPalette| Name: | QMdiSubWindowPrivate::desktopPalette | | Prototype: | QPalette QMdiSubWindowPrivate::desktopPalette() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 1923-1980 |
| | 15 | 2 |
QMdiSubWindowPrivate::updateMask| Name: | QMdiSubWindowPrivate::updateMask | | Prototype: | void QMdiSubWindowPrivate::updateMask() | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 1133-1153 |
| | 15 | 6 |
QMdiSubWindowPrivate::updateWindowTitle| Name: | QMdiSubWindowPrivate::updateWindowTitle | | Prototype: | void QMdiSubWindowPrivate::updateWindowTitle(bool isRequestFromChild) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 1865-1886 |
| | 15 | 5 |
QMenu::mousePressEvent| Name: | QMenu::mousePressEvent | | Prototype: | void QMenu::mousePressEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 2632-2655 |
| | 15 | 5 |
QMenu::timerEvent| Name: | QMenu::timerEvent | | Prototype: | void QMenu::timerEvent(QTimerEvent *e) | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | | Lines: | 3235-3254 |
| | 15 | 7 |
QMessageBox::setCheckBox| Name: | QMessageBox::setCheckBox | | Prototype: | void QMessageBox::setCheckBox(QCheckBox *cb) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 1156-1178 |
| | 15 | 5 |
QMetaObject::indexOfProperty| Name: | QMetaObject::indexOfProperty | | Prototype: | int QMetaObject::indexOfProperty(const char *name) const | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | | Lines: | 991-1015 |
| | 15 | 5 |
QMetaType::typeInfo| Name: | QMetaType::typeInfo | | Prototype: | QMetaType QMetaType::typeInfo(const int type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2268-2285 |
| | 15 | 1 |
QMimeAllGlobPatterns::matchingGlobs| Name: | QMimeAllGlobPatterns::matchingGlobs | | Prototype: | QStringList QMimeAllGlobPatterns::matchingGlobs(const QString &fileName, QString *foundSuffix) const | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | | Lines: | 204-233 |
| | 15 | 5 |
QMimeBinaryProvider::CacheFileList::checkCacheChanged| Name: | QMimeBinaryProvider::CacheFileList::checkCacheChanged | | Prototype: | bool QMimeBinaryProvider::CacheFileList::checkCacheChanged() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 217-237 |
| | 15 | 5 |
QMimeBinaryProvider::checkCache| Name: | QMimeBinaryProvider::checkCache | | Prototype: | void QMimeBinaryProvider::checkCache() | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 239-265 |
| | 15 | 7 |
QMimeBinaryProvider::findByMagic| Name: | QMimeBinaryProvider::findByMagic | | Prototype: | QMimeType QMimeBinaryProvider::findByMagic(const QByteArray &data, int *accuracyPtr) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 405-429 |
| | 15 | 4 |
QMimeBinaryProvider::listAliases| Name: | QMimeBinaryProvider::listAliases | | Prototype: | QStringList QMimeBinaryProvider::listAliases(const QString &name) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 502-523 |
| | 15 | 4 |
QNativeSocketEnginePrivate::nativeWrite| Name: | QNativeSocketEnginePrivate::nativeWrite | | Prototype: | qint64 QNativeSocketEnginePrivate::nativeWrite(const char *data, qint64 len) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 1128-1161 |
| | 15 | 7 |
QNativeSocketEnginePrivate::setOption| Name: | QNativeSocketEnginePrivate::setOption | | Prototype: | bool QNativeSocketEnginePrivate::setOption(QNativeSocketEngine::SocketOption opt, int v) | | Coverage: | 50.000% (8/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 314-371 |
| | 15 | 7 |
QNetmaskAddress::setPrefixLength| Name: | QNetmaskAddress::setPrefixLength | | Prototype: | void QNetmaskAddress::setPrefixLength(QAbstractSocket::NetworkLayerProtocol proto, int newLength) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 326-350 |
| | 15 | 5 |
QNetworkAccessCache::linkEntry| Name: | QNetworkAccessCache::linkEntry | | Prototype: | void QNetworkAccessCache::linkEntry(const QByteArray &key) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | | Lines: | 139-162 |
| | 15 | 4 |
QNetworkAccessCache::requestEntry| Name: | QNetworkAccessCache::requestEntry | | Prototype: | bool QNetworkAccessCache::requestEntry(const QByteArray &key, QObject *target, const char *member) | | Coverage: | 50.000% (6/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccesscache.cpp | | Lines: | 268-295 |
| | 15 | 4 |