Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QStyleFactory::keysName: | QStyleFactory::keys | Prototype: | QStringList QStyleFactory::keys() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp | Lines: | 170-218 |
| | 11 | 4 |
QStyleFactory::createName: | QStyleFactory::create | Prototype: | QStyle *QStyleFactory::create(const QString& key) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp | Lines: | 108-162 |
| | 11 | 5 |
QString::removeName: | QString::remove | Prototype: | QString &QString::remove(int pos, int len) | Coverage: | 69.231% (9/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 2240-2255 |
| | 11 | 5 |
QString::fromLocal8Bit_helperName: | QString::fromLocal8Bit_helper | Prototype: | QString QString::fromLocal8Bit_helper(const char *str, int size) | Coverage: | 82.353% (14/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4743-4759 |
| | 11 | 5 |
QString::QStringName: | QString::QString | Prototype: | QString::QString(int size, QChar ch) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 1539-1554 |
| | 11 | 4 |
QStorageInfoPrivate::retrieveVolumeInfoName: | QStorageInfoPrivate::retrieveVolumeInfo | Prototype: | void QStorageInfoPrivate::retrieveVolumeInfo() | Coverage: | 55.556% (5/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp | Lines: | 535-562 |
| | 11 | 3 |
QStateMachinePrivate::unregisterAllTransitionsName: | QStateMachinePrivate::unregisterAllTransitions | Prototype: | void QStateMachinePrivate::unregisterAllTransitions() | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2324-2343 |
| | 11 | 5 |
QStateMachinePrivate::selectAnimationsName: | QStateMachinePrivate::selectAnimations | Prototype: | QList<QAbstractAnimation *> QStateMachinePrivate::selectAnimations(const QList<QAbstractTransition *> &transitionList) const | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1584-1601 |
| | 11 | 4 |
QStateMachinePrivate::cancelAllDelayedEventsName: | QStateMachinePrivate::cancelAllDelayedEvents | Prototype: | void QStateMachinePrivate::cancelAllDelayedEvents() | Coverage: | 75.000% (6/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2038-2055 |
| | 11 | 3 |
QStateMachine::startName: | QStateMachine::start | Prototype: | void QStateMachine::start() | Coverage: | 83.333% (10/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2620-2640 |
| | 11 | 5 |
QState::setErrorStateName: | QState::setErrorState | Prototype: | void QState::setErrorState(QAbstractState *state) | Coverage: | 100.000% (18/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp | Lines: | 296-313 |
| | 11 | 4 |
QStandardItemModel::itemFromIndexName: | QStandardItemModel::itemFromIndex | Prototype: | QStandardItem *QStandardItemModel::itemFromIndex(const QModelIndex &index) const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2207-2222 |
| | 11 | 4 |
QStandardItemModel::flagsName: | QStandardItemModel::flags | Prototype: | Qt::ItemFlags QStandardItemModel::flags(const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 2752-2765 |
| | 11 | 3 |
QSslSocketPrivate::isMatchingHostnameName: | QSslSocketPrivate::isMatchingHostname | Prototype: | bool QSslSocketPrivate::isMatchingHostname(const QSslCertificate &cert, const QString &peerName) | Coverage: | 54.545% (6/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2664-2682 |
| | 11 | 5 |
QSslSocketPrivate::bindName: | QSslSocketPrivate::bind | Prototype: | bool QSslSocketPrivate::bind(const QHostAddress &address, quint16 port, QAbstractSocket::BindMode mode) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2321-2343 |
| | 11 | 3 |
QSslConfiguration::setPeerVerifyDepthName: | QSslConfiguration::setPeerVerifyDepth | Prototype: | void QSslConfiguration::setPeerVerifyDepth(int depth) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp | Lines: | 353-361 |
| | 11 | 3 |
QSslCertificatePrivate::certificatesFromDerName: | QSslCertificatePrivate::certificatesFromDer | Prototype: | QList<QSslCertificate> QSslCertificatePrivate::certificatesFromDer(const QByteArray &der, int count) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 686-705 |
| | 11 | 3 |
QSslCertificate::serialNumberName: | QSslCertificate::serialNumber | Prototype: | QByteArray QSslCertificate::serialNumber() const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 98-113 |
| | 11 | 3 |
QSqlTableModel::insertRowIntoTableName: | QSqlTableModel::insertRowIntoTable | Prototype: | bool QSqlTableModel::insertRowIntoTable(const QSqlRecord &values) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 662-679 |
| | 11 | 2 |
QSqlResult::savePrepareName: | QSqlResult::savePrepare | Prototype: | bool QSqlResult::savePrepare(const QString& query) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 585-602 |
| | 11 | 4 |
QSqlResult::execBatchName: | QSqlResult::execBatch | Prototype: | bool QSqlResult::execBatch(bool arrayBind) | Coverage: | 69.231% (9/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp | Lines: | 948-963 |
| | 11 | 5 |
QSqlQueryModel::removeColumnsName: | QSqlQueryModel::removeColumns | Prototype: | bool QSqlQueryModel::removeColumns(int column, int count, const QModelIndex &parent) | Coverage: | 87.500% (14/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp | Lines: | 641-657 |
| | 11 | 4 |
QSqlQuery::nextName: | QSqlQuery::next | Prototype: | bool QSqlQuery::next() | Coverage: | 92.857% (13/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 648-666 |
| | 11 | 6 |
QSqlCachedResult::cacheNextName: | QSqlCachedResult::cacheNext | Prototype: | bool QSqlCachedResult::cacheNext() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp | Lines: | 263-280 |
| | 11 | 4 |
QSplitter::eventName: | QSplitter::event | Prototype: | bool QSplitter::event(QEvent *e) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp | Lines: | 1287-1310 |
| | 11 | 9 |
QSpdyProtocolHandler::sendDataFrameName: | QSpdyProtocolHandler::sendDataFrame | Prototype: | qint64 QSpdyProtocolHandler::sendDataFrame(qint32 streamID, DataFrameFlags flags, quint32 length, const char *data) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 773-792 |
| | 11 | 2 |
QSpdyProtocolHandler::QSpdyProtocolHandlerName: | QSpdyProtocolHandler::QSpdyProtocolHandler | Prototype: | QSpdyProtocolHandler::QSpdyProtocolHandler(QHttpNetworkConnectionChannel *channel) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 256-278 |
| | 11 | 1 |
QSortFilterProxyModelPrivate::sortName: | QSortFilterProxyModelPrivate::sort | Prototype: | void QSortFilterProxyModelPrivate::sort() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 437-451 |
| | 11 | 2 |
QSortFilterProxyModelPrivate::remove_proxy_intervalName: | QSortFilterProxyModelPrivate::remove_proxy_interval | Prototype: | void QSortFilterProxyModelPrivate::remove_proxy_interval( QVector<int> &source_to_proxy, QVector<int> &proxy_to_source, int proxy_start, int proxy_end, const QModelIndex &proxy_parent, Qt::Orientation orient, bool emit_signal) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | Lines: | 576-599 |
| | 11 | 5 |
QSocks5SocketEnginePrivate::_q_emitPendingReadNotificationName: | QSocks5SocketEnginePrivate::_q_emitPendingReadNotification | Prototype: | void QSocks5SocketEnginePrivate::_q_emitPendingReadNotification() | Coverage: | 64.286% (9/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 916-933 |
| | 11 | 4 |
QSocks5SocketEngine::~QSocks5SocketEngineName: | QSocks5SocketEngine::~QSocks5SocketEngine | Prototype: | QSocks5SocketEngine::~QSocks5SocketEngine() | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 988-1006 |
| | 11 | 5 |
QSocketNotifier::eventName: | QSocketNotifier::event | Prototype: | bool QSocketNotifier::event(QEvent *e) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 252-270 |
| | 11 | 4 |
QSize::scaledName: | QSize::scaled | Prototype: | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const noexcept | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | Lines: | 225-246 |
| | 11 | 4 |
QSimplex::combineRowsName: | QSimplex::combineRows | Prototype: | void QSimplex::combineRows(int toIndex, int fromIndex, qreal factor) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 375-396 |
| | 11 | 5 |
QSharedMemory::lockName: | QSharedMemory::lock | Prototype: | bool QSharedMemory::lock() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | Lines: | 503-518 |
| | 11 | 3 |
QScrollBar::wheelEventName: | QScrollBar::wheelEvent | Prototype: | void QScrollBar::wheelEvent(QWheelEvent *event) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 514-533 |
| | 11 | 5 |
QScrollBar::sizeHintName: | QScrollBar::sizeHint | Prototype: | QSize QScrollBar::sizeHint() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 454-470 |
| | 11 | 2 |
QScrollBar::paintEventName: | QScrollBar::paintEvent | Prototype: | void QScrollBar::paintEvent(QPaintEvent *) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 539-554 |
| | 11 | 3 |
QScanConverter::mergeIntersectionName: | QScanConverter::mergeIntersection | Prototype: | inline void QScanConverter::mergeIntersection(Intersection *it, const Intersection &isect) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | Lines: | 461-479 |
| | 11 | 3 |
QResourcePrivate::clearName: | QResourcePrivate::clear | Prototype: | void QResourcePrivate::clear() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 239-254 |
| | 11 | 3 |
QResourceFileEngine::openName: | QResourceFileEngine::open | Prototype: | bool QResourceFileEngine::open(QIODevice::OpenMode flags) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1247-1262 |
| | 11 | 4 |
QRegularExpressionMatchPrivate::nextMatchName: | QRegularExpressionMatchPrivate::nextMatch | Prototype: | QRegularExpressionMatch QRegularExpressionMatchPrivate::nextMatch() const | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | Lines: | 1434-1452 |
| | 11 | 1 |
QRegion::QRegionName: | QRegion::QRegion | Prototype: | QRegion::QRegion(const QRect &r, RegionType t) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | Lines: | 3840-3856 |
| | 11 | 4 |
QRegExpEngine::Box::setupHeuristicsName: | QRegExpEngine::Box::setupHeuristics | Prototype: | void QRegExpEngine::Box::setupHeuristics() | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2668-2695 |
| | 11 | 4 |
QRegExpCharClass::inName: | QRegExpCharClass::in | Prototype: | bool QRegExpCharClass::in(QChar ch) const | Coverage: | 100.000% (15/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 2416-2435 |
| | 11 | 5 |
QReadWriteLockPrivate::recursiveLockForReadName: | QReadWriteLockPrivate::recursiveLockForRead | Prototype: | bool QReadWriteLockPrivate::recursiveLockForRead(int timeout) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 537-555 |
| | 11 | 3 |
QReadWriteLock::stateForWaitConditionName: | QReadWriteLock::stateForWaitCondition | Prototype: | QReadWriteLock::StateForWaitCondition QReadWriteLock::stateForWaitCondition() const | Coverage: | 71.429% (10/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | Lines: | 446-462 |
| | 11 | 6 |
QRawFont::glyphIndexesForCharsName: | QRawFont::glyphIndexesForChars | Prototype: | bool QRawFont::glyphIndexesForChars(const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | Lines: | 516-533 |
| | 11 | 3 |
QRasterPlatformPixmap::toImageName: | QRasterPlatformPixmap::toImage | Prototype: | QImage QRasterPlatformPixmap::toImage(const QRect &rect) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 231-247 |
| | 11 | 3 |
QRasterPaintEngine::updateRasterStateName: | QRasterPaintEngine::updateRasterState | Prototype: | void QRasterPaintEngine::updateRasterState() | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 827-844 |
| | 11 | 3 |
QRasterPaintEngine::toNormalizedFillRectName: | QRasterPaintEngine::toNormalizedFillRect | Prototype: | QRect QRasterPaintEngine::toNormalizedFillRect(const QRectF &rect) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 1630-1647 |
| | 11 | 3 |
QRasterPaintEngine::drawPointsName: | QRasterPaintEngine::drawPoints | Prototype: | void QRasterPaintEngine::drawPoints(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3083-3100 |
| | 11 | 3 |
QRasterPaintEngine::drawPointsName: | QRasterPaintEngine::drawPoints | Prototype: | void QRasterPaintEngine::drawPoints(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | Lines: | 3103-3120 |
| | 11 | 3 |
QQuaternion::normalizeName: | QQuaternion::normalize | Prototype: | void QQuaternion::normalize() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | Lines: | 281-297 |
| | 11 | 2 |
QQuaternion::fromAxesName: | QQuaternion::fromAxes | Prototype: | QQuaternion QQuaternion::fromAxes(const QVector3D &xAxis, const QVector3D &yAxis, const QVector3D &zAxis) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | Lines: | 718-732 |
| | 11 | 1 |
QPushButton::eventName: | QPushButton::event | Prototype: | bool QPushButton::event(QEvent *e) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | Lines: | 661-680 |
| | 11 | 6 |
QPropertyAnimationPrivate::updatePropertyName: | QPropertyAnimationPrivate::updateProperty | Prototype: | void QPropertyAnimationPrivate::updateProperty(const QVariant &newValue) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 125-145 |
| | 11 | 4 |
QProcessEnvironment::systemEnvironmentName: | QProcessEnvironment::systemEnvironment | Prototype: | QProcessEnvironment QProcessEnvironment::systemEnvironment() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | Lines: | 322-339 |
| | 11 | 3 |
QProcess::waitForFinishedName: | QProcess::waitForFinished | Prototype: | bool QProcess::waitForFinished(int msecs) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1908-1923 |
| | 11 | 4 |
QProcess::waitForBytesWrittenName: | QProcess::waitForBytesWritten | Prototype: | bool QProcess::waitForBytesWritten(int msecs) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1872-1887 |
| | 11 | 4 |
QPrintPreviewWidgetPrivate::populateSceneName: | QPrintPreviewWidgetPrivate::populateScene | Prototype: | void QPrintPreviewWidgetPrivate::populateScene() | Coverage: | 66.667% (2/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 335-352 |
| | 11 | 3 |
QPrintPreviewWidgetPrivate::generatePreviewName: | QPrintPreviewWidgetPrivate::generatePreview | Prototype: | void QPrintPreviewWidgetPrivate::generatePreview() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 392-411 |
| | 11 | 2 |
QPrintPreviewWidget::setViewModeName: | QPrintPreviewWidget::setViewMode | Prototype: | void QPrintPreviewWidget::setViewMode(ViewMode mode) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 575-590 |
| | 11 | 2 |
QPrintPreviewDialogPrivate::setFittingName: | QPrintPreviewDialogPrivate::setFitting | Prototype: | void QPrintPreviewDialogPrivate::setFitting(bool on) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp | Lines: | 448-465 |
| | 11 | 4 |
QPrintDialogPrivate::_q_collapseOrExpandDialogName: | QPrintDialogPrivate::_q_collapseOrExpandDialog | Prototype: | void QPrintDialogPrivate::_q_collapseOrExpandDialog() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | Lines: | 478-494 |
| | 11 | 3 |
QPreviewPaintEngine::beginName: | QPreviewPaintEngine::begin | Prototype: | bool QPreviewPaintEngine::begin(QPaintDevice *) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_preview.cpp | Lines: | 84-99 |
| | 11 | 1 |
QPlatformDialogHelper::buttonRoleName: | QPlatformDialogHelper::buttonRole | Prototype: | QPlatformDialogHelper::ButtonRole QPlatformDialogHelper::buttonRole(QPlatformDialogHelper::StandardButton button) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp | Lines: | 810-851 |
| | 11 | 20 |
QPlatformCursorImage::setName: | QPlatformCursorImage::set | Prototype: | void QPlatformCursorImage::set(Qt::CursorShape id) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp | Lines: | 548-564 |
| | 11 | 5 |
QPixmapStylePrivate::getCachedPixmapName: | QPixmapStylePrivate::getCachedPixmap | Prototype: | QPixmap QPixmapStylePrivate::getCachedPixmap(QPixmapStyle::ControlDescriptor control, const QPixmapStyleDescriptor &desc, const QSize &size) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 1133-1152 |
| | 11 | 2 |
QPixmapStyle::progressBarSizeFromContentsName: | QPixmapStyle::progressBarSizeFromContents | Prototype: | QSize QPixmapStyle::progressBarSizeFromContents(const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 963-982 |
| | 11 | 3 |
QPixmapIconEngine::writeName: | QPixmapIconEngine::write | Prototype: | bool QPixmapIconEngine::write(QDataStream &out) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 495-510 |
| | 11 | 3 |
QPixmap::fillName: | QPixmap::fill | Prototype: | void QPixmap::fill(const QColor &color) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | Lines: | 935-959 |
| | 11 | 4 |
QPersistentModelIndexData::createName: | QPersistentModelIndexData::create | Prototype: | QPersistentModelIndexData *QPersistentModelIndexData::create(const QModelIndex &index) | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | Lines: | 55-70 |
| | 11 | 2 |
QPdfEnginePrivate::xprintfName: | QPdfEnginePrivate::xprintf | Prototype: | void QPdfEnginePrivate::xprintf(const char* fmt, ...) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1810-1828 |
| | 11 | 2 |
QPdfEnginePrivate::newPageName: | QPdfEnginePrivate::newPage | Prototype: | void QPdfEnginePrivate::newPage() | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2719-2734 |
| | 11 | 2 |
QPdfEngine::drawPointsName: | QPdfEngine::drawPoints | Prototype: | void QPdfEngine::drawPoints (const QPointF *points, int pointCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 764-780 |
| | 11 | 3 |
QPdfEngine::drawLinesName: | QPdfEngine::drawLines | Prototype: | void QPdfEngine::drawLines (const QLineF *lines, int lineCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 782-797 |
| | 11 | 3 |
QPainterPath::angleAtPercentName: | QPainterPath::angleAtPercent | Prototype: | qreal QPainterPath::angleAtPercent(qreal t) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 3021-3038 |
| | 11 | 2 |
QPainterPath::addPathName: | QPainterPath::addPath | Prototype: | void QPainterPath::addPath(const QPainterPath &other) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 1223-1242 |
| | 11 | 3 |
QPainter::~QPainterName: | QPainter::~QPainter | Prototype: | QPainter::~QPainter() | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1484-1503 |
| | 11 | 5 |
QPainter::setPenName: | QPainter::setPen | Prototype: | void QPainter::setPen(const QColor &color) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3840-3862 |
| | 11 | 4 |
QPainter::setPenName: | QPainter::setPen | Prototype: | void QPainter::setPen(Qt::PenStyle style) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3908-3928 |
| | 11 | 4 |
QPainter::setOpacityName: | QPainter::setOpacity | Prototype: | void QPainter::setOpacity(qreal opacity) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 2069-2089 |
| | 11 | 4 |
QPainter::saveName: | QPainter::save | Prototype: | void QPainter::save() | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 1570-1591 |
| | 11 | 3 |
QPainter::drawPathName: | QPainter::drawPath | Prototype: | void QPainter::drawPath(const QPainterPath &path) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 3371-3399 |
| | 11 | 4 |
QPaintEngineEx::drawRectsName: | QPaintEngineEx::drawRects | Prototype: | void QPaintEngineEx::drawRects(const QRect *rects, int rectCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 707-722 |
| | 11 | 2 |
QPaintEngineEx::drawRectsName: | QPaintEngineEx::drawRects | Prototype: | void QPaintEngineEx::drawRects(const QRectF *rects, int rectCount) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 724-738 |
| | 11 | 2 |
QPaintEngineEx::drawLinesName: | QPaintEngineEx::drawLines | Prototype: | void QPaintEngineEx::drawLines(const QLine *lines, int lineCount) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | Lines: | 783-800 |
| | 11 | 3 |
QPaintEngine::drawPointsName: | QPaintEngine::drawPoints | Prototype: | void QPaintEngine::drawPoints(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 479-494 |
| | 11 | 3 |
QPMCache::replaceName: | QPMCache::replace | Prototype: | bool QPMCache::replace(const QPixmapCache::Key &key, const QPixmap &pixmap, int cost) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 368-388 |
| | 11 | 3 |
QOpenGLWindow::makeCurrentName: | QOpenGLWindow::makeCurrent | Prototype: | void QOpenGLWindow::makeCurrent() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 427-448 |
| | 11 | 4 |
QOpenGLWidgetPrivate::invokeUserPaintName: | QOpenGLWidgetPrivate::invokeUserPaint | Prototype: | void QOpenGLWidgetPrivate::invokeUserPaint() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 817-834 |
| | 11 | 1 |
QOpenGLWidget::resizeEventName: | QOpenGLWidget::resizeEvent | Prototype: | void QOpenGLWidget::resizeEvent(QResizeEvent *e) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 1167-1184 |
| | 11 | 3 |
QOpenGLTimeMonitorPrivate::recordSampleName: | QOpenGLTimeMonitorPrivate::recordSample | Prototype: | void QOpenGLTimeMonitorPrivate::recordSample() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 565-587 |
| | 11 | 5 |
QOpenGLTimeMonitorPrivate::intervalsName: | QOpenGLTimeMonitorPrivate::intervals | Prototype: | QVector<GLuint64> QOpenGLTimeMonitorPrivate::intervals() const | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 614-636 |
| | 11 | 5 |
QOpenGLTextureGlyphCache::clearName: | QOpenGLTextureGlyphCache::clear | Prototype: | void QOpenGLTextureGlyphCache::clear() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp | Lines: | 462-477 |
| | 11 | 2 |
QOpenGLTextureBlitter::targetTransformName: | QOpenGLTextureBlitter::targetTransform | Prototype: | QMatrix4x4 QOpenGLTextureBlitter::targetTransform(const QRectF &target, const QRect &viewport) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 443-461 |
| | 11 | 1 |
QOpenGLTexture::setSamplesName: | QOpenGLTexture::setSamples | Prototype: | void QOpenGLTexture::setSamples(int samples) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 2841-2870 |
| | 11 | 13 |
QOpenGLTexture::setMipLevelsName: | QOpenGLTexture::setMipLevels | Prototype: | void QOpenGLTexture::setMipLevels(int levels) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 2709-2737 |
| | 11 | 13 |
QOpenGLTexture::setLayersName: | QOpenGLTexture::setLayers | Prototype: | void QOpenGLTexture::setLayers(int layers) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 2773-2801 |
| | 11 | 13 |