Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QSystemTrayIconSys::QSystemTrayIconSysName: | QSystemTrayIconSys::QSystemTrayIconSys | Prototype: | QSystemTrayIconSys::QSystemTrayIconSys(QSystemTrayIcon *qIn) | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon_x11.cpp | Lines: | 102-138 |
| | 12 | 3 |
QStyle::sliderValueFromPositionName: | QStyle::sliderValueFromPosition | Prototype: | int QStyle::sliderValueFromPosition(int min, int max, int pos, int span, bool upsideDown) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2257-2278 |
| | 12 | 4 |
QString::toLatin1_helper_inplaceName: | QString::toLatin1_helper_inplace | Prototype: | QByteArray QString::toLatin1_helper_inplace(QString &s) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4552-4579 |
| | 12 | 2 |
QStateMachinePrivate::stateExitLessThanName: | QStateMachinePrivate::stateExitLessThan | Prototype: | bool QStateMachinePrivate::stateExitLessThan(QAbstractState *s1, QAbstractState *s2) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 506-522 |
| | 12 | 4 |
QStateMachinePrivate::stateEntryLessThanName: | QStateMachinePrivate::stateEntryLessThan | Prototype: | bool QStateMachinePrivate::stateEntryLessThan(QAbstractState *s1, QAbstractState *s2) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 488-504 |
| | 12 | 4 |
QStateMachinePrivate::createInitialTransitionName: | QStateMachinePrivate::createInitialTransition | Prototype: | QAbstractTransition *QStateMachinePrivate::createInitialTransition() const | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1718-1743 |
| | 12 | 5 |
QState::setInitialStateName: | QState::setInitialState | Prototype: | void QState::setInitialState(QAbstractState *state) | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 492-509 |
| | 12 | 4 |
QStandardItemPrivate::setItemDataName: | QStandardItemPrivate::setItemData | Prototype: | void QStandardItemPrivate::setItemData(const QMap<int, QVariant> &roles) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 200-220 |
| | 12 | 5 |
QStandardItemModel::headerDataName: | QStandardItemModel::headerData | Prototype: | QVariant QStandardItemModel::headerData(int section, Qt::Orientation orientation, int role) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2788-2803 |
| | 12 | 4 |
QStackedLayoutPrivate::replaceAtName: | QStackedLayoutPrivate::replaceAt | Prototype: | QLayoutItem* QStackedLayoutPrivate::replaceAt(int idx, QLayoutItem *newitem) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 60-75 |
| | 12 | 4 |
QStackedLayout::sizeHintName: | QStackedLayout::sizeHint | Prototype: | QSize QStackedLayout::sizeHint() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 436-452 |
| | 12 | 5 |
QSslSocketPrivate::peekName: | QSslSocketPrivate::peek | Prototype: | qint64 QSslSocketPrivate::peek(char *data, qint64 maxSize) | Coverage: | 66.667% (10/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2575-2597 |
| | 12 | 5 |
QSslSocket::connectToHostName: | QSslSocket::connectToHost | Prototype: | void QSslSocket::connectToHost(const QString &hostName, quint16 port, OpenMode openMode, NetworkLayerProtocol protocol) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 1910-1935 |
| | 12 | 3 |
QSslCertificatePrivate::subjectInfoToStringName: | QSslCertificatePrivate::subjectInfoToString | Prototype: | QByteArray QSslCertificatePrivate::subjectInfoToString(QSslCertificate::SubjectInfo info) | Coverage: | 68.421% (13/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate.cpp | Lines: | 664-679 |
| | 12 | 10 |
QSqlTableModel::setTableName: | QSqlTableModel::setTable | Prototype: | void QSqlTableModel::setTable(const QString &tableName) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 323-343 |
| | 12 | 4 |
QSqlCachedResult::fetchLastName: | QSqlCachedResult::fetchLast | Prototype: | bool QSqlCachedResult::fetchLast() | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 206-225 |
| | 12 | 5 |
QSplitterLayoutStruct::getWidgetSizeName: | QSplitterLayoutStruct::getWidgetSize | Prototype: | int QSplitterLayoutStruct::getWidgetSize(Qt::Orientation orient) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | Lines: | 357-374 |
| | 12 | 4 |
QSpanBuffer::addSpanName: | QSpanBuffer::addSpan | Prototype: | void addSpan(int x, unsigned int len, int y, unsigned char coverage) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 89-106 |
| | 12 | 3 |
QSortFilterProxyModelPrivate::remove_source_itemsName: | QSortFilterProxyModelPrivate::remove_source_items | Prototype: | void QSortFilterProxyModelPrivate::remove_source_items( QVector<int> &source_to_proxy, QVector<int> &proxy_to_source, const QVector<int> &source_items, const QModelIndex &source_parent, Qt::Orientation orient, bool emit_signal) | Coverage: | 77.778% (7/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 547-567 |
| | 12 | 3 |
QSliderPrivate::initName: | QSliderPrivate::init | Prototype: | void QSliderPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 74-88 |
| | 12 | 2 |
QSlider::paintEventName: | QSlider::paintEvent | Prototype: | void QSlider::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 317-335 |
| | 12 | 3 |
QSimplex::dumpMatrixName: | QSimplex::dumpMatrix | Prototype: | void QSimplex::dumpMatrix() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 353-370 |
| | 12 | 4 |
QSequentialAnimationGroupPrivate::rewindForwardsName: | QSequentialAnimationGroupPrivate::rewindForwards | Prototype: | void QSequentialAnimationGroupPrivate::rewindForwards(const AnimationIndex &newAnimationIndex) | Coverage: | 84.615% (11/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 206-230 |
| | 12 | 5 |
QSequentialAnimationGroupPrivate::advanceForwardsName: | QSequentialAnimationGroupPrivate::advanceForwards | Prototype: | void QSequentialAnimationGroupPrivate::advanceForwards(const AnimationIndex &newAnimationIndex) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 174-198 |
| | 12 | 5 |
QSequentialAnimationGroupPrivate::_q_uncontrolledAnimationFinishedName: | QSequentialAnimationGroupPrivate::_q_uncontrolledAnimationFinished | Prototype: | void QSequentialAnimationGroupPrivate::_q_uncontrolledAnimationFinished() | Coverage: | 62.500% (10/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | Lines: | 482-505 |
| | 12 | 4 |
QRingBuffer::readName: | QRingBuffer::read | Prototype: | QByteArray QRingBuffer::read() | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 268-286 |
| | 12 | 3 |
QRingBuffer::peekName: | QRingBuffer::peek | Prototype: | qint64 QRingBuffer::peek(char *data, qint64 maxLength, qint64 pos) const | Coverage: | 92.857% (13/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | Lines: | 293-314 |
| | 12 | 4 |
QRenderRule::boxRectName: | QRenderRule::boxRect | Prototype: | QRect QRenderRule::boxRect(const QRect& cr, int flags) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | Lines: | 1053-1071 |
| | 12 | 5 |
QRegion::xoredName: | QRegion::xored | Prototype: | QRegion QRegion::xored(const QRegion &r) const | Coverage: | 0.000% (0/21) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4185-4201 |
| | 12 | 5 |
QRegion::subtractedName: | QRegion::subtracted | Prototype: | QRegion QRegion::subtracted(const QRegion &r) const | Coverage: | 0.000% (0/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4160-4183 |
| | 12 | 5 |
QRegion::intersectsName: | QRegion::intersects | Prototype: | bool QRegion::intersects(const QRect &rect) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 4310-4326 |
| | 12 | 6 |
QRecursiveMutexPrivate::lockName: | QRecursiveMutexPrivate::lock | Prototype: | inline bool QRecursiveMutexPrivate::lock(int timeout) noexcept | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | Lines: | 631-649 |
| | 12 | 4 |
QRectVectorPath::setName: | QRectVectorPath::set | Prototype: | inline void set(const QRect &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 87-100 |
| | 12 | 1 |
QRectVectorPath::setName: | QRectVectorPath::set | Prototype: | inline void set(const QRectF &r) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 102-115 |
| | 12 | 1 |
QRect::normalizedName: | QRect::normalized | Prototype: | QRect QRect::normalized() const noexcept | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qrect.cpp | Lines: | 303-321 |
| | 12 | 3 |
QRawFont::glyphIndexesForStringName: | QRawFont::glyphIndexesForString | Prototype: | QVector<quint32> QRawFont::glyphIndexesForString(const QString &text) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 487-504 |
| | 12 | 3 |
QRasterPaintEnginePrivate::rasterizeName: | QRasterPaintEnginePrivate::rasterize | Prototype: | void QRasterPaintEnginePrivate::rasterize(QT_FT_Outline *outline, ProcessSpans callback, QSpanData *spanData, QRasterBuffer *rasterBuffer) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3478-3500 |
| | 12 | 3 |
QRasterPaintEnginePrivate::isUnclipped_normalizedName: | QRasterPaintEnginePrivate::isUnclipped_normalized | Prototype: | bool QRasterPaintEnginePrivate::isUnclipped_normalized(const QRect &r) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 2851-2874 |
| | 12 | 4 |
QRasterPaintEngine::drawLinesName: | QRasterPaintEngine::drawLines | Prototype: | void QRasterPaintEngine::drawLines(const QLine *lines, int lineCount) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3125-3147 |
| | 12 | 4 |
QRasterPaintEngine::drawLinesName: | QRasterPaintEngine::drawLines | Prototype: | void QRasterPaintEngine::drawLines(const QLineF *lines, int lineCount) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3198-3219 |
| | 12 | 4 |
QRadioButton::initStyleOptionName: | QRadioButton::initStyleOption | Prototype: | void QRadioButton::initStyleOption(QStyleOptionButton *option) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | Lines: | 172-187 |
| | 12 | 4 |
QQuaternion::rotationToName: | QQuaternion::rotationTo | Prototype: | QQuaternion QQuaternion::rotationTo(const QVector3D &from, const QVector3D &to) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | Lines: | 770-794 |
| | 12 | 3 |
QPushButtonPrivate::_q_popupPressedName: | QPushButtonPrivate::_q_popupPressed | Prototype: | void QPushButtonPrivate::_q_popupPressed() | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | Lines: | 572-593 |
| | 12 | 3 |
QPushButton::setDefaultName: | QPushButton::setDefault | Prototype: | void QPushButton::setDefault(bool enable) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | Lines: | 365-382 |
| | 12 | 4 |
QProgressBar::setValueName: | QProgressBar::setValue | Prototype: | void QProgressBar::setValue(int value) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | Lines: | 316-333 |
| | 12 | 4 |
QProgressBar::setOrientationName: | QProgressBar::setOrientation | Prototype: | void QProgressBar::setOrientation(Qt::Orientation orientation) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | Lines: | 502-517 |
| | 12 | 3 |
QProcessPrivate::waitForDeadChildName: | QProcessPrivate::waitForDeadChild | Prototype: | bool QProcessPrivate::waitForDeadChild() | Coverage: | 57.143% (8/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 906-930 |
| | 12 | 4 |
QProcessPrivate::Channel::clearName: | QProcessPrivate::Channel::clear | Prototype: | void QProcessPrivate::Channel::clear() | Coverage: | 60.000% (3/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 436-454 |
| | 12 | 3 |
QProcessEnvironmentPrivate::fromListName: | QProcessEnvironmentPrivate::fromList | Prototype: | QProcessEnvironment QProcessEnvironmentPrivate::fromList(const QStringList &list) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 168-184 |
| | 12 | 3 |
QPrinterPrivate::setPreviewModeName: | QPrinterPrivate::setPreviewMode | Prototype: | void QPrinterPrivate::setPreviewMode(bool enable) | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qprinter.cpp | Lines: | 196-212 |
| | 12 | 3 |
QPrintPropertiesDialog::QPrintPropertiesDialogName: | QPrintPropertiesDialog::QPrintPropertiesDialog | Prototype: | QPrintPropertiesDialog::QPrintPropertiesDialog(QAbstractPrintDialog *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 234-253 |
| | 12 | 1 |
QPrintPreviewWidgetPrivate::setCurrentPageName: | QPrintPreviewWidgetPrivate::setCurrentPage | Prototype: | void QPrintPreviewWidgetPrivate::setCurrentPage(int pageNumber) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 413-432 |
| | 12 | 4 |
QPlatformScreen::subpixelAntialiasingTypeHintName: | QPlatformScreen::subpixelAntialiasingTypeHint | Prototype: | QPlatformScreen::SubpixelAntialiasingType QPlatformScreen::subpixelAntialiasingTypeHint() const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 459-477 |
| | 12 | 6 |
QPlatformScreen::angleBetweenName: | QPlatformScreen::angleBetween | Prototype: | int QPlatformScreen::angleBetween(Qt::ScreenOrientation a, Qt::ScreenOrientation b) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformscreen.cpp | Lines: | 373-393 |
| | 12 | 4 |
QPlainTextEdit::mouseMoveEventName: | QPlainTextEdit::mouseMoveEvent | Prototype: | void QPlainTextEdit::mouseMoveEvent(QMouseEvent *e) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 2047-2062 |
| | 12 | 5 |
QPixmapStyle::itemViewSizeFromContentsName: | QPixmapStyle::itemViewSizeFromContents | Prototype: | QSize QPixmapStyle::itemViewSizeFromContents(const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 1017-1037 |
| | 12 | 2 |
QPixmap::detachName: | QPixmap::detach | Prototype: | void QPixmap::detach() | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 1570-1591 |
| | 12 | 5 |
QPicture::loadName: | QPicture::load | Prototype: | bool QPicture::load(QIODevice *dev, const char *format) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 281-301 |
| | 12 | 3 |
QPdfEnginePrivate::writeCompressedName: | QPdfEnginePrivate::writeCompressed | Prototype: | int QPdfEnginePrivate::writeCompressed(const char *src, int len) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1904-1925 |
| | 12 | 3 |
QPalette::resolveName: | QPalette::resolve | Prototype: | QPalette QPalette::resolve(const QPalette &other) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 904-922 |
| | 12 | 5 |
QPainterPath::translateName: | QPainterPath::translate | Prototype: | void QPainterPath::translate(qreal dx, qreal dy) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2098-2115 |
| | 12 | 4 |
QPainterPath::toFillPolygonName: | QPainterPath::toFillPolygon | Prototype: | QPolygonF QPainterPath::toFillPolygon(const QTransform &matrix) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 2791-2807 |
| | 12 | 5 |
QPainter::setPenName: | QPainter::setPen | Prototype: | void QPainter::setPen(const QPen &pen) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3873-3899 |
| | 12 | 4 |
QPainter::setBrushName: | QPainter::setBrush | Prototype: | void QPainter::setBrush(Qt::BrushStyle style) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3989-4005 |
| | 12 | 4 |
QPainter::initFromName: | QPainter::initFrom | Prototype: | void QPainter::initFrom(const QPaintDevice *device) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1541-1559 |
| | 12 | 4 |
QPainter::drawRoundedRectName: | QPainter::drawRoundedRect | Prototype: | void QPainter::drawRoundedRect(const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4124-4148 |
| | 12 | 4 |
QPageSetupWidget::pageSizeChangedName: | QPageSetupWidget::pageSizeChanged | Prototype: | void QPageSetupWidget::pageSizeChanged() | Coverage: | 16.667% (2/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | Lines: | 514-535 |
| | 12 | 4 |
QOutlineMapper::curveToName: | QOutlineMapper::curveTo | Prototype: | void QOutlineMapper::curveTo(const QPointF &cp1, const QPointF &cp2, const QPointF &ep) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qoutlinemapper.cpp | Lines: | 75-99 |
| | 12 | 4 |
QOpenGLTexture::setSwizzleMaskName: | QOpenGLTexture::setSwizzleMask | Prototype: | void QOpenGLTexture::setSwizzleMask(SwizzleComponent component, SwizzleValue value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3736-3757 |
| | 12 | 3 |
QOpenGLTexture::setLevelOfDetailRangeName: | QOpenGLTexture::setLevelOfDetailRange | Prototype: | void QOpenGLTexture::setLevelOfDetailRange(float min, float max) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 4375-4395 |
| | 12 | 2 |
QOpenGLTexture::setDepthStencilModeName: | QOpenGLTexture::setDepthStencilMode | Prototype: | void QOpenGLTexture::setDepthStencilMode(QOpenGLTexture::DepthStencilMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3825-3845 |
| | 12 | 3 |
QOpenGLShaderProgram::setUniformValueArrayName: | QOpenGLShaderProgram::setUniformValueArray | Prototype: | void QOpenGLShaderProgram::setUniformValueArray(int location, const GLfloat *values, int count, int tupleSize) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 2818-2834 |
| | 12 | 6 |
QOpenGLMultiGroupSharedResource::~QOpenGLMultiGroupSharedResourceName: | QOpenGLMultiGroupSharedResource::~QOpenGLMultiGroupSharedResource | Prototype: | QOpenGLMultiGroupSharedResource::~QOpenGLMultiGroupSharedResource() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | Lines: | 1569-1591 |
| | 12 | 5 |
QOpenGLFunctions_1_1::~QOpenGLFunctions_1_1Name: | QOpenGLFunctions_1_1::~QOpenGLFunctions_1_1 | Prototype: | QOpenGLFunctions_1_1::~QOpenGLFunctions_1_1() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_1.cpp | Lines: | 77-91 |
| | 12 | 5 |
QOpenGL2PaintEngineEx::createStateName: | QOpenGL2PaintEngineEx::createState | Prototype: | QPainterState *QOpenGL2PaintEngineEx::createState(QPainterState *orig) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 2493-2511 |
| | 12 | 3 |
QNetworkReplyImplPrivate::metaDataChangedName: | QNetworkReplyImplPrivate::metaDataChanged | Prototype: | void QNetworkReplyImplPrivate::metaDataChanged() | Coverage: | 33.333% (4/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 865-885 |
| | 12 | 4 |
QNetworkReplyImpl::readDataName: | QNetworkReplyImpl::readData | Prototype: | qint64 QNetworkReplyImpl::readData(char *data, qint64 maxlen) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyimpl.cpp | Lines: | 1037-1059 |
| | 12 | 4 |
QNetworkReplyHttpImplPrivate::_q_metaDataChangedName: | QNetworkReplyHttpImplPrivate::_q_metaDataChanged | Prototype: | void QNetworkReplyHttpImplPrivate::_q_metaDataChanged() | Coverage: | 75.000% (9/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkreplyhttpimpl.cpp | Lines: | 2116-2137 |
| | 12 | 4 |
QNetworkConfigurationManagerPrivate::configurationAddedName: | QNetworkConfigurationManagerPrivate::configurationAdded | Prototype: | void QNetworkConfigurationManagerPrivate::configurationAdded(QNetworkConfigurationPrivatePointer ptr) | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager_p.cpp | Lines: | 288-307 |
| | 12 | 4 |
QNetworkConfigurationManager::QNetworkConfigurationManagerName: | QNetworkConfigurationManager::QNetworkConfigurationManager | Prototype: | QNetworkConfigurationManager::QNetworkConfigurationManager(QObject *parent) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/bearer/qnetworkconfigmanager.cpp | Lines: | 232-249 |
| | 12 | 1 |
QNetworkAccessManagerPrivate::_q_networkSessionClosedName: | QNetworkAccessManagerPrivate::_q_networkSessionClosed | Prototype: | void QNetworkAccessManagerPrivate::_q_networkSessionClosed() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | Lines: | 1596-1614 |
| | 12 | 2 |
QNetworkAccessFtpBackend::ftpRawCommandReplyName: | QNetworkAccessFtpBackend::ftpRawCommandReply | Prototype: | void QNetworkAccessFtpBackend::ftpRawCommandReply(int code, const QString &text) | Coverage: | 78.261% (18/23) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessftpbackend.cpp | Lines: | 358-382 |
| | 12 | 7 |
QNetworkAccessDebugPipeBackend::socketErrorName: | QNetworkAccessDebugPipeBackend::socketError | Prototype: | void QNetworkAccessDebugPipeBackend::socketError() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend.cpp | Lines: | 243-265 |
| | 12 | 4 |
QNetworkAccessDebugPipeBackend::openName: | QNetworkAccessDebugPipeBackend::open | Prototype: | void QNetworkAccessDebugPipeBackend::open() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessdebugpipebackend.cpp | Lines: | 94-114 |
| | 12 | 2 |
QMimeAllGlobPatterns::addGlobName: | QMimeAllGlobPatterns::addGlob | Prototype: | void QMimeAllGlobPatterns::addGlob(const QMimeGlobPattern &glob) | Coverage: | 70.000% (14/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeglobpattern.cpp | Lines: | 157-181 |
| | 12 | 6 |
QMetaObjectPrivate::signalName: | QMetaObjectPrivate::signal | Prototype: | QMetaMethod QMetaObjectPrivate::signal(const QMetaObject *m, int signal_index) | Coverage: | 85.714% (12/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 871-887 |
| | 12 | 4 |
QMetaObjectBuilder::fromRelocatableDataName: | QMetaObjectBuilder::fromRelocatableData | Prototype: | void QMetaObjectBuilder::fromRelocatableData(QMetaObject *output, const QMetaObject *superclass, const QByteArray &data) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobjectbuilder.cpp | Lines: | 1535-1554 |
| | 12 | 2 |
QMetaMethodPrivate::signatureName: | QMetaMethodPrivate::signature | Prototype: | QByteArray QMetaMethodPrivate::signature() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1650-1665 |
| | 12 | 3 |
QMetaMethod::parameterTypeName: | QMetaMethod::parameterType | Prototype: | int QMetaMethod::parameterType(int index) const | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qmetaobject.cpp | Lines: | 1835-1851 |
| | 12 | 5 |
QMessageLogger::warningName: | QMessageLogger::warning | Prototype: | void QMessageLogger::warning(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 595-613 |
| | 12 | 3 |
QMessageLogger::infoName: | QMessageLogger::info | Prototype: | void QMessageLogger::info(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 477-495 |
| | 12 | 3 |
QMessageLogger::debugName: | QMessageLogger::debug | Prototype: | void QMessageLogger::debug(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 366-384 |
| | 12 | 3 |
QMessageLogger::criticalName: | QMessageLogger::critical | Prototype: | void QMessageLogger::critical(QMessageLogger::CategoryFunction catFunc, const char *msg, ...) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qlogging.cpp | Lines: | 711-729 |
| | 12 | 3 |
QMenuSloppyState::resetName: | QMenuSloppyState::reset | Prototype: | void QMenuSloppyState::reset() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenu.cpp | Lines: | 634-649 |
| | 12 | 2 |
QMdiSubWindowPrivate::initOperationMapName: | QMdiSubWindowPrivate::initOperationMap | Prototype: | void QMdiSubWindowPrivate::initOperationMap() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1016-1030 |
| | 12 | 1 |
QMdiSubWindowPrivate::drawTitleBarWhenMaximizedName: | QMdiSubWindowPrivate::drawTitleBarWhenMaximized | Prototype: | bool QMdiSubWindowPrivate::drawTitleBarWhenMaximized() const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 1763-1790 |
| | 12 | 5 |
QMdiSubWindow::setSystemMenuName: | QMdiSubWindow::setSystemMenu | Prototype: | void QMdiSubWindow::setSystemMenu(QMenu *systemMenu) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | Lines: | 2507-2526 |
| | 12 | 5 |
QMdiAreaPrivate::_q_currentTabChangedName: | QMdiAreaPrivate::_q_currentTabChanged | Prototype: | void QMdiAreaPrivate::_q_currentTabChanged(int index) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | Lines: | 781-803 |
| | 12 | 4 |
QMatrix4x4::toTransformName: | QMatrix4x4::toTransform | Prototype: | QTransform QMatrix4x4::toTransform(float distanceToPlane) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1711-1736 |
| | 12 | 3 |
QMatrix4x4::flipCoordinatesName: | QMatrix4x4::flipCoordinates | Prototype: | void QMatrix4x4::flipCoordinates() | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | Lines: | 1629-1649 |
| | 12 | 2 |