| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QCompleter::setCompletionMode| Name: | QCompleter::setCompletionMode | | Prototype: | void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1108-1125 |
| | 11 | 5 |
QCompleterPrivate::setCurrentIndex| Name: | QCompleterPrivate::setCurrentIndex | | Prototype: | void QCompleterPrivate::setCurrentIndex(QModelIndex index, bool select) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 824-843 |
| | 13 | 5 |
QCompletionModel::mapToSource| Name: | QCompletionModel::mapToSource | | Prototype: | QModelIndex QCompletionModel::mapToSource(const QModelIndex& index) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 221-245 |
| | 16 | 5 |
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::removeTranslator| Name: | QCoreApplication::removeTranslator | | Prototype: | bool QCoreApplication::removeTranslator(QTranslator *translationFile) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1915-1932 |
| | 11 | 5 |
QCoreApplicationPrivate::removePostedEvent| Name: | QCoreApplicationPrivate::removePostedEvent | | Prototype: | void QCoreApplicationPrivate::removePostedEvent(QEvent * event) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1740-1773 |
| | 20 | 5 |
QCursor::setShape| Name: | QCursor::setShape | | Prototype: | void QCursor::setShape(Qt::CursorShape shape) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 495-510 |
| | 11 | 5 |
QDBusAbstractAdaptor::setAutoRelaySignals| Name: | QDBusAbstractAdaptor::setAutoRelaySignals | | Prototype: | void QDBusAbstractAdaptor::setAutoRelaySignals(bool enable) | | Coverage: | 47.059% (8/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 173-194 |
| | 15 | 5 |
QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate| Name: | QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate | | Prototype: | QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivate(const QString &serv, const QString &p, const QString &iface, const QDBusConnection& con, bool isDynamic) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 107-130 |
| | 9 | 5 |
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 |
QDBusConnectionInterface::connectNotify| Name: | QDBusConnectionInterface::connectNotify | | Prototype: | void QDBusConnectionInterface::connectNotify(const QMetaMethod &signal) | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnectioninterface.cpp | | Lines: | 330-354 |
| | 9 | 5 |
QDBusConnectionPrivate::getNameOwnerNoCache| Name: | QDBusConnectionPrivate::getNameOwnerNoCache | | Prototype: | QString QDBusConnectionPrivate::getNameOwnerNoCache(const QString &serviceName) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2504-2527 |
| | 14 | 5 |
QDBusConnectionPrivate::sendError| Name: | QDBusConnectionPrivate::sendError | | Prototype: | void QDBusConnectionPrivate::sendError(const QDBusMessage &msg, QDBusError::ErrorType code) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1369-1390 |
| | 16 | 5 |
QDBusDemarshaller::isCurrentTypeStringLike| Name: | QDBusDemarshaller::isCurrentTypeStringLike | | Prototype: | bool QDBusDemarshaller::isCurrentTypeStringLike() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusdemarshaller.cpp | | Lines: | 307-318 |
| | 4 | 5 |
QDBusMenuAdaptor::AboutToShow| Name: | QDBusMenuAdaptor::AboutToShow | | Prototype: | bool QDBusMenuAdaptor::AboutToShow(int id) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenuadaptor.cpp | | Lines: | 87-101 |
| | 9 | 5 |
QDBusMessagePrivate::makeLocal| Name: | QDBusMessagePrivate::makeLocal | | Prototype: | QDBusMessage QDBusMessagePrivate::makeLocal(const QDBusConnectionPrivate &conn, const QDBusMessage &asSent) | | Coverage: | 78.947% (15/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 260-315 |
| | 32 | 5 |
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 |
QDBusPendingCallPrivate::checkReceivedSignature| Name: | QDBusPendingCallPrivate::checkReceivedSignature | | Prototype: | void QDBusPendingCallPrivate::checkReceivedSignature() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuspendingcall.cpp | | Lines: | 209-231 |
| | 12 | 5 |
QDBusServiceWatcherPrivate::setConnection| Name: | QDBusServiceWatcherPrivate::setConnection | | Prototype: | void QDBusServiceWatcherPrivate::setConnection(const QStringList &s, const QDBusConnection &c, QDBusServiceWatcher::WatchMode wm) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusservicewatcher.cpp | | Lines: | 83-100 |
| | 9 | 5 |
QDBusTrayIcon::updateIcon| Name: | QDBusTrayIcon::updateIcon | | Prototype: | void QDBusTrayIcon::updateIcon(const QIcon &icon) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 186-199 |
| | 10 | 5 |
QDBusUtil::isValidInterfaceName| Name: | QDBusUtil::isValidInterfaceName | | Prototype: | bool isValidInterfaceName(const QString& ifaceName) | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 370-384 |
| | 9 | 5 |
QDBusUtil::isValidMemberName| Name: | QDBusUtil::isValidMemberName | | Prototype: | bool isValidMemberName(const QStringRef &memberName) | | Coverage: | 64.286% (9/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 470-482 |
| | 9 | 5 |
QDBusUtil::isValidObjectPath| Name: | QDBusUtil::isValidObjectPath | | Prototype: | bool isValidObjectPath(const QString &path) | | Coverage: | 78.571% (11/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusutil.cpp | | Lines: | 513-529 |
| | 10 | 5 |
QDataStream::commitTransaction| Name: | QDataStream::commitTransaction | | Prototype: | bool QDataStream::commitTransaction() | | Coverage: | 66.667% (10/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 661-674 |
| | 8 | 5 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(qint16 i) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1105-1114 |
| | 6 | 5 |
QDataStream::operator<<| Name: | QDataStream::operator<< | | Prototype: | QDataStream &QDataStream::operator<<(qint32 i) | | Coverage: | 84.615% (11/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 1123-1132 |
| | 6 | 5 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(qint64 &i) | | Coverage: | 71.429% (10/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 865-883 |
| | 11 | 5 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(float &f) | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 907-932 |
| | 14 | 5 |
QDataStream::operator>>| Name: | QDataStream::operator>> | | Prototype: | QDataStream &QDataStream::operator>>(double &f) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 944-969 |
| | 14 | 5 |
QDataStream::rollbackTransaction| Name: | QDataStream::rollbackTransaction | | Prototype: | void QDataStream::rollbackTransaction() | | Coverage: | 26.667% (4/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | | Lines: | 699-712 |
| | 8 | 5 |
QDate::getDate| Name: | QDate::getDate | | Prototype: | void QDate::getDate(int *year, int *month, int *day) const | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 985-997 |
| | 9 | 5 |
QDateTime::timeZone| Name: | QDateTime::timeZone | | Prototype: | QTimeZone QDateTime::timeZone() const | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3161-3175 |
| | 7 | 5 |
QDateTime::timeZoneAbbreviation| Name: | QDateTime::timeZoneAbbreviation | | Prototype: | QString QDateTime::timeZoneAbbreviation() const | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3222-3243 |
| | 9 | 5 |
QDateTimeEdit::event| Name: | QDateTimeEdit::event | | Prototype: | bool QDateTimeEdit::event(QEvent *event) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1012-1036 |
| | 14 | 5 |
QDateTimeEdit::focusNextPrevChild| Name: | QDateTimeEdit::focusNextPrevChild | | Prototype: | bool QDateTimeEdit::focusNextPrevChild(bool next) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 1267-1283 |
| | 8 | 5 |
QDateTimeEdit::setCurrentSection| Name: | QDateTimeEdit::setCurrentSection | | Prototype: | void QDateTimeEdit::setCurrentSection(Section section) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 654-674 |
| | 13 | 5 |
QDateTimeEditPrivate::emitSignals| Name: | QDateTimeEditPrivate::emitSignals | | Prototype: | void QDateTimeEditPrivate::emitSignals(EmitPolicy ep, const QVariant &old) | | Coverage: | 0.000% (0/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 2137-2160 |
| | 16 | 5 |
QDateTimeEditPrivate::isSeparatorKey| Name: | QDateTimeEditPrivate::isSeparatorKey | | Prototype: | bool QDateTimeEditPrivate::isSeparatorKey(const QKeyEvent *ke) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 2501-2513 |
| | 8 | 5 |
QDateTimeParser::sectionPos| Name: | QDateTimeParser::sectionPos | | Prototype: | int QDateTimeParser::sectionPos(const SectionNode &sn) const | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 293-305 |
| | 8 | 5 |
QDateTimeParser::sectionText| Name: | QDateTimeParser::sectionText | | Prototype: | QString QDateTimeParser::sectionText(const QString &text, int sectionIndex, int index) const | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 667-679 |
| | 5 | 5 |
QDateTimeParser::stateName| Name: | QDateTimeParser::stateName | | Prototype: | QString QDateTimeParser::stateName(State s) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1674-1682 |
| | 5 | 5 |
QDateTimePrivate::toMSecsSinceEpoch| Name: | QDateTimePrivate::toMSecsSinceEpoch | | Prototype: | qint64 QDateTimePrivate::toMSecsSinceEpoch() const | | Coverage: | 87.500% (7/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2716-2738 |
| | 7 | 5 |
QDebugStateSaverPrivate::restoreState| Name: | QDebugStateSaverPrivate::restoreState | | Prototype: | void restoreState() | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 837-851 |
| | 10 | 5 |
QDialPrivate::valueFromPoint| Name: | QDialPrivate::valueFromPoint | | Prototype: | int QDialPrivate::valueFromPoint(const QPoint &p) const | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | | Lines: | 142-172 |
| | 20 | 5 |
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 |
QDialogButtonBox::changeEvent| Name: | QDialogButtonBox::changeEvent | | Prototype: | void QDialogButtonBox::changeEvent(QEvent *event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 923-947 |
| | 13 | 5 |
QDialogButtonBoxPrivate::initLayout| Name: | QDialogButtonBoxPrivate::initLayout | | Prototype: | void QDialogButtonBoxPrivate::initLayout() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdialogbuttonbox.cpp | | Lines: | 185-212 |
| | 20 | 5 |
QDir::entryInfoList| Name: | QDir::entryInfoList | | Prototype: | QFileInfoList QDir::entryInfoList(const QStringList &nameFilters, Filters filters, SortFlags sort) const | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1355-1379 |
| | 16 | 5 |
QDir::entryList| Name: | QDir::entryList | | Prototype: | QStringList QDir::entryList(const QStringList &nameFilters, Filters filters, SortFlags sort) const | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1313-1337 |
| | 16 | 5 |
QDir::setSearchPaths| Name: | QDir::setSearchPaths | | Prototype: | void QDir::setSearchPaths(const QString &prefix, const QStringList &searchPaths) | | Coverage: | 69.231% (9/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1019-1040 |
| | 12 | 5 |
QDirModel::flags| Name: | QDirModel::flags | | Prototype: | Qt::ItemFlags QDirModel::flags(const QModelIndex &index) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 485-501 |
| | 13 | 5 |
QDirPrivate::QDirPrivate| Name: | QDirPrivate::QDirPrivate | | Prototype: | QDirPrivate::QDirPrivate(const QString &path, const QStringList &nameFilters_, QDir::SortFlags sort_, QDir::Filters filters_) | | Coverage: | 76.923% (10/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 84-105 |
| | 10 | 5 |
QDockAreaLayout::paintSeparators| Name: | QDockAreaLayout::paintSeparators | | Prototype: | void QDockAreaLayout::paintSeparators(QPainter *p, QWidget *widget, const QRegion &clip, const QPoint &mouse) const | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3216-3233 |
| | 11 | 5 |
QDockAreaLayout::separatorMove| Name: | QDockAreaLayout::separatorMove | | Prototype: | int QDockAreaLayout::separatorMove(const QList<int> &separator, const QPoint &origin, const QPoint &dest) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3250-3289 |
| | 25 | 5 |
QDockAreaLayout::updateSeparatorWidgets| Name: | QDockAreaLayout::updateSeparatorWidgets | | Prototype: | void QDockAreaLayout::updateSeparatorWidgets() const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 3294-3324 |
| | 19 | 5 |
QDockAreaLayoutInfo::indexOfPlaceHolder| Name: | QDockAreaLayoutInfo::indexOfPlaceHolder | | Prototype: | QList<int> QDockAreaLayoutInfo::indexOfPlaceHolder(const QString &objectName) const | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 1433-1455 |
| | 13 | 5 |
QDockAreaLayoutInfo::setTabBarShape| Name: | QDockAreaLayoutInfo::setTabBarShape | | Prototype: | void QDockAreaLayoutInfo::setTabBarShape(int shape) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | | Lines: | 2171-2184 |
| | 9 | 5 |
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::setFloating| Name: | QDockWidget::setFloating | | Prototype: | void QDockWidget::setFloating(bool floating) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 1324-1344 |
| | 11 | 5 |
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 |
QDockWidgetTitleButton::paintEvent| Name: | QDockWidgetTitleButton::paintEvent | | Prototype: | void QDockWidgetTitleButton::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 172-199 |
| | 20 | 5 |
QDomDocumentPrivate::setContent| Name: | QDomDocumentPrivate::setContent | | Prototype: | bool QDomDocumentPrivate::setContent(QXmlInputSource *source, QXmlReader *reader, QXmlSimpleReader *simpleReader, QString *errorMsg, int *errorLine, int *errorColumn) | | Coverage: | 29.412% (5/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 6214-6242 |
| | 21 | 5 |
QDomEntityPrivate::save| Name: | QDomEntityPrivate::save | | Prototype: | void QDomEntityPrivate::save(QTextStream& s, int, int) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 5725-5745 |
| | 12 | 5 |
QDomHandler::startElement| Name: | QDomHandler::startElement | | Prototype: | bool QDomHandler::startElement(const QString& nsURI, const QString&, const QString& qName, const QXmlAttributes& atts) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 7394-7423 |
| | 14 | 5 |
QDomImplementation::createDocumentType| Name: | QDomImplementation::createDocumentType | | Prototype: | QDomDocumentType QDomImplementation::createDocumentType(const QString& qName, const QString& publicId, const QString& systemId) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | | Lines: | 1020-1046 |
| | 19 | 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 |
QDragManager::drag| Name: | QDragManager::drag | | Prototype: | Qt::DropAction QDragManager::drag(QDrag *o) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | | Lines: | 121-146 |
| | 16 | 5 |
QDynamicBufferResourceRoot::registerSelf| Name: | QDynamicBufferResourceRoot::registerSelf | | Prototype: | bool registerSelf(const uchar *b, int size) | | Coverage: | 44.444% (12/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 886-928 |
| | 26 | 5 |
QEGLDeviceIntegrationFactory::keys| Name: | QEGLDeviceIntegrationFactory::keys | | Prototype: | QStringList QEGLDeviceIntegrationFactory::keys(const QString &pluginPath) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsdeviceintegration.cpp | | Lines: | 74-96 |
| | 14 | 5 |
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 |
QEglFSCursor::setCurrentCursor| Name: | QEglFSCursor::setCurrentCursor | | Prototype: | bool QEglFSCursor::setCurrentCursor(QCursor *cursor) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 214-248 |
| | 26 | 5 |
QEglFSIntegration::initialize| Name: | QEglFSIntegration::initialize | | Prototype: | void QEglFSIntegration::initialize() | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 121-145 |
| | 14 | 5 |
QEglFSIntegration::nativeResourceForIntegration| Name: | QEglFSIntegration::nativeResourceForIntegration | | Prototype: | void *QEglFSIntegration::nativeResourceForIntegration(const QByteArray &resource) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | | Lines: | 283-302 |
| | 10 | 5 |
QEglFSKmsDevice::crtcForConnector| Name: | QEglFSKmsDevice::crtcForConnector | | Prototype: | int QEglFSKmsDevice::crtcForConnector(drmModeResPtr resources, drmModeConnectorPtr connector) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsdevice.cpp | | Lines: | 65-87 |
| | 13 | 5 |
QEglFSKmsIntegration::hasCapability| Name: | QEglFSKmsIntegration::hasCapability | | Prototype: | bool QEglFSKmsIntegration::hasCapability(QPlatformIntegration::Capability cap) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsintegration.cpp | | Lines: | 117-127 |
| | 3 | 5 |
QEglFSWindow::setVisible| Name: | QEglFSWindow::setVisible | | Prototype: | void QEglFSWindow::setVisible(bool visible) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfswindow.cpp | | Lines: | 195-216 |
| | 13 | 5 |
QEvdevMouseManager::clampPosition| Name: | QEvdevMouseManager::clampPosition | | Prototype: | void QEvdevMouseManager::clampPosition() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevmouse/qevdevmousemanager.cpp | | Lines: | 113-127 |
| | 10 | 5 |
QEvdevTabletData::report| Name: | QEvdevTabletData::report | | Prototype: | void QEvdevTabletData::report() | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | | Lines: | 127-159 |
| | 21 | 5 |
QEvdevTabletHandler::QEvdevTabletHandler| Name: | QEvdevTabletHandler::QEvdevTabletHandler | | Prototype: | QEvdevTabletHandler::QEvdevTabletHandler(const QString &device, const QString &spec, QObject *parent) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablethandler.cpp | | Lines: | 162-189 |
| | 16 | 5 |
QEventDispatcherGlib::processEvents| Name: | QEventDispatcherGlib::processEvents | | Prototype: | bool QEventDispatcherGlib::processEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 404-433 |
| | 16 | 5 |
QEventDispatcherGlib::unregisterSocketNotifier| Name: | QEventDispatcherGlib::unregisterSocketNotifier | | Prototype: | void QEventDispatcherGlib::unregisterSocketNotifier(QSocketNotifier *notifier) | | Coverage: | 53.333% (8/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 480-509 |
| | 17 | 5 |
QExpandingLineEdit::changeEvent| Name: | QExpandingLineEdit::changeEvent | | Prototype: | void QExpandingLineEdit::changeEvent(QEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 536-550 |
| | 5 | 5 |
QExpandingLineEdit::resizeToContents| Name: | QExpandingLineEdit::resizeToContents | | Prototype: | void QExpandingLineEdit::resizeToContents() | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 568-585 |
| | 14 | 5 |
QFSCompleter::pathFromIndex| Name: | QFSCompleter::pathFromIndex | | Prototype: | QString QFSCompleter::pathFromIndex(const QModelIndex &index) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 4014-4034 |
| | 13 | 5 |
QFSFileEngine::supportsExtension| Name: | QFSFileEngine::supportsExtension | | Prototype: | bool QFSFileEngine::supportsExtension(Extension extension) const | | Coverage: | 80.000% (20/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 849-861 |
| | 10 | 5 |
QFSFileEnginePrivate::doStat| Name: | QFSFileEnginePrivate::doStat | | Prototype: | bool QFSFileEnginePrivate::doStat(QFileSystemMetaData::MetaDataFlags flags) const | | Coverage: | 94.118% (16/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine_unix.cpp | | Lines: | 499-515 |
| | 10 | 5 |
QFbWindow::setVisible| Name: | QFbWindow::setVisible | | Prototype: | void QFbWindow::setVisible(bool visible) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbwindow.cpp | | Lines: | 75-89 |
| | 9 | 5 |
QFileDevice::seek| Name: | QFileDevice::seek | | Prototype: | bool QFileDevice::seek(qint64 off) | | Coverage: | 33.333% (5/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | | Lines: | 400-420 |
| | 14 | 5 |
QFileDialog::restoreState| Name: | QFileDialog::restoreState | | Prototype: | bool QFileDialog::restoreState(const QByteArray &state) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 471-509 |
| | 29 | 5 |
QFileDialog::selectNameFilter| Name: | QFileDialog::selectNameFilter | | Prototype: | void QFileDialog::selectNameFilter(const QString &filter) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1449-1469 |
| | 14 | 5 |
QFileDialog::setDirectoryUrl| Name: | QFileDialog::setDirectoryUrl | | Prototype: | void QFileDialog::setDirectoryUrl(const QUrl &directory) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 975-990 |
| | 11 | 5 |
QFileDialog::setNameFilters| Name: | QFileDialog::setNameFilters | | Prototype: | void QFileDialog::setNameFilters(const QStringList &filters) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1404-1428 |
| | 16 | 5 |
QFileDialog::setProxyModel| Name: | QFileDialog::setProxyModel | | Prototype: | void QFileDialog::setProxyModel(QAbstractProxyModel *proxyModel) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3042-3095 |
| | 38 | 5 |
QFileDialogPrivate::_q_createDirectory| Name: | QFileDialogPrivate::_q_createDirectory | | Prototype: | void QFileDialogPrivate::_q_createDirectory() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3287-3312 |
| | 17 | 5 |
QFileDialogPrivate::_q_useNameFilter| Name: | QFileDialogPrivate::_q_useNameFilter | | Prototype: | void QFileDialogPrivate::_q_useNameFilter(int index) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 3654-3682 |
| | 20 | 5 |
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 |
QFileDialogPrivate::retranslateStrings| Name: | QFileDialogPrivate::retranslateStrings | | Prototype: | void QFileDialogPrivate::retranslateStrings() | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 661-691 |
| | 21 | 5 |
QFileDialogPrivate::updateFileNameLabel| Name: | QFileDialogPrivate::updateFileNameLabel | | Prototype: | void QFileDialogPrivate::updateFileNameLabel() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 607-622 |
| | 7 | 5 |
QFileDialogPrivate::userSelectedFiles| Name: | QFileDialogPrivate::userSelectedFiles | | Prototype: | QList<QUrl> QFileDialogPrivate::userSelectedFiles() const | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | | Lines: | 1187-1207 |
| | 13 | 5 |
QFileIconEngine::actualSize| Name: | QFileIconEngine::actualSize | | Prototype: | QSize actualSize(const QSize &size, QIcon::Mode mode, QIcon::State state) override | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qfileiconprovider.cpp | | Lines: | 129-155 |
| | 16 | 5 |