| Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
qt_last_index_of| Name: | qt_last_index_of | | Prototype: | static inline int qt_last_index_of(const QChar *haystack, int haystackLen, QChar needle, int from, Qt::CaseSensitivity cs) | | Coverage: | 95.652% (22/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 10096-10121 |
| | 17 | 9 |
qt_read_xpm_image_or_array| Name: | qt_read_xpm_image_or_array | | Prototype: | bool qt_read_xpm_image_or_array(QIODevice *device, const char * const * source, QImage &image) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qxpmhandler.cpp | | Lines: | 1025-1054 |
| | 17 | 7 |
readGpuFeatures| Name: | readGpuFeatures | | Prototype: | static bool readGpuFeatures(const QOpenGLConfig::Gpu &gpu, const QString &osName, const QVersionNumber &kernelVersion, const QString &osRelease, const QJsonDocument &doc, QSet<QString> *result, QString *errorMessage) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengl.cpp | | Lines: | 389-420 |
| | 17 | 7 |
realMaxSize| Name: | realMaxSize | | Prototype: | static int realMaxSize(const QDockAreaLayoutInfo &info) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 508-534 |
| | 17 | 6 |
stackTrace| Name: | stackTrace | | Prototype: | static void stackTrace() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 118-150 |
| | 17 | 3 |
standardLibraryErrorString| Name: | standardLibraryErrorString | | Prototype: | static QString standardLibraryErrorString(int errorCode) | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemerror.cpp | | Lines: | 114-152 |
| | 17 | 8 |
ucstrncmp| Name: | ucstrncmp | | Prototype: | static int ucstrncmp(const QChar *a, const QChar *b, int l) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 450-533 |
| | 17 | 13 |
writeMSDosDate| Name: | writeMSDosDate | | Prototype: | static void writeMSDosDate(uchar *dest, const QDateTime& dt) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qzip.cpp | | Lines: | 103-127 |
| | 17 | 2 |
KeyChecker::checkEvent| Name: | KeyChecker::checkEvent | | Prototype: | bool checkEvent(xcb_generic_event_t *ev) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/xcb/qxcbkeyboard.cpp | | Lines: | 1410-1440 |
| | 18 | 6 |
QAbstractItemModelPrivate::columnsRemoved| Name: | QAbstractItemModelPrivate::columnsRemoved | | Prototype: | void QAbstractItemModelPrivate::columnsRemoved(const QModelIndex &parent, int first, int last) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 893-918 |
| | 18 | 4 |
QAbstractItemModelPrivate::rowsRemoved| Name: | QAbstractItemModelPrivate::rowsRemoved | | Prototype: | void QAbstractItemModelPrivate::rowsRemoved(const QModelIndex &parent, int first, int last) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 798-823 |
| | 18 | 4 |
QAbstractItemView::selectionCommand| Name: | QAbstractItemView::selectionCommand | | Prototype: | QItemSelectionModel::SelectionFlags QAbstractItemView::selectionCommand(const QModelIndex &index, const QEvent *event) const | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3915-3952 |
| | 18 | 16 |
QAbstractItemView::setItemDelegate| Name: | QAbstractItemView::setItemDelegate | | Prototype: | void QAbstractItemView::setItemDelegate(QAbstractItemDelegate *delegate) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 841-867 |
| | 18 | 6 |
QAbstractItemViewPrivate::clearOrRemove| Name: | QAbstractItemViewPrivate::clearOrRemove | | Prototype: | void QAbstractItemViewPrivate::clearOrRemove() | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 4270-4298 |
| | 18 | 7 |
QAbstractItemViewPrivate::multiSelectionCommand| Name: | QAbstractItemViewPrivate::multiSelectionCommand | | Prototype: | QItemSelectionModel::SelectionFlags QAbstractItemViewPrivate::multiSelectionCommand( const QModelIndex &index, const QEvent *event) const | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3954-3984 |
| | 18 | 11 |
QAbstractSocketPrivate::resolveProxy| Name: | QAbstractSocketPrivate::resolveProxy | | Prototype: | void QAbstractSocketPrivate::resolveProxy(const QString &hostname, quint16 port) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 909-942 |
| | 18 | 5 |
QAbstractSpinBox::changeEvent| Name: | QAbstractSpinBox::changeEvent | | Prototype: | void QAbstractSpinBox::changeEvent(QEvent *event) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 807-835 |
| | 18 | 8 |
QAbstractTextDocumentLayout::anchorAt| Name: | QAbstractTextDocumentLayout::anchorAt | | Prototype: | QString QAbstractTextDocumentLayout::anchorAt(const QPointF& pos) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | | Lines: | 603-628 |
| | 18 | 5 |
QAccessibleButton::state| Name: | QAccessibleButton::state | | Prototype: | QAccessible::State QAccessibleButton::state() const | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 134-159 |
| | 18 | 8 |
QAccessibleTable::selectRow| Name: | QAccessibleTable::selectRow | | Prototype: | bool QAccessibleTable::selectRow(int row) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 259-287 |
| | 18 | 9 |
QAccessibleTable::unselectColumn| Name: | QAccessibleTable::unselectColumn | | Prototype: | bool QAccessibleTable::unselectColumn(int column) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 353-387 |
| | 18 | 9 |
QAccessibleTable::unselectRow| Name: | QAccessibleTable::unselectRow | | Prototype: | bool QAccessibleTable::unselectRow(int row) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 317-351 |
| | 18 | 9 |
QAccessibleTree::selectRow| Name: | QAccessibleTree::selectRow | | Prototype: | bool QAccessibleTree::selectRow(int row) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 781-809 |
| | 18 | 9 |
QAccessibleWidget::state| Name: | QAccessibleWidget::state | | Prototype: | QAccessible::State QAccessibleWidget::state() const | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 485-508 |
| | 18 | 9 |
QAction::event| Name: | QAction::event | | Prototype: | bool QAction::event(QEvent *e) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1086-1103 |
| | 18 | 3 |
QApplicationPrivate::findClosestTouchPointTarget| Name: | QApplicationPrivate::findClosestTouchPointTarget | | Prototype: | QWidget *QApplicationPrivate::findClosestTouchPointTarget(QTouchDevice *device, const QTouchEvent::TouchPoint &touchPoint) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4347-4370 |
| | 18 | 4 |
QApplicationPrivate::initialize| Name: | QApplicationPrivate::initialize | | Prototype: | void QApplicationPrivate::initialize() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 637-687 |
| | 18 | 6 |
QApplicationPrivate::notify_helper| Name: | QApplicationPrivate::notify_helper | | Prototype: | bool QApplicationPrivate::notify_helper(QObject *receiver, QEvent * e) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 3769-3802 |
| | 18 | 7 |
QAsn1Element::toDateTime| Name: | QAsn1Element::toDateTime | | Prototype: | QDateTime QAsn1Element::toDateTime() const | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 231-252 |
| | 18 | 4 |
QBezier::tAtLength| Name: | QBezier::tAtLength | | Prototype: | qreal QBezier::tAtLength(qreal l) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 598-629 |
| | 18 | 5 |
QBitArray::count| Name: | QBitArray::count | | Prototype: | int QBitArray::count(bool on) const | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 178-206 |
| | 18 | 5 |
QBmpHandler::read| Name: | QBmpHandler::read | | Prototype: | bool QBmpHandler::read(QImage *image) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 762-792 |
| | 18 | 5 |
QBrush::isOpaque| Name: | QBrush::isOpaque | | Prototype: | bool QBrush::isOpaque() const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp | | Lines: | 861-887 |
| | 18 | 7 |
QBspTree::init| Name: | QBspTree::init | | Prototype: | void QBspTree::init(const QRect &area, int depth, NodeType type, int index) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | | Lines: | 102-129 |
| | 18 | 4 |
QByteArray::operator=| Name: | QByteArray::operator= | | Prototype: | QByteArray &QByteArray::operator=(const char *str) | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1156-1178 |
| | 18 | 5 |
QCalendarWidgetPrivate::updateMonthMenu| Name: | QCalendarWidgetPrivate::updateMonthMenu | | Prototype: | void QCalendarWidgetPrivate::updateMonthMenu() | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1810-1833 |
| | 18 | 7 |
QColumnView::moveCursor| Name: | QColumnView::moveCursor | | Prototype: | QModelIndex QColumnView::moveCursor(CursorAction cursorAction, Qt::KeyboardModifiers modifiers) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 348-381 |
| | 18 | 10 |
QColumnView::selectAll| Name: | QColumnView::selectAll | | Prototype: | void QColumnView::selectAll() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1017-1041 |
| | 18 | 5 |
QColumnViewPrivate::_q_gripMoved| Name: | QColumnViewPrivate::_q_gripMoved | | Prototype: | void QColumnViewPrivate::_q_gripMoved(int offset) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 527-554 |
| | 18 | 6 |
QColumnViewPrivate::doLayout| Name: | QColumnViewPrivate::doLayout | | Prototype: | void QColumnViewPrivate::doLayout() | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1098-1124 |
| | 18 | 7 |
QCommandLineParserPrivate::parseOptionValue| Name: | QCommandLineParserPrivate::parseOptionValue | | Prototype: | bool QCommandLineParserPrivate::parseOptionValue(const QString &optionName, const QString &argument, QStringList::const_iterator *argumentIterator, QStringList::const_iterator argsEnd) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 648-676 |
| | 18 | 6 |
QConfFileSettingsPrivate::remove| Name: | QConfFileSettingsPrivate::remove | | Prototype: | void QConfFileSettingsPrivate::remove(const QString &key) | | Coverage: | 88.235% (15/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1202-1227 |
| | 18 | 5 |
QCoreApplication::addLibraryPath| Name: | QCoreApplication::addLibraryPath | | Prototype: | void QCoreApplication::addLibraryPath(const QString &path) | | Coverage: | 64.706% (11/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2562-2590 |
| | 18 | 6 |
QCoreApplication::removeLibraryPath| Name: | QCoreApplication::removeLibraryPath | | Prototype: | void QCoreApplication::removeLibraryPath(const QString &path) | | Coverage: | 35.294% (6/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2601-2629 |
| | 18 | 6 |
QDBusAdaptorConnector::addAdaptor| Name: | QDBusAdaptorConnector::addAdaptor | | Prototype: | void QDBusAdaptorConnector::addAdaptor(QDBusAbstractAdaptor *adaptor) | | Coverage: | 80.000% (12/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 216-248 |
| | 18 | 5 |
QDBusMessagePrivate::fromDBusMessage| Name: | QDBusMessagePrivate::fromDBusMessage | | Prototype: | QDBusMessage QDBusMessagePrivate::fromDBusMessage(DBusMessage *dmsg, QDBusConnection::ConnectionCapabilities capabilities) | | Coverage: | 81.818% (9/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 231-253 |
| | 18 | 4 |
QDBusMetaObjectGenerator::parseProperties| Name: | QDBusMetaObjectGenerator::parseProperties | | Prototype: | void QDBusMetaObjectGenerator::parseProperties() | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmetaobject.cpp | | Lines: | 353-379 |
| | 18 | 5 |
QDateTimeEdit::stepEnabled| Name: | QDateTimeEdit::stepEnabled | | Prototype: | QDateTimeEdit::StepEnabled QDateTimeEdit::stepEnabled() const | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1409-1469 |
| | 18 | 10 |
QDateTimeEditPrivate::convertSections| Name: | QDateTimeEditPrivate::convertSections | | Prototype: | QDateTimeEdit::Sections QDateTimeEditPrivate::convertSections(QDateTimeParser::Sections s) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 2267-2288 |
| | 18 | 9 |
QDateTimeParser::SectionNode::format| Name: | QDateTimeParser::SectionNode::format | | Prototype: | QString QDateTimeParser::SectionNode::format() const | | Coverage: | 29.630% (8/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1534-1560 |
| | 18 | 15 |
QDirModel::mkdir| Name: | QDirModel::mkdir | | Prototype: | QModelIndex QDirModel::mkdir(const QModelIndex &parent, const QString &name) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 986-1014 |
| | 18 | 4 |
QDirPrivate::sortFileList| Name: | QDirPrivate::sortFileList | | Prototype: | inline void QDirPrivate::sortFileList(QDir::SortFlags sort, QFileInfoList &l, QStringList *names, QFileInfoList *infos) | | Coverage: | 96.970% (32/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 294-323 |
| | 18 | 11 |
QDockAreaLayoutInfo::unplug| Name: | QDockAreaLayoutInfo::unplug | | Prototype: | QLayoutItem *QDockAreaLayoutInfo::unplug(const QList<int> &path) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1067-1099 |
| | 18 | 5 |
QDockWidget::setFeatures| Name: | QDockWidget::setFeatures | | Prototype: | void QDockWidget::setFeatures(QDockWidget::DockWidgetFeatures features) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1280-1302 |
| | 18 | 4 |
QDomHandler::characters| Name: | QDomHandler::characters | | Prototype: | bool QDomHandler::characters(const QString& ch) | | Coverage: | 45.455% (5/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7434-7459 |
| | 18 | 4 |
QEGLPbuffer::QEGLPbuffer| Name: | QEGLPbuffer::QEGLPbuffer | | Prototype: | QEGLPbuffer::QEGLPbuffer(EGLDisplay display, const QSurfaceFormat &format, QOffscreenSurface *offscreenSurface, QEGLPlatformContext::Flags flags) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglpbuffer.cpp | | Lines: | 58-95 |
| | 18 | 5 |
QErrorMessage::QErrorMessage| Name: | QErrorMessage::QErrorMessage | | Prototype: | QErrorMessage::QErrorMessage(QWidget * parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qerrormessage.cpp | | Lines: | 226-257 |
| | 18 | 1 |
QFile::open| Name: | QFile::open | | Prototype: | bool QFile::open(FILE *fh, OpenMode mode, FileHandleFlags handleFlags) | | Coverage: | 52.381% (11/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | | Lines: | 942-968 |
| | 18 | 7 |
QFile::open| Name: | QFile::open | | Prototype: | bool QFile::open(int fd, OpenMode mode, FileHandleFlags handleFlags) | | Coverage: | 52.381% (11/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | | Lines: | 998-1024 |
| | 18 | 7 |
QFileDialog::getSaveFileUrl| Name: | QFileDialog::getSaveFileUrl | | Prototype: | QUrl QFileDialog::getSaveFileUrl(QWidget *parent, const QString &caption, const QUrl &dir, const QString &filter, QString *selectedFilter, Options options, const QStringList &supportedSchemes) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 2379-2407 |
| | 18 | 4 |
QFileDialog::saveState| Name: | QFileDialog::saveState | | Prototype: | QByteArray QFileDialog::saveState() const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 436-460 |
| | 18 | 3 |
QFileDialogPrivate::setLabelTextControl| Name: | QFileDialogPrivate::setLabelTextControl | | Prototype: | void QFileDialogPrivate::setLabelTextControl(QFileDialog::DialogLabel label, const QString &text) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1984-2012 |
| | 18 | 11 |
QFileDialogPrivate::typedFiles| Name: | QFileDialogPrivate::typedFiles | | Prototype: | QStringList QFileDialogPrivate::typedFiles() const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1146-1182 |
| | 18 | 6 |
QFileSystemEngine::resolveGroupName| Name: | QFileSystemEngine::resolveGroupName | | Prototype: | QString QFileSystemEngine::resolveGroupName(uint groupId) | | Coverage: | 38.889% (7/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 376-410 |
| | 18 | 6 |
QFocusFramePrivate::updateSize| Name: | QFocusFramePrivate::updateSize | | Prototype: | void QFocusFramePrivate::updateSize() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qfocusframe.cpp | | Lines: | 83-105 |
| | 18 | 5 |
QFont::operator<| Name: | QFont::operator< | | Prototype: | bool QFont::operator<(const QFont &f) const | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfont.cpp | | Lines: | 1651-1674 |
| | 18 | 14 |
QFontDatabasePrivate::addAppFont| Name: | QFontDatabasePrivate::addAppFont | | Prototype: | int QFontDatabasePrivate::addAppFont(const QByteArray &fontData, const QString &fileName) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 2414-2440 |
| | 18 | 6 |
QFontEngineBox::draw| Name: | QFontEngineBox::draw | | Prototype: | void QFontEngineBox::draw(QPaintEngine *p, qreal x, qreal y, const QTextItemInt &ti) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 1661-1686 |
| | 18 | 4 |
QFontEngineQPF2::extractHeaderField| Name: | QFontEngineQPF2::extractHeaderField | | Prototype: | QVariant QFontEngineQPF2::extractHeaderField(const uchar *data, HeaderTag requestedTag) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 195-224 |
| | 18 | 9 |
QFontEngineQPF2::verifyHeader| Name: | QFontEngineQPF2::verifyHeader | | Prototype: | bool QFontEngineQPF2::verifyHeader(const uchar *data, int size) | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 169-193 |
| | 18 | 9 |
QFrame::initStyleOption| Name: | QFrame::initStyleOption | | Prototype: | void QFrame::initStyleOption(QStyleOptionFrame *option) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qframe.cpp | | Lines: | 224-256 |
| | 18 | 10 |
QGestureManager::cleanupCachedGestures| Name: | QGestureManager::cleanupCachedGestures | | Prototype: | void QGestureManager::cleanupCachedGestures(QObject *target, Qt::GestureType type) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qgesturemanager.cpp | | Lines: | 173-199 |
| | 18 | 5 |
QGraphicsItem::commonAncestorItem| Name: | QGraphicsItem::commonAncestorItem | | Prototype: | QGraphicsItem *QGraphicsItem::commonAncestorItem(const QGraphicsItem *other) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 6576-6599 |
| | 18 | 6 |
QGraphicsItem::setPos| Name: | QGraphicsItem::setPos | | Prototype: | void QGraphicsItem::setPos(const QPointF &pos) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 3840-3870 |
| | 18 | 7 |
QGraphicsItem::setTransform| Name: | QGraphicsItem::setTransform | | Prototype: | void QGraphicsItem::setTransform(const QTransform &matrix, bool combine) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4532-4562 |
| | 18 | 6 |
QGraphicsItem::setZValue| Name: | QGraphicsItem::setZValue | | Prototype: | void QGraphicsItem::setZValue(qreal z) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 4719-4747 |
| | 18 | 8 |
QGraphicsItemEffectSourcePrivate::paddedEffectRect| Name: | QGraphicsItemEffectSourcePrivate::paddedEffectRect | | Prototype: | QRect QGraphicsItemEffectSourcePrivate::paddedEffectRect(Qt::CoordinateSystem system, QGraphicsEffect::PixmapPadMode mode, const QRectF &sourceRect, bool *unpadded) const | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsitem.cpp | | Lines: | 11278-11307 |
| | 18 | 8 |
QGraphicsLayoutPrivate::addChildLayoutItem| Name: | QGraphicsLayoutPrivate::addChildLayoutItem | | Prototype: | void QGraphicsLayoutPrivate::addChildLayoutItem(QGraphicsLayoutItem *layoutItem) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicslayout_p.cpp | | Lines: | 145-175 |
| | 18 | 8 |
QGraphicsScene::removeItem| Name: | QGraphicsScene::removeItem | | Prototype: | void QGraphicsScene::removeItem(QGraphicsItem *item) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 2905-2936 |
| | 18 | 4 |
QGraphicsSceneBspTree::climbTree| Name: | QGraphicsSceneBspTree::climbTree | | Prototype: | void QGraphicsSceneBspTree::climbTree(QGraphicsSceneBspTreeVisitor *visitor, const QRectF &rect, int index) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene_bsp.cpp | | Lines: | 235-266 |
| | 18 | 9 |
QGraphicsSceneBspTreeIndexPrivate::estimateItems| Name: | QGraphicsSceneBspTreeIndexPrivate::estimateItems | | Prototype: | QList<QGraphicsItem *> QGraphicsSceneBspTreeIndexPrivate::estimateItems(const QRectF &rect, Qt::SortOrder order, bool onlyTopLevelItems) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscenebsptreeindex.cpp | | Lines: | 378-407 |
| | 18 | 6 |
QGraphicsScenePrivate::ungrabMouse| Name: | QGraphicsScenePrivate::ungrabMouse | | Prototype: | void QGraphicsScenePrivate::ungrabMouse(QGraphicsItem *item, bool itemIsDying) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 983-1025 |
| | 18 | 6 |
QGraphicsView::wheelEvent| Name: | QGraphicsView::wheelEvent | | Prototype: | void QGraphicsView::wheelEvent(QWheelEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 3436-3459 |
| | 18 | 3 |
QGraphicsViewPrivate::updateInputMethodSensitivity| Name: | QGraphicsViewPrivate::updateInputMethodSensitivity | | Prototype: | void QGraphicsViewPrivate::updateInputMethodSensitivity() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 1165-1190 |
| | 18 | 5 |
QGraphicsWidget::setContentsMargins| Name: | QGraphicsWidget::setContentsMargins | | Prototype: | void QGraphicsWidget::setContentsMargins(qreal left, qreal top, qreal right, qreal bottom) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 493-518 |
| | 18 | 4 |
QGraphicsWidget::setWindowFrameMargins| Name: | QGraphicsWidget::setWindowFrameMargins | | Prototype: | void QGraphicsWidget::setWindowFrameMargins(qreal left, qreal top, qreal right, qreal bottom) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | | Lines: | 552-573 |
| | 18 | 4 |
QGroupBoxPrivate::_q_fixFocus| Name: | QGroupBoxPrivate::_q_fixFocus | | Prototype: | void QGroupBoxPrivate::_q_fixFocus(Qt::FocusReason reason) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qgroupbox.cpp | | Lines: | 425-452 |
| | 18 | 9 |
QGuiApplication::topLevelAt| Name: | 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::processWheelEvent| Name: | QGuiApplicationPrivate::processWheelEvent | | Prototype: | void QGuiApplicationPrivate::processWheelEvent(QWindowSystemInterfacePrivate::WheelEvent *e) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | | Lines: | 1961-1992 |
| | 18 | 5 |
QHeaderView::headerDataChanged| Name: | QHeaderView::headerDataChanged | | Prototype: | void QHeaderView::headerDataChanged(Qt::Orientation orientation, int logicalFirst, int logicalLast) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1780-1809 |
| | 18 | 5 |
QHeaderView::restoreState| Name: | QHeaderView::restoreState | | Prototype: | bool QHeaderView::restoreState(const QByteArray &state) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 1739-1761 |
| | 18 | 4 |
QHttpThreadDelegate::finishedSlot| Name: | QHttpThreadDelegate::finishedSlot | | Prototype: | void QHttpThreadDelegate::finishedSlot() | | Coverage: | 77.778% (14/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | | Lines: | 478-514 |
| | 18 | 6 |
QIcon::paint| Name: | QIcon::paint | | Prototype: | void QIcon::paint(QPainter *painter, const QRect &rect, Qt::Alignment alignment, Mode mode, State state) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | | Lines: | 888-911 |
| | 18 | 6 |
QIconLoaderEngine::virtual_hook| Name: | QIconLoaderEngine::virtual_hook | | Prototype: | void QIconLoaderEngine::virtual_hook(int id, void *data) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | | Lines: | 721-756 |
| | 18 | 6 |
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged| Name: | QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | | Lines: | 495-521 |
| | 18 | 4 |
QImage::metric| Name: | QImage::metric | | Prototype: | int QImage::metric(PaintDeviceMetric metric) const | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | | Lines: | 3915-3968 |
| | 18 | 15 |
QImageScale::qimageCalcXPoints| Name: | QImageScale::qimageCalcXPoints | | Prototype: | int* QImageScale::qimageCalcXPoints(int sw, int dw) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 141-168 |
| | 18 | 5 |
QItemDelegate::selected| Name: | QItemDelegate::selected | | Prototype: | QPixmap *QItemDelegate::selected(const QPixmap &pixmap, const QPalette &palette, bool enabled) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 976-1001 |
| | 18 | 3 |
QItemSelectionModel::columnIntersectsSelection| Name: | QItemSelectionModel::columnIntersectsSelection | | Prototype: | bool QItemSelectionModel::columnIntersectsSelection(int column, const QModelIndex &parent) const | | Coverage: | 71.429% (15/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1591-1616 |
| | 18 | 7 |
QJsonArray::insert| Name: | QJsonArray::insert | | Prototype: | void QJsonArray::insert(int i, const QJsonValue &value) | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 480-505 |
| | 18 | 5 |