| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QDataWidgetMapper::setModel| Name: | QDataWidgetMapper::setModel | | Prototype: | void QDataWidgetMapper::setModel(QAbstractItemModel *model) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 343-365 |
| | 15 | 3 |
QDateTimeEditPrivate::nextPrevSection| Name: | QDateTimeEditPrivate::nextPrevSection | | Prototype: | int QDateTimeEditPrivate::nextPrevSection(int current, bool forward) const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1829-1851 |
| | 15 | 8 |
QDialog::contextMenuEvent| Name: | QDialog::contextMenuEvent | | Prototype: | void QDialog::contextMenuEvent(QContextMenuEvent *e) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 621-645 |
| | 15 | 6 |
QDialog::keyPressEvent| Name: | QDialog::keyPressEvent | | Prototype: | void QDialog::keyPressEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | | Lines: | 649-679 |
| | 15 | 9 |
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: | 1083-1111 |
| | 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: | 266-295 |
| | 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: | 1018-1040 |
| | 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: | 395-417 |
| | 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: | 3088-3119 |
| | 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: | 1451-1476 |
| | 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: | 1310-1336 |
| | 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: | 745-773 |
| | 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: | 709-731 |
| | 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: | 332-356 |
| | 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: | 195-219 |
| | 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: | 449-472 |
| | 15 | 6 |
QFileDialogPrivate::_q_selectionChanged| Name: | QFileDialogPrivate::_q_selectionChanged | | Prototype: | void QFileDialogPrivate::_q_selectionChanged() | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3689-3711 |
| | 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: | 1208-1232 |
| | 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: | 94-116 |
| | 15 | 7 |
QFileInfoPrivate::getFileTime| Name: | QFileInfoPrivate::getFileTime | | Prototype: | QDateTime &QFileInfoPrivate::getFileTime(QAbstractFileEngine::FileTime request) const | | Coverage: | 52.941% (9/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | | Lines: | 179-198 |
| | 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: | 233-297 |
| | 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: | 361-385 |
| | 15 | 6 |
QFontDatabase::italic| Name: | QFontDatabase::italic | | Prototype: | bool QFontDatabase::italic(const QString &family, const QString &style) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1933-1957 |
| | 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: | 1405-1427 |
| | 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: | 829-855 |
| | 15 | 2 |
QFormLayoutPrivate::setItem| Name: | QFormLayoutPrivate::setItem | | Prototype: | bool QFormLayoutPrivate::setItem(int row, QFormLayout::ItemRole role, QLayoutItem *item) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 944-967 |
| | 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: | 3684-3714 |
| | 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: | 94-120 |
| | 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: | 1502-1531 |
| | 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: | 140-164 |
| | 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: | 1013-1034 |
| | 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: | 1131-1155 |
| | 15 | 5 |
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: | 1226-1250 |
| | 15 | 5 |
QGraphicsItem::setCursor| Name: | QGraphicsItem::setCursor | | Prototype: | void QGraphicsItem::setCursor(const QCursor &cursor) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 2163-2186 |
| | 15 | 6 |
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: | 345-370 |
| | 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: | 1528-1548 |
| | 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: | 1319-1353 |
| | 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: | 4066-4093 |
| | 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: | 158-182 |
| | 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: | 259-281 |
| | 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: | 1039-1062 |
| | 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: | 1570-1591 |
| | 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: | 1514-1537 |
| | 15 | 6 |
QGtk2Painter::paintArrow| Name: | QGtk2Painter::paintArrow | | Prototype: | void QGtk2Painter::paintArrow(GtkWidget *gtkWidget, const gchar* part, const QRect &arrowrect, GtkArrowType arrow_type, GtkStateType state, GtkShadowType shadow, gboolean fill, GtkStyle *style, const QString &pmKey) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qgtk2painter.cpp | | Lines: | 471-502 |
| | 15 | 9 |
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: | 3612-3634 |
| | 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: | 2725-2752 |
| | 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: | 1969-2019 |
| | 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: | 714-739 |
| | 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: | 2168-2187 |
| | 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: | 443-463 |
| | 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: | 1223-1243 |
| | 15 | 6 |
QHostAddress::operator ==| Name: | QHostAddress::operator == | | Prototype: | bool QHostAddress::operator ==(SpecialAddress other) const | | Coverage: | 100.000% (28/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | | Lines: | 836-869 |
| | 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: | 191-215 |
| | 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: | 421-441 |
| | 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: | 129-159 |
| | 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: | 370-404 |
| | 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: | 445-474 |
| | 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: | 2912-2932 |
| | 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: | 516-540 |
| | 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: | 2404-2430 |
| | 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: | 1940-1963 |
| | 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: | 287-307 |
| | 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: | 310-336 |
| | 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: | 523-542 |
| | 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: | 499-521 |
| | 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: | 702-721 |
| | 15 | 2 |
QJsonPrivate::Value::usedStorage| Name: | QJsonPrivate::Value::usedStorage | | Prototype: | int Value::usedStorage(const Base *b) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | | Lines: | 271-298 |
| | 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: | 704-726 |
| | 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: | 605-664 |
| | 15 | 5 |
QLibrarySettings::load| Name: | QLibrarySettings::load | | Prototype: | void QLibrarySettings::load() | | Coverage: | 60.870% (14/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlibraryinfo.cpp | | Lines: | 119-156 |
| | 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: | 323-342 |
| | 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: | 924-947 |
| | 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: | 805-827 |
| | 15 | 4 |
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: | 1668-1694 |
| | 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: | 280-303 |
| | 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: | 300-331 |
| | 15 | 10 |
QLocalServerPrivate::waitForNewConnection| Name: | QLocalServerPrivate::waitForNewConnection | | Prototype: | void QLocalServerPrivate::waitForNewConnection(int msec, bool *timedOut) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalserver_unix.cpp | | Lines: | 278-298 |
| | 15 | 4 |
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: | 338-361 |
| | 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: | 1675-1699 |
| | 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: | 1712-1736 |
| | 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: | 94-117 |
| | 15 | 4 |
QLockFilePrivate::isApparentlyStale| Name: | QLockFilePrivate::isApparentlyStale | | Prototype: | bool QLockFilePrivate::isApparentlyStale() const | | Coverage: | 55.556% (15/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qlockfile_unix.cpp | | Lines: | 228-248 |
| | 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: | 1816-1838 |
| | 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: | 1918-1975 |
| | 15 | 2 |
QMdiSubWindowPrivate::removeBaseWidget| Name: | QMdiSubWindowPrivate::removeBaseWidget | | Prototype: | void QMdiSubWindowPrivate::removeBaseWidget() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 987-1006 |
| | 15 | 4 |
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: | 1128-1148 |
| | 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: | 1860-1881 |
| | 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: | 2590-2613 |
| | 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: | 3193-3212 |
| | 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: | 1152-1174 |
| | 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: | 980-1004 |
| | 15 | 5 |
QMetaType::typeInfo| Name: | QMetaType::typeInfo | | Prototype: | QMetaType QMetaType::typeInfo(const int type) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetatype.cpp | | Lines: | 2251-2268 |
| | 15 | 1 |
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: | 211-231 |
| | 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: | 233-259 |
| | 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: | 399-423 |
| | 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: | 496-517 |
| | 15 | 4 |
QNativeSocketEnginePrivate::nativeWrite| Name: | QNativeSocketEnginePrivate::nativeWrite | | Prototype: | qint64 QNativeSocketEnginePrivate::nativeWrite(const char *data, qint64 len) | | Coverage: | 41.667% (5/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qnativesocketengine_unix.cpp | | Lines: | 1129-1162 |
| | 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: | 327-384 |
| | 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: | 320-344 |
| | 15 | 5 |