| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QDBusConnection::send| Name: | QDBusConnection::send | | Prototype: | bool QDBusConnection::send(const QDBusMessage &message) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 576-586 |
| | 7 | 3 |
QDBusConnection::disconnect| Name: | QDBusConnection::disconnect | | Prototype: | bool QDBusConnection::disconnect(const QString &service, const QString &path, const QString& interface, const QString &name, const QStringList &argumentMatch, const QString &signature, QObject *receiver, const char *slot) | | Coverage: | 40.000% (8/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 850-862 |
| | 7 | 4 |
QDBusConnection::callWithCallback| Name: | QDBusConnection::callWithCallback | | Prototype: | bool QDBusConnection::callWithCallback(const QDBusMessage &message, QObject *receiver, const char *returnMethod, const char *errorMethod, int timeout) const | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusconnection.cpp | | Lines: | 607-619 |
| | 7 | 3 |
QDBusBlockingCallWatcher::~QDBusBlockingCallWatcher| Name: | QDBusBlockingCallWatcher::~QDBusBlockingCallWatcher | | Prototype: | ~QDBusBlockingCallWatcher() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2018-2029 |
| | 7 | 3 |
QDBusArgument::QDBusArgument| Name: | QDBusArgument::QDBusArgument | | Prototype: | QDBusArgument::QDBusArgument() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusargument.cpp | | Lines: | 290-303 |
| | 7 | 2 |
QDBusActivateObjectEvent::placeMetaCall| Name: | QDBusActivateObjectEvent::placeMetaCall | | Prototype: | void QDBusActivateObjectEvent::placeMetaCall(QObject *) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1602-1613 |
| | 7 | 1 |
QDBusAbstractInterface::asyncCallWithArgumentList| Name: | QDBusAbstractInterface::asyncCallWithArgumentList | | Prototype: | QDBusPendingCall QDBusAbstractInterface::asyncCallWithArgumentList(const QString& method, const QList<QVariant>& args) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractinterface.cpp | | Lines: | 516-528 |
| | 7 | 2 |
QCursorData::cleanup| Name: | QCursorData::cleanup | | Prototype: | void QCursorData::cleanup() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 635-647 |
| | 7 | 4 |
QCursor::pos| Name: | QCursor::pos | | Prototype: | QPoint QCursor::pos(const QScreen *screen) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 185-196 |
| | 7 | 3 |
QCssScanner_Generated::handleCommentStart| Name: | QCssScanner_Generated::handleCommentStart | | Prototype: | int QCssScanner_Generated::handleCommentStart() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp | | Lines: | 2104-2115 |
| | 7 | 3 |
QCosmeticStroker::drawPoints| Name: | QCosmeticStroker::drawPoints | | Prototype: | void QCosmeticStroker::drawPoints(const QPoint *points, int num) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | | Lines: | 385-396 |
| | 7 | 2 |
QCosmeticStroker::drawPoints| Name: | QCosmeticStroker::drawPoints | | Prototype: | void QCosmeticStroker::drawPoints(const QPointF *points, int num) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp | | Lines: | 398-409 |
| | 7 | 2 |
QCoreApplicationPrivate::notify_helper| Name: | QCoreApplicationPrivate::notify_helper | | Prototype: | bool QCoreApplicationPrivate::notify_helper(QObject *receiver, QEvent * event) | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1111-1123 |
| | 7 | 3 |
QCoreApplication::installNativeEventFilter| Name: | QCoreApplication::installNativeEventFilter | | Prototype: | void QCoreApplication::installNativeEventFilter(QAbstractNativeEventFilter *filterObj) | | Coverage: | 44.444% (4/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2664-2675 |
| | 7 | 3 |
QCoreApplication::exit| Name: | QCoreApplication::exit | | Prototype: | void QCoreApplication::exit(int returnCode) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1292-1315 |
| | 7 | 3 |
QCoreApplication::applicationDirPath| Name: | QCoreApplication::applicationDirPath | | Prototype: | QString QCoreApplication::applicationDirPath() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2087-2098 |
| | 7 | 3 |
QConfFileSettingsPrivate::set| Name: | QConfFileSettingsPrivate::set | | Prototype: | void QConfFileSettingsPrivate::set(const QString &key, const QVariant &value) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1229-1239 |
| | 7 | 2 |
QConfFileSettingsPrivate::clear| Name: | QConfFileSettingsPrivate::clear | | Prototype: | void QConfFileSettingsPrivate::clear() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 1317-1327 |
| | 7 | 2 |
QConfFile::mergedKeyMap| Name: | QConfFile::mergedKeyMap | | Prototype: | ParsedSettingsMap QConfFile::mergedKeyMap() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 164-174 |
| | 7 | 3 |
QCompletionEngine::lookupCache| Name: | QCompletionEngine::lookupCache | | Prototype: | bool QCompletionEngine::lookupCache(QString part, const QModelIndex& parent, QMatchData *m) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 512-521 |
| | 7 | 3 |
QCompleter::setCompletionColumn| Name: | QCompleter::setCompletionColumn | | Prototype: | void QCompleter::setCompletionColumn(int column) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 1575-1586 |
| | 7 | 3 |
QCommandLinkButtonPrivate::titleRect| Name: | QCommandLinkButtonPrivate::titleRect | | Prototype: | QRect QCommandLinkButtonPrivate::titleRect() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 172-184 |
| | 7 | 2 |
QCommandLinkButtonPrivate::mergedColors| Name: | QCommandLinkButtonPrivate::mergedColors | | Prototype: | QColor QCommandLinkButtonPrivate::mergedColors(const QColor &a, const QColor &b, int value = 50) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 126-135 |
| | 7 | 1 |
QCommandLineParser::addHelpOption| Name: | QCommandLineParser::addHelpOption | | Prototype: | QCommandLineOption QCommandLineParser::addHelpOption() | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 428-439 |
| | 7 | 3 |
QComboBoxPrivateContainer::spacing| Name: | QComboBoxPrivateContainer::spacing | | Prototype: | int QComboBoxPrivateContainer::spacing() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 610-621 |
| | 7 | 3 |
QComboBoxPrivate::updateArrow| Name: | QComboBoxPrivate::updateArrow | | Prototype: | void QComboBoxPrivate::updateArrow(QStyle::StateFlag state) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 215-224 |
| | 7 | 2 |
QComboBoxPrivate::keyboardSearchString| Name: | QComboBoxPrivate::keyboardSearchString | | Prototype: | void QComboBoxPrivate::keyboardSearchString(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 3315-3326 |
| | 7 | 2 |
QComboBoxPrivate::_q_itemSelected| Name: | QComboBoxPrivate::_q_itemSelected | | Prototype: | void QComboBoxPrivate::_q_itemSelected(const QModelIndex &item) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1278-1288 |
| | 7 | 3 |
QComboBox::setView| Name: | QComboBox::setView | | Prototype: | void QComboBox::setView(QAbstractItemView *itemView) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2408-2419 |
| | 7 | 3 |
QComboBox::setSizeAdjustPolicy| Name: | QComboBox::setSizeAdjustPolicy | | Prototype: | void QComboBox::setSizeAdjustPolicy(QComboBox::SizeAdjustPolicy policy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1603-1613 |
| | 7 | 2 |
QComboBox::setIconSize| Name: | QComboBox::setIconSize | | Prototype: | void QComboBox::setIconSize(const QSize &size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1668-1678 |
| | 7 | 2 |
QComboBox::setCompleter| Name: | QComboBox::setCompleter | | Prototype: | void QComboBox::setCompleter(QCompleter *c) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1881-1891 |
| | 7 | 3 |
QComboBox::insertSeparator| Name: | QComboBox::insertSeparator | | Prototype: | void QComboBox::insertSeparator(int index) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 2328-2337 |
| | 7 | 2 |
QColumnViewGrip::mouseDoubleClickEvent| Name: | QColumnViewGrip::mouseDoubleClickEvent | | Prototype: | void QColumnViewGrip::mouseDoubleClickEvent(QMouseEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnviewgrip.cpp | | Lines: | 136-145 |
| | 7 | 2 |
QColumnView::columnWidths| Name: | QColumnView::columnWidths | | Prototype: | QList<int> QColumnView::columnWidths() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 884-893 |
| | 7 | 2 |
QColorWell::dropEvent| Name: | QColorWell::dropEvent | | Prototype: | void QColorWell::dropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 676-687 |
| | 7 | 2 |
QColorShowLabel::dropEvent| Name: | QColorShowLabel::dropEvent | | Prototype: | void QColorShowLabel::dropEvent(QDropEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1150-1161 |
| | 7 | 2 |
QColorDialogStaticData::QColorDialogStaticData| Name: | QColorDialogStaticData::QColorDialogStaticData | | Prototype: | QColorDialogStaticData::QColorDialogStaticData() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | | Lines: | 245-254 |
| | 7 | 4 |
QColorDialogPrivate::_q_updateColorPicking| Name: | QColorDialogPrivate::_q_updateColorPicking | | Prototype: | void QColorDialogPrivate::_q_updateColorPicking() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2213-2230 |
| | 7 | 3 |
QColorDialog::getColor| Name: | QColorDialog::getColor | | Prototype: | QColor QColorDialog::getColor(const QColor &initial, QWidget *parent, const QString &title, ColorDialogOptions options) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 2155-2165 |
| | 7 | 2 |
QColor::dark| Name: | QColor::dark | | Prototype: | QColor QColor::dark(int factor) const noexcept | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcolor.cpp | | Lines: | 2383-2395 |
| | 7 | 3 |
QChar::isSymbol| Name: | QChar::isSymbol | | Prototype: | bool QChar::isSymbol(uint ucs4) noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 819-828 |
| | 7 | 2 |
QCalendarWidget::showPreviousMonth| Name: | QCalendarWidget::showPreviousMonth | | Prototype: | void QCalendarWidget::showPreviousMonth() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2388-2399 |
| | 7 | 2 |
QCalendarWidget::showNextMonth| Name: | QCalendarWidget::showNextMonth | | Prototype: | void QCalendarWidget::showNextMonth() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2368-2379 |
| | 7 | 2 |
QCalendarWidget::setHorizontalHeaderFormat| Name: | QCalendarWidget::setHorizontalHeaderFormat | | Prototype: | void QCalendarWidget::setHorizontalHeaderFormat(QCalendarWidget::HorizontalHeaderFormat format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 2618-2628 |
| | 7 | 2 |
QCalendarMonthValidator::text| Name: | QCalendarMonthValidator::text | | Prototype: | QString QCalendarMonthValidator::text(const QDate &date, int repeat) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 318-329 |
| | 7 | 4 |
QCalendarModel::referenceDate| Name: | QCalendarModel::referenceDate | | Prototype: | QDate QCalendarModel::referenceDate() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1023-1033 |
| | 7 | 3 |
QCalendarModel::dayOfWeekForColumn| Name: | QCalendarModel::dayOfWeekForColumn | | Prototype: | Qt::DayOfWeek QCalendarModel::dayOfWeekForColumn(int column) const | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 990-999 |
| | 7 | 3 |
QCalendarDayValidator::text| Name: | QCalendarDayValidator::text | | Prototype: | QString QCalendarDayValidator::text(const QDate &date, int repeat) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 208-219 |
| | 7 | 4 |
QCacheItem::writeHeader| Name: | QCacheItem::writeHeader | | Prototype: | void QCacheItem::writeHeader(QFile *device) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkdiskcache.cpp | | Lines: | 674-684 |
| | 7 | 1 |
QCUPSSupport::setPageSet| Name: | QCUPSSupport::setPageSet | | Prototype: | void QCUPSSupport::setPageSet(QPrinter *printer, const PageSet pageSet) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qcups.cpp | | Lines: | 164-183 |
| | 7 | 8 |
QByteDeviceWrappingIoDevice::readData| Name: | QByteDeviceWrappingIoDevice::readData | | Prototype: | qint64 QByteDeviceWrappingIoDevice::readData( char * data, qint64 maxSize) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qnoncontiguousbytedevice.cpp | | Lines: | 445-455 |
| | 7 | 2 |
QByteArrayList_joinedSize| Name: | QByteArrayList_joinedSize | | Prototype: | static int QByteArrayList_joinedSize(const QByteArrayList *that, int seplen) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearraylist.cpp | | Lines: | 125-137 |
| | 7 | 3 |
QByteArray::toHex| Name: | QByteArray::toHex | | Prototype: | QByteArray QByteArray::toHex() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4366-4376 |
| | 7 | 2 |
QByteArray::toDouble| Name: | QByteArray::toDouble | | Prototype: | double QByteArray::toDouble(bool *ok) const | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3795-3804 |
| | 7 | 2 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(int pos, int len, const QByteArray &after) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2128-2140 |
| | 7 | 2 |
QByteArray::replace| Name: | QByteArray::replace | | Prototype: | QByteArray &QByteArray::replace(char before, char after) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2424-2434 |
| | 7 | 4 |
QByteArray::prepend| Name: | QByteArray::prepend | | Prototype: | QByteArray &QByteArray::prepend(const QByteArray &ba) | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1773-1783 |
| | 7 | 3 |
QByteArray::prepend| Name: | QByteArray::prepend | | Prototype: | QByteArray &QByteArray::prepend(char ch) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1830-1839 |
| | 7 | 2 |
QByteArray::fromPercentEncoding| Name: | QByteArray::fromPercentEncoding | | Prototype: | QByteArray QByteArray::fromPercentEncoding(const QByteArray &input, char percent) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4438-4448 |
| | 7 | 3 |
QByteArray::count| Name: | QByteArray::count | | Prototype: | int QByteArray::count(char ch) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2768-2777 |
| | 7 | 3 |
QByteArray::append| Name: | QByteArray::append | | Prototype: | QByteArray& QByteArray::append(const char *str) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1898-1908 |
| | 7 | 3 |
QByteArray::QByteArray| Name: | QByteArray::QByteArray | | Prototype: | QByteArray::QByteArray(int size, char ch) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1599-1610 |
| | 7 | 3 |
QButtonGroup::removeButton| Name: | QButtonGroup::removeButton | | Prototype: | void QButtonGroup::removeButton(QAbstractButton *button) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | | Lines: | 271-282 |
| | 7 | 3 |
QBoxLayout::insertSpacerItem| Name: | QBoxLayout::insertSpacerItem | | Prototype: | void QBoxLayout::insertSpacerItem(int index, QSpacerItem *spacerItem) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qboxlayout.cpp | | Lines: | 922-932 |
| | 7 | 2 |
QBmpHandler::canRead| Name: | QBmpHandler::canRead | | Prototype: | bool QBmpHandler::canRead(QIODevice *device) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbmphandler.cpp | | Lines: | 748-760 |
| | 7 | 3 |
QBlitterPaintEnginePrivate::updateCompleteState| Name: | QBlitterPaintEnginePrivate::updateCompleteState | | Prototype: | void QBlitterPaintEnginePrivate::updateCompleteState(QPainterState *s) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 295-304 |
| | 7 | 1 |
QBlitterPaintEngine::fill| Name: | QBlitterPaintEngine::fill | | Prototype: | void QBlitterPaintEngine::fill(const QVectorPath &path, const QBrush &brush) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 536-547 |
| | 7 | 2 |
QBlittablePlatformPixmap::resize| Name: | QBlittablePlatformPixmap::resize | | Prototype: | void QBlittablePlatformPixmap::resize(int width, int height) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_blitter.cpp | | Lines: | 92-101 |
| | 7 | 1 |
QBitArray::operator|=| Name: | QBitArray::operator|= | | Prototype: | QBitArray &QBitArray::operator|=(const QBitArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 520-529 |
| | 7 | 2 |
QBitArray::operator^=| Name: | QBitArray::operator^= | | Prototype: | QBitArray &QBitArray::operator^=(const QBitArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 546-555 |
| | 7 | 2 |
QBasicMutex::unlockInternal| Name: | QBasicMutex::unlockInternal | | Prototype: | void QBasicMutex::unlockInternal() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex_linux.cpp | | Lines: | 191-201 |
| | 7 | 1 |
QBasicMouseEventTransition::eventTest| Name: | QBasicMouseEventTransition::eventTest | | Prototype: | bool QBasicMouseEventTransition::eventTest(QEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/statemachine/qbasicmouseeventtransition.cpp | | Lines: | 190-200 |
| | 7 | 2 |
QBasicDrag::recreateShapedPixmapWindow| Name: | QBasicDrag::recreateShapedPixmapWindow | | Prototype: | void QBasicDrag::recreateShapedPixmapWindow(QScreen *screen, const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qsimpledrag.cpp | | Lines: | 237-249 |
| | 7 | 1 |
QBalloonTip::showBalloon| Name: | QBalloonTip::showBalloon | | Prototype: | void QBalloonTip::showBalloon(QSystemTrayIcon::MessageIcon icon, const QString& title, const QString& message, QSystemTrayIcon *trayIcon, const QPoint& pos, int timeout, bool showArrow) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp | | Lines: | 401-413 |
| | 7 | 3 |
QAssociativeIterable::const_iterator::operator=| Name: | QAssociativeIterable::const_iterator::operator= | | Prototype: | QAssociativeIterable::const_iterator& QAssociativeIterable::const_iterator::operator=(const const_iterator &other) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qvariant.cpp | | Lines: | 4318-4329 |
| | 7 | 2 |
QAsn1Element::toVector| Name: | QAsn1Element::toVector | | Prototype: | QVector<QAsn1Element> QAsn1Element::toVector() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qasn1element.cpp | | Lines: | 298-308 |
| | 7 | 3 |
QApplicationPrivate::setSystemPalette| Name: | QApplicationPrivate::setSystemPalette | | Prototype: | void QApplicationPrivate::setSystemPalette(const QPalette &pal) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1550-1577 |
| | 7 | 3 |
QApplicationPrivate::desktopStyleKey| Name: | QApplicationPrivate::desktopStyleKey | | Prototype: | QString QApplicationPrivate::desktopStyleKey() | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1719-1732 |
| | 7 | 4 |
QApplication::topLevelWidgets| Name: | QApplication::topLevelWidgets | | Prototype: | QWidgetList QApplication::topLevelWidgets() | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1782-1793 |
| | 7 | 3 |
QAction::shortcuts| Name: | QAction::shortcuts | | Prototype: | QList<QKeySequence> QAction::shortcuts() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 472-481 |
| | 7 | 3 |
QAction::setShortcut| Name: | QAction::setShortcut | | Prototype: | void QAction::setShortcut(const QKeySequence &shortcut) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 394-405 |
| | 7 | 3 |
QAction::setMenu| Name: | QAction::setMenu | | Prototype: | void QAction::setMenu(QMenu *menu) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 672-681 |
| | 7 | 3 |
QAccessibleWidget::window| Name: | QAccessibleWidget::window | | Prototype: | QWindow *QAccessibleWidget::window() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 211-221 |
| | 7 | 3 |
QAccessibleToolButton::role| Name: | QAccessibleToolButton::role | | Prototype: | QAccessible::Role QAccessibleToolButton::role() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 306-319 |
| | 7 | 3 |
QAccessibleToolButton::actionNames| Name: | QAccessibleToolButton::actionNames | | Prototype: | QStringList QAccessibleToolButton::actionNames() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 338-348 |
| | 7 | 4 |
QAccessibleTableHeaderCell::headerView| Name: | QAccessibleTableHeaderCell::headerView | | Prototype: | QHeaderView *QAccessibleTableHeaderCell::headerView() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 1175-1193 |
| | 7 | 4 |
QAccessibleMenuItem::window| Name: | QAccessibleMenuItem::window | | Prototype: | QWindow *QAccessibleMenuItem::window() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | | Lines: | 235-246 |
| | 7 | 4 |
QAccessibleMenuItem::actionNames| Name: | QAccessibleMenuItem::actionNames | | Prototype: | QStringList QAccessibleMenuItem::actionNames() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblemenu.cpp | | Lines: | 329-341 |
| | 7 | 3 |
QAccessibleDisplay::imageSize| Name: | QAccessibleDisplay::imageSize | | Prototype: | QSize QAccessibleDisplay::imageSize() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 501-510 |
| | 7 | 3 |
QAccessibleDisplay::imagePosition| Name: | QAccessibleDisplay::imagePosition | | Prototype: | QPoint QAccessibleDisplay::imagePosition() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 513-523 |
| | 7 | 3 |
QAccessibleCache::deleteInterface| Name: | QAccessibleCache::deleteInterface | | Prototype: | void QAccessibleCache::deleteInterface(QAccessible::Id id, QObject *obj) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessiblecache.cpp | | Lines: | 121-134 |
| | 7 | 3 |
QAccessibleButton::role| Name: | QAccessibleButton::role | | Prototype: | QAccessible::Role QAccessibleButton::role() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 181-196 |
| | 7 | 4 |
QAccessibleAbstractSpinBox::interface_cast| Name: | QAccessibleAbstractSpinBox::interface_cast | | Prototype: | void *QAccessibleAbstractSpinBox::interface_cast(QAccessible::InterfaceType t) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/rangecontrols.cpp | | Lines: | 97-106 |
| | 7 | 4 |
QAbstractTransition::targetStates| Name: | QAbstractTransition::targetStates | | Prototype: | QList<QAbstractState*> QAbstractTransition::targetStates() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | | Lines: | 243-253 |
| | 7 | 3 |
QAbstractTestLogger::QAbstractTestLogger| Name: | QAbstractTestLogger::QAbstractTestLogger | | Prototype: | QAbstractTestLogger::QAbstractTestLogger(const char *filename) | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp | | Lines: | 59-80 |
| | 7 | 3 |
QAbstractSpinBoxPrivate::newHoverControl| Name: | QAbstractSpinBoxPrivate::newHoverControl | | Prototype: | QStyle::SubControl QAbstractSpinBoxPrivate::newHoverControl(const QPoint &pos) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1403-1413 |
| | 7 | 1 |
QAbstractSpinBox::wheelEvent| Name: | QAbstractSpinBox::wheelEvent | | Prototype: | void QAbstractSpinBox::wheelEvent(QWheelEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1118-1127 |
| | 7 | 2 |
QAbstractSocket::setReadBufferSize| Name: | QAbstractSocket::setReadBufferSize | | Prototype: | void QAbstractSocket::setReadBufferSize(qint64 size) | | Coverage: | 93.750% (15/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qabstractsocket.cpp | | Lines: | 2823-2837 |
| | 7 | 4 |
QAbstractSlider::wheelEvent| Name: | QAbstractSlider::wheelEvent | | Prototype: | void QAbstractSlider::wheelEvent(QWheelEvent * e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractslider.cpp | | Lines: | 765-774 |
| | 7 | 3 |