Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QJsonPrivate::Entry::operator >=Name: | QJsonPrivate::Entry::operator >= | Prototype: | bool Entry::operator >=(const Entry &other) const | Coverage: | 30.000% (3/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 294-304 |
| | 7 | 4 |
QJsonPrivate::Entry::operator ==Name: | QJsonPrivate::Entry::operator == | Prototype: | bool Entry::operator ==(const Entry &other) const | Coverage: | 30.000% (3/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 282-292 |
| | 7 | 4 |
QJsonPrivate::Array::isValidName: | QJsonPrivate::Array::isValid | Prototype: | bool Array::isValid(int maxSize) const | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 253-263 |
| | 6 | 4 |
QJsonObject::takeName: | QJsonObject::take | Prototype: | QJsonValue QJsonObject::take(const QString &key) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 536-554 |
| | 13 | 4 |
QJsonObject::removeName: | QJsonObject::remove | Prototype: | void QJsonObject::remove(const QString &key) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 510-525 |
| | 11 | 4 |
QJsonObject::operator =Name: | QJsonObject::operator = | Prototype: | QJsonObject &QJsonObject::operator =(const QJsonObject &other) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 182-194 |
| | 8 | 4 |
QJsonDocument::operator =Name: | QJsonDocument::operator = | Prototype: | QJsonDocument &QJsonDocument::operator =(const QJsonDocument &other) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 143-154 |
| | 7 | 4 |
QJsonDocument::fromVariantName: | QJsonDocument::fromVariant | Prototype: | QJsonDocument QJsonDocument::fromVariant(const QVariant &variant) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 267-278 |
| | 8 | 4 |
QJsonArray::operator =Name: | QJsonArray::operator = | Prototype: | QJsonArray &QJsonArray::operator =(const QJsonArray &other) | Coverage: | 58.333% (7/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 201-213 |
| | 8 | 4 |
QItemSelectionModelPrivate::_q_layoutChangedName: | QItemSelectionModelPrivate::_q_layoutChanged | Prototype: | void QItemSelectionModelPrivate::_q_layoutChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | Coverage: | 75.000% (18/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1020-1075 |
| | 32 | 4 |
QItemSelectionModelPrivate::_q_layoutAboutToBeChangedName: | QItemSelectionModelPrivate::_q_layoutAboutToBeChanged | Prototype: | void QItemSelectionModelPrivate::_q_layoutAboutToBeChanged(const QList<QPersistentModelIndex> &, QAbstractItemModel::LayoutChangeHint hint) | Coverage: | 50.000% (10/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 856-894 |
| | 23 | 4 |
QItemSelection::selectName: | QItemSelection::select | Prototype: | void QItemSelection::select(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 436-457 |
| | 16 | 4 |
QItemSelection::containsName: | QItemSelection::contains | Prototype: | bool QItemSelection::contains(const QModelIndex &index) const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 464-473 |
| | 6 | 4 |
QItemDelegate::setOptionsName: | QItemDelegate::setOptions | Prototype: | QStyleOptionViewItem QItemDelegate::setOptions(const QModelIndex &index, const QStyleOptionViewItem &option) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 1172-1198 |
| | 13 | 4 |
QItemDelegate::drawDecorationName: | QItemDelegate::drawDecoration | Prototype: | void QItemDelegate::drawDecoration(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QPixmap &pixmap) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 680-701 |
| | 13 | 4 |
QItemDelegate::drawBackgroundName: | QItemDelegate::drawBackground | Prototype: | void QItemDelegate::drawBackground(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 771-791 |
| | 12 | 4 |
QItemDelegate::decorationName: | QItemDelegate::decoration | Prototype: | QPixmap QItemDelegate::decoration(const QStyleOptionViewItem &option, const QVariant &variant) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 935-952 |
| | 9 | 4 |
QItemDelegate::createEditorName: | QItemDelegate::createEditor | Prototype: | QWidget *QItemDelegate::createEditor(QWidget *parent, const QStyleOptionViewItem &, const QModelIndex &index) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 468-482 |
| | 10 | 4 |
QIntersectionPoint::operator <Name: | QIntersectionPoint::operator < | Prototype: | bool QIntersectionPoint::operator < (const QIntersectionPoint &other) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 325-334 |
| | 7 | 4 |
QInternalMimeData::hasFormatName: | QInternalMimeData::hasFormat | Prototype: | bool QInternalMimeData::hasFormat(const QString &mimeType) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 202-213 |
| | 7 | 4 |
QInternalMimeData::formatsHelperName: | QInternalMimeData::formatsHelper | Prototype: | QStringList QInternalMimeData::formatsHelper(const QMimeData *data) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 278-290 |
| | 7 | 4 |
QInternalMimeData::formatsName: | QInternalMimeData::formats | Prototype: | QStringList QInternalMimeData::formats() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qdnd.cpp | Lines: | 215-228 |
| | 8 | 4 |
QIntValidator::setRangeName: | QIntValidator::setRange | Prototype: | void QIntValidator::setRange(int bottom, int top) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 465-482 |
| | 11 | 4 |
QInputDialogPrivate::ensureLayoutName: | QInputDialogPrivate::ensureLayout | Prototype: | void QInputDialogPrivate::ensureLayout() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 220-251 |
| | 20 | 4 |
QInputDialog::setTextValueName: | QInputDialog::setTextValue | Prototype: | void QInputDialog::setTextValue(const QString &text) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 697-711 |
| | 9 | 4 |
QInputDialog::setInputModeName: | QInputDialog::setInputMode | Prototype: | void QInputDialog::setInputMode(InputMode mode) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 542-570 |
| | 13 | 4 |
QInputDialog::inputModeName: | QInputDialog::inputMode | Prototype: | QInputDialog::InputMode QInputDialog::inputMode() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 572-585 |
| | 7 | 4 |
QInotifyFileSystemWatcherEngine::removePathsName: | QInotifyFileSystemWatcherEngine::removePaths | Prototype: | QStringList QInotifyFileSystemWatcherEngine::removePaths(const QStringList &paths, QStringList *files, QStringList *directories) | Coverage: | 92.857% (13/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | Lines: | 317-343 |
| | 15 | 4 |
QImageReaderPrivate::getTextName: | QImageReaderPrivate::getText | Prototype: | void QImageReaderPrivate::getText() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 634-648 |
| | 8 | 4 |
QImageData::~QImageDataName: | QImageData::~QImageData | Prototype: | QImageData::~QImageData() | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 167-177 |
| | 8 | 4 |
QImageData::createName: | QImageData::create | Prototype: | QImageData *QImageData::create(uchar *data, int width, int height, int bpl, QImage::Format format, bool readOnly, QImageCleanupFunction cleanupFunction, void *cleanupInfo) | Coverage: | 0.000% (0/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 805-845 |
| | 29 | 4 |
QImage::scaledName: | QImage::scaled | Prototype: | QImage QImage::scaled(const QSize& s, Qt::AspectRatioMode aspectMode, Qt::TransformationMode mode) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2662-2681 |
| | 14 | 4 |
QImage::paintEngineName: | QImage::paintEngine | Prototype: | QPaintEngine *QImage::paintEngine() const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3892-3907 |
| | 10 | 4 |
QImage::operator=Name: | QImage::operator= | Prototype: | QImage &QImage::operator=(const QImage &image) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 1055-1067 |
| | 8 | 4 |
QImage::hasAlphaChannelName: | QImage::hasAlphaChannel | Prototype: | bool QImage::hasAlphaChannel() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 4372-4382 |
| | 8 | 4 |
QImage::createAlphaMaskName: | QImage::createAlphaMask | Prototype: | QImage QImage::createAlphaMask(Qt::ImageConversionFlags flags) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2796-2811 |
| | 8 | 4 |
QIdentityProxyModelPrivate::_q_sourceLayoutChangedName: | QIdentityProxyModelPrivate::_q_sourceLayoutChanged | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 523-547 |
| | 15 | 4 |
QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChangedName: | QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged | Prototype: | void QIdentityProxyModelPrivate::_q_sourceLayoutAboutToBeChanged(const QList<QPersistentModelIndex> &sourceParents, QAbstractItemModel::LayoutChangeHint hint) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 495-521 |
| | 18 | 4 |
QIcuCodec::codecForMibUnlockedName: | QIcuCodec::codecForMibUnlocked | Prototype: | QTextCodec *QIcuCodec::codecForMibUnlocked(int mib) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 544-555 |
| | 6 | 4 |
QIconModeViewBase::initDynamicLayoutName: | QIconModeViewBase::initDynamicLayout | Prototype: | QPoint QIconModeViewBase::initDynamicLayout(const QListViewLayoutInfo &info) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2922-2942 |
| | 15 | 4 |
QIconModeViewBase::initBspTreeName: | QIconModeViewBase::initBspTree | Prototype: | void QIconModeViewBase::initBspTree(const QSize &contents) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2905-2920 |
| | 9 | 4 |
QIconModeViewBase::addLeafName: | QIconModeViewBase::addLeaf | Prototype: | void QIconModeViewBase::addLeaf(QVector<int> &leaf, const QRect &area, uint visited, QBspTree::Data data) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 3140-3158 |
| | 13 | 4 |
QIconLoader::updateSystemThemeName: | QIconLoader::updateSystemTheme | Prototype: | void QIconLoader::updateSystemTheme() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 123-135 |
| | 7 | 4 |
QIconLoader::ensureInitializedName: | QIconLoader::ensureInitialized | Prototype: | void QIconLoader::ensureInitialized() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 99-113 |
| | 8 | 4 |
QIODevice::seekName: | QIODevice::seek | Prototype: | bool QIODevice::seek(qint64 pos) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 849-878 |
| | 13 | 4 |
QIODevice::readLineDataName: | QIODevice::readLineData | Prototype: | qint64 QIODevice::readLineData(char *data, qint64 maxSize) | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1453-1475 |
| | 13 | 4 |
QHttpThreadDelegate::sslErrorsSlotName: | QHttpThreadDelegate::sslErrorsSlot | Prototype: | void QHttpThreadDelegate::sslErrorsSlot(const QList<QSslError> &errors) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 675-689 |
| | 10 | 4 |
QHttpSocketEngineHandler::createSocketEngineName: | QHttpSocketEngineHandler::createSocketEngine | Prototype: | QAbstractSocketEngine *QHttpSocketEngineHandler::createSocketEngine(QAbstractSocket::SocketType socketType, const QNetworkProxy &proxy, QObject *parent) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 847-865 |
| | 9 | 4 |
QHttpSocketEngine::waitForReadOrWriteName: | QHttpSocketEngine::waitForReadOrWrite | Prototype: | bool QHttpSocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 432-451 |
| | 10 | 4 |
QHttpSocketEngine::slotSocketConnectedName: | QHttpSocketEngine::slotSocketConnected | Prototype: | void QHttpSocketEngine::slotSocketConnected() | Coverage: | 100.000% (12/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 502-536 |
| | 25 | 4 |
QHttpSocketEngine::setOptionName: | QHttpSocketEngine::setOption | Prototype: | bool QHttpSocketEngine::setOption(SocketOption option, int value) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 344-356 |
| | 8 | 4 |
QHttpSocketEngine::optionName: | QHttpSocketEngine::option | Prototype: | int QHttpSocketEngine::option(SocketOption option) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 331-342 |
| | 7 | 4 |
QHttpNetworkReplyPrivate::readReplyBodyRawName: | QHttpNetworkReplyPrivate::readReplyBodyRaw | Prototype: | qint64 QHttpNetworkReplyPrivate::readReplyBodyRaw(QAbstractSocket *socket, QByteDataBuffer *out, qint64 size) | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | Lines: | 812-843 |
| | 19 | 4 |
QHttpNetworkHeaderPrivate::contentLengthName: | QHttpNetworkHeaderPrivate::contentLength | Prototype: | qint64 QHttpNetworkHeaderPrivate::contentLength() const | Coverage: | 100.000% (9/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkheader.cpp | Lines: | 60-78 |
| | 12 | 4 |
QHttpNetworkConnectionPrivate::requeueRequestName: | QHttpNetworkConnectionPrivate::requeueRequest | Prototype: | void QHttpNetworkConnectionPrivate::requeueRequest(const HttpMessagePair &pair) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 649-665 |
| | 8 | 4 |
QHttpNetworkConnectionPrivate::pauseConnectionName: | QHttpNetworkConnectionPrivate::pauseConnection | Prototype: | void QHttpNetworkConnectionPrivate::pauseConnection() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 143-158 |
| | 6 | 4 |
QHttpNetworkConnectionChannel::resetUploadDataName: | QHttpNetworkConnectionChannel::resetUploadData | Prototype: | bool QHttpNetworkConnectionChannel::resetUploadData() | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 601-618 |
| | 10 | 4 |
QHttpNetworkConnectionChannel::closeName: | QHttpNetworkConnectionChannel::close | Prototype: | void QHttpNetworkConnectionChannel::close() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 194-211 |
| | 8 | 4 |
QHttpNetworkConnectionChannel::abortName: | QHttpNetworkConnectionChannel::abort | Prototype: | void QHttpNetworkConnectionChannel::abort() | Coverage: | 54.545% (6/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 214-231 |
| | 8 | 4 |
QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequiredName: | QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequired | Prototype: | void QHttpNetworkConnectionChannel::_q_proxyAuthenticationRequired(const QNetworkProxy &proxy, QAuthenticator* auth) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnectionchannel.cpp | Lines: | 1003-1018 |
| | 6 | 4 |
QHttpNetworkConnection::ignoreSslErrorsName: | QHttpNetworkConnection::ignoreSslErrors | Prototype: | void QHttpNetworkConnection::ignoreSslErrors(int channel) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 1414-1428 |
| | 7 | 4 |
QHttpNetworkConnection::ignoreSslErrorsName: | QHttpNetworkConnection::ignoreSslErrors | Prototype: | void QHttpNetworkConnection::ignoreSslErrors(const QList<QSslError> &errors, int channel) | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkconnection.cpp | Lines: | 1430-1444 |
| | 7 | 4 |
QHostAddress::isMulticastName: | QHostAddress::isMulticast | Prototype: | bool QHostAddress::isMulticast() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 1109-1117 |
| | 6 | 4 |
QHostAddress::isLoopbackName: | QHostAddress::isLoopback | Prototype: | bool QHostAddress::isLoopback() const | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qhostaddress.cpp | Lines: | 1083-1101 |
| | 9 | 4 |
QHistoryState::setDefaultStateName: | QHistoryState::setDefaultState | Prototype: | void QHistoryState::setDefaultState(QAbstractState *state) | Coverage: | 52.941% (9/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qhistorystate.cpp | Lines: | 224-241 |
| | 11 | 4 |
QHighDpiScaling::setGlobalFactorName: | QHighDpiScaling::setGlobalFactor | Prototype: | void QHighDpiScaling::setGlobalFactor(qreal factor) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qhighdpiscaling.cpp | Lines: | 323-336 |
| | 10 | 4 |
QHeaderViewPrivate::updateSectionIndicatorName: | QHeaderViewPrivate::updateSectionIndicator | Prototype: | void QHeaderViewPrivate::updateSectionIndicator(int section, int position) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 3169-3185 |
| | 9 | 4 |
QHeaderViewPrivate::isSectionSelectedName: | QHeaderViewPrivate::isSectionSelected | Prototype: | bool QHeaderViewPrivate::isSectionSelected(int section) const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 3207-3222 |
| | 12 | 4 |
QHeaderView::setStretchLastSectionName: | QHeaderView::setStretchLastSection | Prototype: | void QHeaderView::setStretchLastSection(bool stretch) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1499-1513 |
| | 10 | 4 |
QHeaderView::setSortIndicatorShownName: | QHeaderView::setSortIndicatorShown | Prototype: | void QHeaderView::setSortIndicatorShown(bool show) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1386-1401 |
| | 9 | 4 |
QHeaderView::setMaximumSectionSizeName: | QHeaderView::setMaximumSectionSize | Prototype: | void QHeaderView::setMaximumSectionSize(int size) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1637-1650 |
| | 9 | 4 |
QHeaderView::sectionViewportPositionName: | QHeaderView::sectionViewportPosition | Prototype: | int QHeaderView::sectionViewportPosition(int logicalIndex) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 693-705 |
| | 10 | 4 |
QHeaderView::sectionSizeHintName: | QHeaderView::sectionSizeHint | Prototype: | int QHeaderView::sectionSizeHint(int logicalIndex) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 575-590 |
| | 12 | 4 |
QHeaderView::sectionSizeName: | QHeaderView::sectionSize | Prototype: | int QHeaderView::sectionSize(int logicalIndex) const | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 648-660 |
| | 10 | 4 |
QHeaderView::restoreStateName: | QHeaderView::restoreState | Prototype: | bool QHeaderView::restoreState(const QByteArray &state) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 1739-1761 |
| | 18 | 4 |
QHeaderView::mouseDoubleClickEventName: | QHeaderView::mouseDoubleClickEvent | Prototype: | void QHeaderView::mouseDoubleClickEvent(QMouseEvent *e) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 2593-2613 |
| | 12 | 4 |
QHeaderView::dataChangedName: | QHeaderView::dataChanged | Prototype: | void QHeaderView::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | Lines: | 2908-2921 |
| | 10 | 4 |
QHashData::nextNodeName: | QHashData::nextNode | Prototype: | QHashData::Node *QHashData::nextNode(Node *node) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 604-625 |
| | 12 | 4 |
QHashData::free_helperName: | QHashData::free_helper | Prototype: | void QHashData::free_helper(void (*node_delete)(Node *)) | Coverage: | 90.000% (9/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qhash.cpp | Lines: | 583-602 |
| | 13 | 4 |
QGuiApplicationPrivate::updateFilteredScreenOrientationName: | QGuiApplicationPrivate::updateFilteredScreenOrientation | Prototype: | void QGuiApplicationPrivate::updateFilteredScreenOrientation(QScreen *s) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2675-2687 |
| | 10 | 4 |
QGuiApplicationPrivate::tryCloseRemainingWindowsName: | QGuiApplicationPrivate::tryCloseRemainingWindows | Prototype: | bool QGuiApplicationPrivate::tryCloseRemainingWindows(QWindowList processedWindows) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3090-3104 |
| | 10 | 4 |
QGuiApplicationPrivate::shouldQuitInternalName: | QGuiApplicationPrivate::shouldQuitInternal | Prototype: | bool QGuiApplicationPrivate::shouldQuitInternal(const QWindowList &processedWindows) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3071-3083 |
| | 8 | 4 |
QGuiApplicationPrivate::sendQWindowEventToQPlatformWindowName: | QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow | Prototype: | void QGuiApplicationPrivate::sendQWindowEventToQPlatformWindow(QWindow *window, QEvent *event) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 1673-1685 |
| | 8 | 4 |
QGuiApplicationPrivate::processCloseEventName: | QGuiApplicationPrivate::processCloseEvent | Prototype: | void QGuiApplicationPrivate::processCloseEvent(QWindowSystemInterfacePrivate::CloseEvent *e) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2219-2233 |
| | 8 | 4 |
QGuiApplication::topLevelWindowsName: | QGuiApplication::topLevelWindows | Prototype: | QWindowList QGuiApplication::topLevelWindows() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 924-938 |
| | 8 | 4 |
QGuiApplication::setWindowIconName: | QGuiApplication::setWindowIcon | Prototype: | void QGuiApplication::setWindowIcon(const QIcon &icon) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 2997-3007 |
| | 8 | 4 |
QGuiApplication::restoreOverrideCursorName: | QGuiApplication::restoreOverrideCursor | Prototype: | void QGuiApplication::restoreOverrideCursor() | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qguiapplication.cpp | Lines: | 3535-3547 |
| | 8 | 4 |
QGridLayoutRowData::totalBoxName: | QGridLayoutRowData::totalBox | Prototype: | QGridLayoutBox QGridLayoutRowData::totalBox(int start, int end) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 449-463 |
| | 10 | 4 |
QGridLayoutItem::stretchFactorName: | QGridLayoutItem::stretchFactor | Prototype: | int QGridLayoutItem::stretchFactor(Qt::Orientation orientation) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 560-575 |
| | 9 | 4 |
QGridLayoutEngine::removeItemName: | QGridLayoutEngine::removeItem | Prototype: | void QGridLayoutEngine::removeItem(QGridLayoutItem *item) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 982-996 |
| | 7 | 4 |
QGridLayoutEngine::regenerateGridName: | QGridLayoutEngine::regenerateGrid | Prototype: | void QGridLayoutEngine::regenerateGrid() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1267-1280 |
| | 6 | 4 |
QGridLayoutEngine::ensureColumnAndRowDataName: | QGridLayoutEngine::ensureColumnAndRowData | Prototype: | void QGridLayoutEngine::ensureColumnAndRowData(QGridLayoutRowData *rowData, QGridLayoutBox *totalBox, const qreal *colPositions, const qreal *colSizes, Qt::Orientation orientation, const QAbstractLayoutStyleInfo *styleInfo) const | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1565-1590 |
| | 16 | 4 |
QGridLayoutEngine::effectiveAlignmentName: | QGridLayoutEngine::effectiveAlignment | Prototype: | Qt::Alignment QGridLayoutEngine::effectiveAlignment(const QGridLayoutItem *layoutItem) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 934-951 |
| | 10 | 4 |
QGridLayoutEngine::cellRectName: | QGridLayoutEngine::cellRect | Prototype: | QRectF QGridLayoutEngine::cellRect(const QRectF &contentsGeometry, int row, int column, int rowSpan, int columnSpan, const QAbstractLayoutStyleInfo *styleInfo) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qgridlayoutengine.cpp | Lines: | 1065-1088 |
| | 15 | 4 |
QGraphicsWidgetPrivate::windowFrameHoverLeaveEventName: | QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent | Prototype: | void QGraphicsWidgetPrivate::windowFrameHoverLeaveEvent(QGraphicsSceneHoverEvent *event) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 739-763 |
| | 14 | 4 |
QGraphicsWidgetPrivate::resolveLayoutDirectionName: | QGraphicsWidgetPrivate::resolveLayoutDirection | Prototype: | void QGraphicsWidgetPrivate::resolveLayoutDirection() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget_p.cpp | Lines: | 229-244 |
| | 8 | 4 |
QGraphicsWidget::setWindowFrameMarginsName: | QGraphicsWidget::setWindowFrameMargins | Prototype: | void QGraphicsWidget::setWindowFrameMargins(qreal left, qreal top, qreal right, qreal bottom) | Coverage: | 0.000% (0/28) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 552-573 |
| | 18 | 4 |
QGraphicsWidget::setLayoutName: | QGraphicsWidget::setLayout | Prototype: | void QGraphicsWidget::setLayout(QGraphicsLayout *l) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 838-861 |
| | 16 | 4 |
QGraphicsWidget::setContentsMarginsName: | QGraphicsWidget::setContentsMargins | Prototype: | void QGraphicsWidget::setContentsMargins(qreal left, qreal top, qreal right, qreal bottom) | Coverage: | 0.000% (0/25) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 493-518 |
| | 18 | 4 |
QGraphicsWidget::closeName: | QGraphicsWidget::close | Prototype: | bool QGraphicsWidget::close() | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicswidget.cpp | Lines: | 2384-2399 |
| | 9 | 4 |