Function | Condition % | eLOC - Effective Lines of Codeā“ | McCabe - Cyclomatic Complexity |
QBoxLayout::addStrutName: | QBoxLayout::addStrut | Prototype: | void QBoxLayout::addStrut(int size) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1083-1096 |
| | 9 | 2 |
QBoxLayout::heightForWidthName: | QBoxLayout::heightForWidth | Prototype: | int QBoxLayout::heightForWidth(int w) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 663-677 |
| | 9 | 3 |
QBoxLayout::maximumSizeName: | QBoxLayout::maximumSize | Prototype: | QSize QBoxLayout::maximumSize() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 634-647 |
| | 9 | 4 |
QBoxLayout::setStretchFactorName: | QBoxLayout::setStretchFactor | Prototype: | bool QBoxLayout::setStretchFactor(QLayout *layout, int stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | Lines: | 1128-1142 |
| | 9 | 4 |
QBspTree::createName: | QBspTree::create | Prototype: | void QBspTree::create(int n, int d) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qbsptree.cpp | Lines: | 46-61 |
| | 9 | 3 |
QBuffer::openName: | QBuffer::open | Prototype: | bool QBuffer::open(OpenMode flags) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | Lines: | 321-336 |
| | 9 | 4 |
QByteArray::appendName: | QByteArray::append | Prototype: | QByteArray &QByteArray::append(const char *str, int len) | Coverage: | 85.714% (12/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1922-1934 |
| | 9 | 4 |
QByteArray::appendName: | QByteArray::append | Prototype: | QByteArray &QByteArray::append(const QByteArray &ba) | Coverage: | 100.000% (16/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 1865-1877 |
| | 9 | 4 |
QByteArray::countName: | QByteArray::count | Prototype: | int QByteArray::count(const QByteArray &ba) const | Coverage: | 46.154% (6/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2732-2745 |
| | 9 | 4 |
QByteArray::fromRawDataName: | QByteArray::fromRawData | Prototype: | QByteArray QByteArray::fromRawData(const char *data, int size) | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4200-4213 |
| | 9 | 4 |
QByteArray::indexOfName: | QByteArray::indexOf | Prototype: | int QByteArray::indexOf(const QByteArray &ba, int from) const | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2521-2534 |
| | 9 | 4 |
QByteArray::indexOfName: | QByteArray::indexOf | Prototype: | int QByteArray::indexOf(const char *c, int from) const | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2561-2574 |
| | 9 | 4 |
QByteArray::indexOfName: | QByteArray::indexOf | Prototype: | int QByteArray::indexOf(char ch, int from) const | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2589-2601 |
| | 9 | 5 |
QByteArray::midName: | QByteArray::mid | Prototype: | QByteArray QByteArray::mid(int pos, int len) const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 2934-2952 |
| | 9 | 5 |
QByteArray::setRawDataName: | QByteArray::setRawData | Prototype: | QByteArray &QByteArray::setRawData(const char *data, uint size) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | Lines: | 4229-4244 |
| | 9 | 3 |
QCalToolButton::paintEventName: | QCalToolButton::paintEvent | Prototype: | void paintEvent(QPaintEvent *e) override | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1577-1596 |
| | 9 | 2 |
QCalendarModel::dayNameName: | QCalendarModel::dayName | Prototype: | QString QCalendarModel::dayName(Qt::DayOfWeek day) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1093-1110 |
| | 9 | 6 |
QCalendarModel::setRangeName: | QCalendarModel::setRange | Prototype: | void QCalendarModel::setRange(const QDate &min, const QDate &max) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1245-1256 |
| | 9 | 4 |
QCalendarModel::setWeekNumbersShownName: | QCalendarModel::setWeekNumbersShown | Prototype: | void QCalendarModel::setWeekNumbersShown(bool show) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 1303-1317 |
| | 9 | 3 |
QCalendarTextNavigator::removeDateLabelName: | QCalendarTextNavigator::removeDateLabel | Prototype: | void QCalendarTextNavigator::removeDateLabel() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | Lines: | 750-761 |
| | 9 | 2 |
QCheckBox::mouseMoveEventName: | QCheckBox::mouseMoveEvent | Prototype: | void QCheckBox::mouseMoveEvent(QMouseEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | Lines: | 319-334 |
| | 9 | 4 |
QClipboard::emitChangedName: | QClipboard::emitChanged | Prototype: | void QClipboard::emitChanged(Mode mode) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qclipboard.cpp | Lines: | 576-592 |
| | 9 | 5 |
QCollator::detachName: | QCollator::detach | Prototype: | void QCollator::detach() | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcollator.cpp | Lines: | 148-160 |
| | 9 | 3 |
QColor::convertToName: | QColor::convertTo | Prototype: | QColor QColor::convertTo(QColor::Spec colorSpec) const noexcept | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | Lines: | 1864-1881 |
| | 9 | 7 |
QColorDialogPrivate::handleColorPickingKeyPressName: | QColorDialogPrivate::handleColorPickingKeyPress | Prototype: | bool QColorDialogPrivate::handleColorPickingKeyPress(QKeyEvent *e) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 2258-2270 |
| | 9 | 3 |
QColorDialogPrivate::initName: | QColorDialogPrivate::init | Prototype: | void QColorDialogPrivate::init(const QColor &initial) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 1670-1691 |
| | 9 | 2 |
QColorPicker::paintEventName: | QColorPicker::paintEvent | Prototype: | void QColorPicker::paintEvent(QPaintEvent* ) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 941-955 |
| | 9 | 2 |
QColorPicker::setColName: | QColorPicker::setCol | Prototype: | void QColorPicker::setCol(int h, int s) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | Lines: | 912-925 |
| | 9 | 2 |
QColumnView::resizeEventName: | QColumnView::resizeEvent | Prototype: | void QColumnView::resizeEvent(QResizeEvent *event) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | Lines: | 386-399 |
| | 9 | 3 |
QColumnView::visualRectName: | QColumnView::visualRect | Prototype: | QRect QColumnView::visualRect(const QModelIndex &index) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | Lines: | 222-236 |
| | 9 | 4 |
QColumnViewPrivate::initializeName: | QColumnViewPrivate::initialize | Prototype: | void QColumnViewPrivate::initialize() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | Lines: | 104-117 |
| | 9 | 1 |
QComboBox::setModelColumnName: | QComboBox::setModelColumn | Prototype: | void QComboBox::setModelColumn(int visibleColumn) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 3446-3459 |
| | 9 | 3 |
QComboBoxPrivate::initName: | QComboBoxPrivate::init | Prototype: | void QComboBoxPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 966-988 |
| | 9 | 2 |
QComboBoxPrivate::newHoverControlName: | QComboBoxPrivate::newHoverControl | Prototype: | QStyle::SubControl QComboBoxPrivate::newHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 271-282 |
| | 9 | 1 |
QComboBoxPrivate::updateHoverControlName: | QComboBoxPrivate::updateHoverControl | Prototype: | bool QComboBoxPrivate::updateHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 256-269 |
| | 9 | 2 |
QComboBoxPrivate::updateLayoutDirectionName: | QComboBoxPrivate::updateLayoutDirection | Prototype: | void QComboBoxPrivate::updateLayoutDirection() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 372-383 |
| | 9 | 3 |
QComboBoxPrivateContainer::resizeEventName: | QComboBoxPrivateContainer::resizeEvent | Prototype: | void QComboBoxPrivateContainer::resizeEvent(QResizeEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | Lines: | 398-412 |
| | 9 | 3 |
QCommonListViewBase::verticalScrollToValueName: | QCommonListViewBase::verticalScrollToValue | Prototype: | int QCommonListViewBase::verticalScrollToValue(int , QListView::ScrollHint hint, bool above, bool below, const QRect &area, const QRect &rect) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 1944-1956 |
| | 9 | 4 |
QCompleter::setFilterModeName: | QCompleter::setFilterMode | Prototype: | void QCompleter::setFilterMode(Qt::MatchFlags filterMode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 1150-1167 |
| | 9 | 3 |
QCompleter::setWidgetName: | QCompleter::setWidget | Prototype: | void QCompleter::setWidget(QWidget *widget) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 1007-1019 |
| | 9 | 4 |
QCompletionModel::currentIndexName: | QCompletionModel::currentIndex | Prototype: | QModelIndex QCompletionModel::currentIndex(bool sourceIndex) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 299-312 |
| | 9 | 4 |
QCompletionModel::rowCountName: | QCompletionModel::rowCount | Prototype: | int QCompletionModel::rowCount(const QModelIndex &parent) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | Lines: | 347-362 |
| | 9 | 4 |
QCoreApplication::setApplicationNameName: | QCoreApplication::setApplicationName | Prototype: | void QCoreApplication::setApplicationName(const QString &application) | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | Lines: | 2384-2397 |
| | 9 | 4 |
QCryptographicHash::addDataName: | QCryptographicHash::addData | Prototype: | bool QCryptographicHash::addData(QIODevice* device) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcryptographichash.cpp | Lines: | 350-365 |
| | 9 | 4 |
QDBusAbstractInterface::connectNotifyName: | QDBusAbstractInterface::connectNotify | Prototype: | void QDBusAbstractInterface::connectNotify(const QMetaMethod &signal) | Coverage: | 70.000% (7/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | Lines: | 607-624 |
| | 9 | 4 |
QDBusAbstractInterfacePrivate::QDBusAbstractInterfacePrivateName: | 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 |
QDBusConnectionInterface::connectNotifyName: | 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::getNameOwnerName: | QDBusConnectionPrivate::getNameOwner | Prototype: | QString QDBusConnectionPrivate::getNameOwner(const QString& serviceName) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 2485-2502 |
| | 9 | 4 |
QDBusConnectionPrivate::serviceOwnerChangedNoLockName: | QDBusConnectionPrivate::serviceOwnerChangedNoLock | Prototype: | void QDBusConnectionPrivate::serviceOwnerChangedNoLock(const QString &name, const QString &oldOwner, const QString &newOwner) | Coverage: | 63.636% (7/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 1290-1304 |
| | 9 | 4 |
QDBusConnectionPrivate::socketReadName: | QDBusConnectionPrivate::socketRead | Prototype: | void QDBusConnectionPrivate::socketRead(int fd) | Coverage: | 50.000% (8/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | Lines: | 1203-1216 |
| | 9 | 4 |
QDBusMarshaller::beginArrayName: | QDBusMarshaller::beginArray | Prototype: | inline QDBusMarshaller *QDBusMarshaller::beginArray(int id) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmarshaller.cpp | Lines: | 249-262 |
| | 9 | 2 |
QDBusMenuAdaptor::AboutToShowName: | 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 |
QDBusMenuItem::registerDBusTypesName: | QDBusMenuItem::registerDBusTypes | Prototype: | void QDBusMenuItem::registerDBusTypes() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusmenutypes.cpp | Lines: | 165-176 |
| | 9 | 1 |
QDBusServer::~QDBusServerName: | QDBusServer::~QDBusServer | Prototype: | QDBusServer::~QDBusServer() | Coverage: | 80.000% (4/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusserver.cpp | Lines: | 104-116 |
| | 9 | 3 |
QDBusServiceWatcherPrivate::setConnectionName: | 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 |
QDBusUtil::isValidInterfaceNameName: | 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::isValidMemberNameName: | 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 |
QDataStream::QDataStreamName: | QDataStream::QDataStream | Prototype: | QDataStream::QDataStream(QByteArray *a, QIODevice::OpenMode flags) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdatastream.cpp | Lines: | 318-331 |
| | 9 | 1 |
QDataWidgetMapperPrivate::commitName: | QDataWidgetMapperPrivate::commit | Prototype: | bool QDataWidgetMapperPrivate::commit(const WidgetMapper &m) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | Lines: | 142-158 |
| | 9 | 4 |
QDate::addYearsName: | QDate::addYears | Prototype: | QDate QDate::addYears(int nyears) const | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 1107-1124 |
| | 9 | 3 |
QDate::getDateName: | 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 |
QDate::toStringName: | QDate::toString | Prototype: | QString QDate::toString(Qt::DateFormat format) const | Coverage: | 85.714% (18/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | Lines: | 855-881 |
| | 9 | 13 |
QDateTime::timeZoneAbbreviationName: | 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 |
QDateTimeEditPrivate::newHoverControlName: | QDateTimeEditPrivate::newHoverControl | Prototype: | QStyle::SubControl QDateTimeEditPrivate::newHoverControl(const QPoint &pos) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2456-2469 |
| | 9 | 2 |
QDateTimeEditPrivate::updateArrowName: | QDateTimeEditPrivate::updateArrow | Prototype: | void QDateTimeEditPrivate::updateArrow(QStyle::StateFlag state) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | Lines: | 2435-2449 |
| | 9 | 3 |
QDateTimeParser::absoluteMinName: | QDateTimeParser::absoluteMin | Prototype: | int QDateTimeParser::absoluteMin(int s) const | Coverage: | 83.333% (15/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | Lines: | 227-248 |
| | 9 | 14 |
QDial::mousePressEventName: | QDial::mousePressEvent | Prototype: | void QDial::mousePressEvent(QMouseEvent *e) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdial.cpp | Lines: | 283-299 |
| | 9 | 2 |
QDialog::openName: | QDialog::open | Prototype: | void QDialog::open() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qdialog.cpp | Lines: | 493-510 |
| | 9 | 2 |
QDir::filePathName: | QDir::filePath | Prototype: | QString QDir::filePath(const QString &fileName) const | Coverage: | 85.714% (12/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 691-704 |
| | 9 | 4 |
QDirModel::fileNameName: | QDirModel::fileName | Prototype: | QString QDirModel::fileName(const QModelIndex &index) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 1109-1120 |
| | 9 | 4 |
QDirModelPrivate::invalidateName: | QDirModelPrivate::invalidate | Prototype: | void QDirModelPrivate::invalidate() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | Lines: | 173-185 |
| | 9 | 3 |
QDirPrivate::setPathName: | QDirPrivate::setPath | Prototype: | inline void QDirPrivate::setPath(const QString &path) | Coverage: | 100.000% (6/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | Lines: | 155-176 |
| | 9 | 2 |
QDistanceFieldData::createName: | QDistanceFieldData::create | Prototype: | QDistanceFieldData *QDistanceFieldData::create(const QPainterPath &path, bool doubleResolution) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qdistancefield.cpp | Lines: | 806-819 |
| | 9 | 1 |
QDockAreaLayout::usedSeparatorWidgetsName: | QDockAreaLayout::usedSeparatorWidgets | Prototype: | QSet<QWidget*> QDockAreaLayout::usedSeparatorWidgets() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 3380-3392 |
| | 9 | 3 |
QDockAreaLayoutInfo::removeName: | QDockAreaLayoutInfo::remove | Prototype: | void QDockAreaLayoutInfo::remove(const QList<int> &path) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 1002-1016 |
| | 9 | 2 |
QDockAreaLayoutInfo::setTabBarShapeName: | 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::usedTabBarsName: | QDockAreaLayoutInfo::usedTabBars | Prototype: | QSet<QTabBar*> QDockAreaLayoutInfo::usedTabBars() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 2202-2218 |
| | 9 | 4 |
QDockAreaLayoutItem::sizeHintName: | QDockAreaLayoutItem::sizeHint | Prototype: | QSize QDockAreaLayoutItem::sizeHint() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockarealayout.cpp | Lines: | 177-189 |
| | 9 | 4 |
QDomElement::setAttributeName: | QDomElement::setAttribute | Prototype: | void QDomElement::setAttribute(const QString& name, double value) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4874-4886 |
| | 9 | 3 |
QDomElementPrivate::textName: | QDomElementPrivate::text | Prototype: | QString QDomElementPrivate::text() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 4541-4555 |
| | 9 | 4 |
QDomNodePrivate::clearName: | QDomNodePrivate::clear | Prototype: | void QDomNodePrivate::clear() | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/xml/dom/qdom.cpp | Lines: | 1491-1504 |
| | 9 | 3 |
QEGLStreamConvenience::QEGLStreamConvenienceName: | QEGLStreamConvenience::QEGLStreamConvenience | Prototype: | QEGLStreamConvenience::QEGLStreamConvenience() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eglconvenience/qeglstreamconvenience.cpp | Lines: | 45-69 |
| | 9 | 2 |
QEglFSContext::createTemporaryOffscreenSurfaceName: | QEglFSContext::createTemporaryOffscreenSurface | Prototype: | EGLSurface QEglFSContext::createTemporaryOffscreenSurface() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscontext.cpp | Lines: | 68-82 |
| | 9 | 4 |
QEglFSCursor::createCursorTextureName: | QEglFSCursor::createCursorTexture | Prototype: | void QEglFSCursor::createCursorTexture(uint *texture, const QImage &image) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | Lines: | 154-166 |
| | 9 | 2 |
QEglFSIntegration::hasCapabilityName: | QEglFSIntegration::hasCapability | Prototype: | bool QEglFSIntegration::hasCapability(QPlatformIntegration::Capability cap) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfsintegration.cpp | Lines: | 234-248 |
| | 9 | 8 |
QEglFSKmsDevice::connectorPropertyName: | QEglFSKmsDevice::connectorProperty | Prototype: | drmModePropertyPtr QEglFSKmsDevice::connectorProperty(drmModeConnectorPtr connector, const QByteArray &name) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/deviceintegration/eglfs_kms_support/qeglfskmsdevice.cpp | Lines: | 316-330 |
| | 9 | 4 |
QEvdevTouchScreenHandler::registerTouchDeviceName: | QEvdevTouchScreenHandler::registerTouchDevice | Prototype: | void QEvdevTouchScreenHandler::registerTouchDevice() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | Lines: | 383-396 |
| | 9 | 3 |
QFactoryLoader::indexOfName: | QFactoryLoader::indexOf | Prototype: | int QFactoryLoader::indexOf(const QString &needle) const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 326-339 |
| | 9 | 4 |
QFactoryLoader::keyMapName: | QFactoryLoader::keyMap | Prototype: | QMultiMap<int, QString> QFactoryLoader::keyMap() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | Lines: | 312-324 |
| | 9 | 3 |
QFbScreen::lowerName: | QFbScreen::lower | Prototype: | void QFbScreen::lower(QFbWindow *window) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | Lines: | 126-137 |
| | 9 | 2 |
QFbScreen::raiseName: | QFbScreen::raise | Prototype: | void QFbScreen::raise(QFbWindow *window) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbscreen.cpp | Lines: | 113-124 |
| | 9 | 2 |
QFbVtHandler::setKeyboardEnabledName: | QFbVtHandler::setKeyboardEnabled | Prototype: | void QFbVtHandler::setKeyboardEnabled(bool enable) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fbconvenience/qfbvthandler.cpp | Lines: | 145-164 |
| | 9 | 4 |
QFbWindow::setVisibleName: | 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 |
QFile::setFileNameName: | QFile::setFileName | Prototype: | void QFile::setFileName(const QString &name) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfile.cpp | Lines: | 319-333 |
| | 9 | 3 |
QFileDevice::mapName: | QFileDevice::map | Prototype: | uchar *QFileDevice::map(qint64 offset, qint64 size, MemoryMapFlags flags) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfiledevice.cpp | Lines: | 702-714 |
| | 9 | 3 |
QFileDialog::selectedUrlsName: | QFileDialog::selectedUrls | Prototype: | QList<QUrl> QFileDialog::selectedUrls() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 1284-1297 |
| | 9 | 3 |
QFileDialogPrivate::_q_navigateToParentName: | QFileDialogPrivate::_q_navigateToParent | Prototype: | void QFileDialogPrivate::_q_navigateToParent() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 3267-3280 |
| | 9 | 2 |
QFileDialogPrivate::helperPrepareShowName: | QFileDialogPrivate::helperPrepareShow | Prototype: | void QFileDialogPrivate::helperPrepareShow(QPlatformDialogHelper *) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qfiledialog.cpp | Lines: | 556-567 |
| | 9 | 4 |
QFileInfo::createdName: | QFileInfo::created | Prototype: | QDateTime QFileInfo::created() const | Coverage: | 78.571% (11/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | Lines: | 1310-1322 |
| | 9 | 5 |
QFileInfo::lastModifiedName: | QFileInfo::lastModified | Prototype: | QDateTime QFileInfo::lastModified() const | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfileinfo.cpp | Lines: | 1329-1341 |
| | 9 | 5 |