| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QDateTime::addYears| Name: | QDateTime::addYears | | Prototype: | QDateTime QDateTime::addYears(int nyears) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3801-3811 |
| | 8 | 1 |
QDateTime::addMonths| Name: | QDateTime::addMonths | | Prototype: | QDateTime QDateTime::addMonths(int nmonths) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3775-3785 |
| | 8 | 1 |
QDateTime::addDays| Name: | QDateTime::addDays | | Prototype: | QDateTime QDateTime::addDays(qint64 ndays) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3749-3759 |
| | 8 | 1 |
QDataWidgetMapper::setCurrentIndex| Name: | QDataWidgetMapper::setCurrentIndex | | Prototype: | void QDataWidgetMapper::setCurrentIndex(int index) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 689-701 |
| | 8 | 2 |
QDataWidgetMapper::mappedPropertyName| Name: | QDataWidgetMapper::mappedPropertyName | | Prototype: | QByteArray QDataWidgetMapper::mappedPropertyName(QWidget *widget) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdatawidgetmapper.cpp | | Lines: | 546-558 |
| | 8 | 3 |
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 |
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 |
QDBusUnixFileDescriptor::giveFileDescriptor| Name: | QDBusUnixFileDescriptor::giveFileDescriptor | | Prototype: | void QDBusUnixFileDescriptor::giveFileDescriptor(int fileDescriptor) | | Coverage: | 54.545% (6/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusunixfiledescriptor.cpp | | Lines: | 277-292 |
| | 8 | 4 |
QDBusTrayIcon::cleanup| Name: | QDBusTrayIcon::cleanup | | Prototype: | void QDBusTrayIcon::cleanup() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbustray/qdbustrayicon.cpp | | Lines: | 120-130 |
| | 8 | 3 |
QDBusPlatformMenu::syncMenuItem| Name: | QDBusPlatformMenu::syncMenuItem | | Prototype: | void QDBusPlatformMenu::syncMenuItem(QPlatformMenuItem *menuItem) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/dbusmenu/qdbusplatformmenu.cpp | | Lines: | 225-239 |
| | 8 | 3 |
QDBusMessage::createErrorReply| Name: | QDBusMessage::createErrorReply | | Prototype: | QDBusMessage QDBusMessage::createErrorReply(const QString name, const QString &msg) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusmessage.cpp | | Lines: | 498-512 |
| | 8 | 3 |
QDBusError::operator=| Name: | QDBusError::operator= | | Prototype: | QDBusError &QDBusError::operator=(const QDBusMessage &qdmsg) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbuserror.cpp | | Lines: | 335-347 |
| | 8 | 2 |
QDBusConnectionPrivate::watchForDBusDisconnection| Name: | QDBusConnectionPrivate::watchForDBusDisconnection | | Prototype: | void QDBusConnectionPrivate::watchForDBusDisconnection() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1682-1693 |
| | 8 | 1 |
QDBusConnectionPrivate::unregisterObject| Name: | QDBusConnectionPrivate::unregisterObject | | Prototype: | void QDBusConnectionPrivate::unregisterObject(const QString &path, QDBusConnection::UnregisterMode mode) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 2383-2396 |
| | 8 | 2 |
QDBusConnectionPrivate::socketWrite| Name: | QDBusConnectionPrivate::socketWrite | | Prototype: | void QDBusConnectionPrivate::socketWrite(int fd) | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1218-1230 |
| | 8 | 4 |
QDBusConnectionPrivate::objectDestroyed| Name: | QDBusConnectionPrivate::objectDestroyed | | Prototype: | void QDBusConnectionPrivate::objectDestroyed(QObject *obj) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1232-1246 |
| | 8 | 3 |
QDBusConnectionPrivate::findSlot| Name: | QDBusConnectionPrivate::findSlot | | Prototype: | int QDBusConnectionPrivate::findSlot(QObject* obj, const QByteArray &normalizedName, QVector<int> ¶ms) | | Coverage: | 88.889% (8/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusintegrator.cpp | | Lines: | 1306-1319 |
| | 8 | 3 |
QDBusAdaptorConnector::relaySlot| Name: | QDBusAdaptorConnector::relaySlot | | Prototype: | void QDBusAdaptorConnector::relaySlot(void **argv) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/dbus/qdbusabstractadaptor.cpp | | Lines: | 279-291 |
| | 8 | 2 |
QCursor::operator=| Name: | QCursor::operator= | | Prototype: | QCursor &QCursor::operator=(const QCursor &c) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 587-597 |
| | 8 | 4 |
QCursor::QCursor| Name: | QCursor::QCursor | | Prototype: | QCursor::QCursor() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qcursor.cpp | | Lines: | 445-457 |
| | 8 | 3 |
QCoreApplicationPrivate::appendApplicationPathToLibraryPaths| Name: | QCoreApplicationPrivate::appendApplicationPathToLibraryPaths | | Prototype: | void QCoreApplicationPrivate::appendApplicationPathToLibraryPaths() | | Coverage: | 66.667% (6/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 548-564 |
| | 8 | 3 |
QCoreApplication::setLibraryPaths| Name: | QCoreApplication::setLibraryPaths | | Prototype: | void QCoreApplication::setLibraryPaths(const QStringList &paths) | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 2528-2545 |
| | 8 | 3 |
QCoreApplication::processEvents| Name: | QCoreApplication::processEvents | | Prototype: | void QCoreApplication::processEvents(QEventLoop::ProcessEventsFlags flags, int maxtime) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp | | Lines: | 1196-1210 |
| | 8 | 4 |
QCompletionModel::setCurrentRow| Name: | QCompletionModel::setCurrentRow | | Prototype: | bool QCompletionModel::setCurrentRow(int row) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 284-297 |
| | 8 | 4 |
QCompletionModel::hasChildren| Name: | QCompletionModel::hasChildren | | Prototype: | bool QCompletionModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp | | Lines: | 373-386 |
| | 8 | 4 |
QCommandLinkButtonPrivate::descriptionFont| Name: | QCommandLinkButtonPrivate::descriptionFont | | Prototype: | QFont QCommandLinkButtonPrivate::descriptionFont() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcommandlinkbutton.cpp | | Lines: | 157-170 |
| | 8 | 1 |
QCommandLineParser::isSet| Name: | QCommandLineParser::isSet | | Prototype: | bool QCommandLineParser::isSet(const QString &name) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp | | Lines: | 803-814 |
| | 8 | 4 |
QComboBoxPrivate::updateDelegate| Name: | QComboBoxPrivate::updateDelegate | | Prototype: | void QComboBoxPrivate::updateDelegate(bool force) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1705-1717 |
| | 8 | 4 |
QComboBoxPrivate::_q_modelReset| Name: | QComboBoxPrivate::_q_modelReset | | Prototype: | void QComboBoxPrivate::_q_modelReset() | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 226-237 |
| | 8 | 3 |
QComboBoxPrivate::_q_emitCurrentIndexChanged| Name: | QComboBoxPrivate::_q_emitCurrentIndexChanged | | Prototype: | void QComboBoxPrivate::_q_emitCurrentIndexChanged(const QModelIndex &index) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1310-1323 |
| | 8 | 2 |
QComboBox::setMaxCount| Name: | QComboBox::setMaxCount | | Prototype: | void QComboBox::setMaxCount(int max) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp | | Lines: | 1401-1414 |
| | 8 | 3 |
QColumnViewPrivate::checkColumnCreation| Name: | QColumnViewPrivate::checkColumnCreation | | Prototype: | void QColumnViewPrivate::checkColumnCreation(const QModelIndex &parent) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 1075-1092 |
| | 8 | 5 |
QColumnView::scrollContentsBy| Name: | QColumnView::scrollContentsBy | | Prototype: | void QColumnView::scrollContentsBy(int dx, int dy) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 241-252 |
| | 8 | 3 |
QColumnView::indexAt| Name: | QColumnView::indexAt | | Prototype: | QModelIndex QColumnView::indexAt(const QPoint &point) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qcolumnview.cpp | | Lines: | 206-217 |
| | 8 | 3 |
QColorShower::retranslateStrings| Name: | QColorShower::retranslateStrings | | Prototype: | void QColorShower::retranslateStrings() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1473-1483 |
| | 8 | 1 |
QColorDialogPrivate::setCurrentColor| Name: | QColorDialogPrivate::setCurrentColor | | Prototype: | void QColorDialogPrivate::setCurrentColor(const QColor &color, SetColorMode setColorMode) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qcolordialog.cpp | | Lines: | 1955-1968 |
| | 8 | 4 |
QClipData::QClipData| Name: | QClipData::QClipData | | Prototype: | QClipData::QClipData(int height) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3684-3696 |
| | 8 | 1 |
QChar::joining| Name: | QChar::joining | | Prototype: | QChar::Joining QChar::joining(uint ucs4) noexcept | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 1156-1167 |
| | 8 | 6 |
QChar::isPrint| Name: | QChar::isPrint | | Prototype: | bool QChar::isPrint(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 708-718 |
| | 8 | 2 |
QChar::isLetter_helper| Name: | QChar::isLetter_helper | | Prototype: | bool QChar::isLetter_helper(uint ucs4) noexcept | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qchar.cpp | | Lines: | 849-859 |
| | 8 | 2 |
QCalendarYearValidator::applyToDate| Name: | QCalendarYearValidator::applyToDate | | Prototype: | QDate QCalendarYearValidator::applyToDate(const QDate &date) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 401-411 |
| | 8 | 3 |
QCalendarWidgetPrivate::update| Name: | QCalendarWidgetPrivate::update | | Prototype: | void QCalendarWidgetPrivate::update() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1948-1959 |
| | 8 | 2 |
QCalendarWidgetPrivate::QCalendarWidgetPrivate| Name: | QCalendarWidgetPrivate::QCalendarWidgetPrivate | | Prototype: | QCalendarWidgetPrivate::QCalendarWidgetPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1690-1701 |
| | 8 | 1 |
QCalendarModel::setMinimumDate| Name: | QCalendarModel::setMinimumDate | | Prototype: | void QCalendarModel::setMinimumDate(const QDate &d) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1219-1230 |
| | 8 | 4 |
QCalendarModel::setMaximumDate| Name: | QCalendarModel::setMaximumDate | | Prototype: | void QCalendarModel::setMaximumDate(const QDate &d) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1232-1243 |
| | 8 | 4 |
QCalendarModel::flags| Name: | QCalendarModel::flags | | Prototype: | Qt::ItemFlags QCalendarModel::flags(const QModelIndex &index) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 1187-1197 |
| | 8 | 4 |
QCalendarDayValidator::applyToDate| Name: | QCalendarDayValidator::applyToDate | | Prototype: | QDate QCalendarDayValidator::applyToDate(const QDate &date) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcalendarwidget.cpp | | Lines: | 185-195 |
| | 8 | 4 |
QByteArray::split| Name: | QByteArray::split | | Prototype: | QList<QByteArray> QByteArray::split(char sep) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2443-2454 |
| | 8 | 2 |
QByteArray::remove| Name: | QByteArray::remove | | Prototype: | QByteArray &QByteArray::remove(int pos, int len) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2104-2116 |
| | 8 | 3 |
QByteArray::prepend| Name: | QByteArray::prepend | | Prototype: | QByteArray &QByteArray::prepend(const char *str, int len) | | Coverage: | 100.000% (9/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1803-1814 |
| | 8 | 3 |
QButtonGroupPrivate::detectCheckedButton| Name: | QButtonGroupPrivate::detectCheckedButton | | Prototype: | void QButtonGroupPrivate::detectCheckedButton() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qbuttongroup.cpp | | Lines: | 49-61 |
| | 8 | 4 |
QBuffer::setBuffer| Name: | QBuffer::setBuffer | | Prototype: | void QBuffer::setBuffer(QByteArray *byteArray) | | Coverage: | 50.000% (4/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qbuffer.cpp | | Lines: | 236-249 |
| | 8 | 3 |
QBlitterPaintEngine::fillRect| Name: | QBlitterPaintEngine::fillRect | | Prototype: | void QBlitterPaintEngine::fillRect(const QRectF &rect, const QColor &color) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_blitter.cpp | | Lines: | 549-561 |
| | 8 | 3 |
QBitmap::operator=| Name: | QBitmap::operator= | | Prototype: | QBitmap &QBitmap::operator=(const QPixmap &pixmap) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbitmap.cpp | | Lines: | 185-197 |
| | 8 | 3 |
QBitmap::fromData| Name: | QBitmap::fromData | | Prototype: | QBitmap QBitmap::fromData(const QSize &size, const uchar *bits, QImage::Format monoFormat) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qbitmap.cpp | | Lines: | 267-281 |
| | 8 | 2 |
QBitArray::QBitArray| Name: | QBitArray::QBitArray | | Prototype: | QBitArray::QBitArray(int size, bool value) | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbitarray.cpp | | Lines: | 147-159 |
| | 8 | 3 |
QBezier::bezierOnInterval| Name: | QBezier::bezierOnInterval | | Prototype: | QBezier QBezier::bezierOnInterval(qreal t0, qreal t1) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbezier.cpp | | Lines: | 631-644 |
| | 8 | 2 |
QBasicTimer::stop| Name: | QBasicTimer::stop | | Prototype: | void QBasicTimer::stop() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qbasictimer.cpp | | Lines: | 180-193 |
| | 8 | 4 |
QBackingStore::flush| Name: | QBackingStore::flush | | Prototype: | void QBackingStore::flush(const QRegion ®ion, QWindow *win, const QPoint &offset) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbackingstore.cpp | | Lines: | 98-117 |
| | 8 | 3 |
QApplicationPrivate::shouldSetFocus| Name: | QApplicationPrivate::shouldSetFocus | | Prototype: | bool QApplicationPrivate::shouldSetFocus(QWidget *w, Qt::FocusPolicy policy) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4294-4305 |
| | 8 | 4 |
QApplicationPrivate::notifyWindowIconChanged| Name: | QApplicationPrivate::notifyWindowIconChanged | | Prototype: | void QApplicationPrivate::notifyWindowIconChanged() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1752-1768 |
| | 8 | 3 |
QApplicationPrivate::init| Name: | QApplicationPrivate::init | | Prototype: | void QApplicationPrivate::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 581-604 |
| | 8 | 1 |
QApplication::setEffectEnabled| Name: | QApplication::setEffectEnabled | | Prototype: | void QApplication::setEffectEnabled(Qt::UIEffect effect, bool enable) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4168-4180 |
| | 8 | 4 |
QApplication::palette| Name: | QApplication::palette | | Prototype: | QPalette QApplication::palette(const char *className) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 1452-1463 |
| | 8 | 4 |
QApplication::alert| Name: | QApplication::alert | | Prototype: | void QApplication::alert(QWidget *widget, int duration) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qapplication.cpp | | Lines: | 4021-4033 |
| | 8 | 5 |
QAnimationTimer::startAnimations| Name: | QAnimationTimer::startAnimations | | Prototype: | void QAnimationTimer::startAnimations() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 639-653 |
| | 8 | 3 |
QActionGroup::removeAction| Name: | QActionGroup::removeAction | | Prototype: | void QActionGroup::removeAction(QAction *action) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | | Lines: | 238-249 |
| | 8 | 3 |
QAction::setShortcutContext| Name: | QAction::setShortcutContext | | Prototype: | void QAction::setShortcutContext(Qt::ShortcutContext context) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 490-500 |
| | 8 | 3 |
QAction::setIconVisibleInMenu| Name: | QAction::setIconVisibleInMenu | | Prototype: | void QAction::setIconVisibleInMenu(bool visible) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 1282-1295 |
| | 8 | 3 |
QAction::setChecked| Name: | QAction::setChecked | | Prototype: | void QAction::setChecked(bool b) | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 978-989 |
| | 8 | 3 |
QAction::setAutoRepeat| Name: | QAction::setAutoRepeat | | Prototype: | void QAction::setAutoRepeat(bool on) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qaction.cpp | | Lines: | 518-528 |
| | 8 | 3 |
QAccessibleWidget::focusChild| Name: | QAccessibleWidget::focusChild | | Prototype: | QAccessibleInterface *QAccessibleWidget::focusChild() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidget.cpp | | Lines: | 372-384 |
| | 8 | 4 |
QAccessibleTree::cellAt| Name: | QAccessibleTree::cellAt | | Prototype: | QAccessibleInterface *QAccessibleTree::cellAt(int row, int column) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 754-766 |
| | 8 | 2 |
QAccessibleTextWidget::textAtOffset| Name: | QAccessibleTextWidget::textAtOffset | | Prototype: | QString QAccessibleTextWidget::textAtOffset(int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/qaccessiblewidgets.cpp | | Lines: | 987-1001 |
| | 8 | 1 |
QAccessibleTable::selectedRows| Name: | QAccessibleTable::selectedRows | | Prototype: | QList<int> QAccessibleTable::selectedRows() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 227-238 |
| | 8 | 3 |
QAccessibleTable::selectedColumns| Name: | QAccessibleTable::selectedColumns | | Prototype: | QList<int> QAccessibleTable::selectedColumns() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 214-225 |
| | 8 | 3 |
QAccessibleTable::selectedCells| Name: | QAccessibleTable::selectedCells | | Prototype: | QList<QAccessibleInterface *> QAccessibleTable::selectedCells() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 202-212 |
| | 8 | 3 |
QAccessibleTable::cellAt| Name: | QAccessibleTable::cellAt | | Prototype: | QAccessibleInterface *QAccessibleTable::cellAt(int row, int column) const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 135-146 |
| | 8 | 3 |
QAccessibleTable::QAccessibleTable| Name: | QAccessibleTable::QAccessibleTable | | Prototype: | QAccessibleTable::QAccessibleTable(QWidget *w) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/itemviews.cpp | | Lines: | 79-94 |
| | 8 | 4 |
QAccessibleGroupBox::relations| Name: | QAccessibleGroupBox::relations | | Prototype: | QVector<QPair<QAccessibleInterface*, QAccessible::Relation> > QAccessibleGroupBox::relations(QAccessible::Relation match ) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/simplewidgets.cpp | | Lines: | 572-586 |
| | 8 | 4 |
QAccessibleEvent::uniqueId| Name: | QAccessibleEvent::uniqueId | | Prototype: | QAccessible::Id QAccessibleEvent::uniqueId() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 1366-1376 |
| | 8 | 4 |
QAccessibleAbstractScrollArea::childAt| Name: | QAccessibleAbstractScrollArea::childAt | | Prototype: | QAccessibleInterface *QAccessibleAbstractScrollArea::childAt(int x, int y) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/accessible/complexwidgets.cpp | | Lines: | 399-411 |
| | 8 | 4 |
QAccessible::installFactory| Name: | QAccessible::installFactory | | Prototype: | void QAccessible::installFactory(InterfaceFactory factory) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 559-571 |
| | 8 | 4 |
QAccessible::installActivationObserver| Name: | QAccessible::installActivationObserver | | Prototype: | void QAccessible::installActivationObserver(QAccessible::ActivationObserver *observer) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/accessible/qaccessible.cpp | | Lines: | 626-638 |
| | 8 | 4 |
QAbstractTransition::setTargetState| Name: | QAbstractTransition::setTargetState | | Prototype: | void QAbstractTransition::setTargetState(QAbstractState* target) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qabstracttransition.cpp | | Lines: | 225-237 |
| | 8 | 3 |
QAbstractTextDocumentLayout::drawInlineObject| Name: | QAbstractTextDocumentLayout::drawInlineObject | | Prototype: | void QAbstractTextDocumentLayout::drawInlineObject(QPainter *p, const QRectF &rect, QTextInlineObject item, int posInDocument, const QTextFormat &format) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qabstracttextdocumentlayout.cpp | | Lines: | 538-551 |
| | 8 | 2 |
QAbstractTestLogger::outputString| Name: | QAbstractTestLogger::outputString | | Prototype: | void QAbstractTestLogger::outputString(const char *msg) | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp | | Lines: | 101-114 |
| | 8 | 3 |
QAbstractSpinBox::inputMethodQuery| Name: | QAbstractSpinBox::inputMethodQuery | | Prototype: | QVariant QAbstractSpinBox::inputMethodQuery(Qt::InputMethodQuery query) const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 726-739 |
| | 8 | 4 |
QAbstractSpinBox::focusOutEvent| Name: | QAbstractSpinBox::focusOutEvent | | Prototype: | void QAbstractSpinBox::focusOutEvent(QFocusEvent *event) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractspinbox.cpp | | Lines: | 1149-1166 |
| | 8 | 2 |
QAbstractScrollAreaScrollBarContainer::addWidget| Name: | QAbstractScrollAreaScrollBarContainer::addWidget | | Prototype: | void QAbstractScrollAreaScrollBarContainer::addWidget(QWidget *widget, LogicalPosition position) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 196-208 |
| | 8 | 2 |
QAbstractScrollArea::viewportEvent| Name: | QAbstractScrollArea::viewportEvent | | Prototype: | bool QAbstractScrollArea::viewportEvent(QEvent *e) | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qabstractscrollarea.cpp | | Lines: | 1185-1227 |
| | 8 | 23 |
QAbstractProxyModel::setHeaderData| Name: | QAbstractProxyModel::setHeaderData | | Prototype: | bool QAbstractProxyModel::setHeaderData(int section, Qt::Orientation orientation, const QVariant &value, int role) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 305-317 |
| | 8 | 2 |
QAbstractProxyModel::mapSelectionToSource| Name: | QAbstractProxyModel::mapSelectionToSource | | Prototype: | QItemSelection QAbstractProxyModel::mapSelectionToSource(const QItemSelection &proxySelection) const | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 211-222 |
| | 8 | 3 |
QAbstractProxyModel::mapSelectionFromSource| Name: | QAbstractProxyModel::mapSelectionFromSource | | Prototype: | QItemSelection QAbstractProxyModel::mapSelectionFromSource(const QItemSelection &sourceSelection) const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 229-240 |
| | 8 | 3 |
QAbstractProxyModel::headerData| Name: | QAbstractProxyModel::headerData | | Prototype: | QVariant QAbstractProxyModel::headerData(int section, Qt::Orientation orientation, int role) const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractproxymodel.cpp | | Lines: | 254-266 |
| | 8 | 2 |
QAbstractPrintDialogPrivate::setPrinter| Name: | QAbstractPrintDialogPrivate::setPrinter | | Prototype: | void QAbstractPrintDialogPrivate::setPrinter(QPrinter *newPrinter) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qabstractprintdialog.cpp | | Lines: | 339-351 |
| | 8 | 3 |
QAbstractItemView::~QAbstractItemView| Name: | QAbstractItemView::~QAbstractItemView | | Prototype: | QAbstractItemView::~QAbstractItemView() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 636-647 |
| | 8 | 1 |
QAbstractItemView::selectedIndexes| Name: | QAbstractItemView::selectedIndexes | | Prototype: | QModelIndexList QAbstractItemView::selectedIndexes() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 2608-2621 |
| | 8 | 3 |
QAbstractItemView::openPersistentEditor| Name: | QAbstractItemView::openPersistentEditor | | Prototype: | void QAbstractItemView::openPersistentEditor(const QModelIndex &index) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qabstractitemview.cpp | | Lines: | 3140-3152 |
| | 8 | 2 |
QAbstractItemModel::persistentIndexList| Name: | QAbstractItemModel::persistentIndexList | | Prototype: | QModelIndexList QAbstractItemModel::persistentIndexList() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 3258-3269 |
| | 8 | 2 |