Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QStandardItem::insertColumnName: | QStandardItem::insertColumn | Prototype: | void QStandardItem::insertColumn(int column, const QList<QStandardItem*> &items) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1547-1555 |
| | 6 | 3 |
QStandardItem::indexName: | QStandardItem::index | Prototype: | QModelIndex QStandardItem::index() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1436-1440 |
| | 2 | 1 |
QStandardItem::hasChildrenName: | QStandardItem::hasChildren | Prototype: | bool QStandardItem::hasChildren() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1734-1737 |
| | 1 | 1 |
QStandardItem::flagsName: | QStandardItem::flags | Prototype: | Qt::ItemFlags QStandardItem::flags() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 907-914 |
| | 5 | 2 |
QStandardItem::emitDataChangedName: | QStandardItem::emitDataChanged | Prototype: | void QStandardItem::emitDataChanged() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 877-882 |
| | 3 | 2 |
QStandardItem::dataName: | QStandardItem::data | Prototype: | QVariant QStandardItem::data(int role) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 853-863 |
| | 7 | 3 |
QStandardItem::columnCountName: | QStandardItem::columnCount | Prototype: | int QStandardItem::columnCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1506-1510 |
| | 2 | 1 |
QStandardItem::columnName: | QStandardItem::column | Prototype: | int QStandardItem::column() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1417-1422 |
| | 3 | 1 |
QStandardItem::cloneName: | QStandardItem::clone | Prototype: | QStandardItem *QStandardItem::clone() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1946-1949 |
| | 1 | 1 |
QStandardItem::childName: | QStandardItem::child | Prototype: | QStandardItem *QStandardItem::child(int row, int column) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 1765-1772 |
| | 5 | 2 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 707-712 |
| | 2 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 717-723 |
| | 3 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QIcon &icon, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 728-735 |
| | 4 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(int rows, int columns) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 740-747 |
| | 4 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(QStandardItemPrivate &dd) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 752-757 |
| | 2 | 1 |
QStandardItem::QStandardItemName: | QStandardItem::QStandardItem | Prototype: | QStandardItem::QStandardItem(const QStandardItem &other) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | Lines: | 765-771 |
| | 3 | 1 |
QStackedWidgetPrivate::QStackedWidgetPrivateName: | QStackedWidgetPrivate::QStackedWidgetPrivate | Prototype: | QStackedWidgetPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 54-54 |
| | 1 | 1 |
QStackedWidget::widgetName: | QStackedWidget::widget | Prototype: | QWidget *QStackedWidget::widget(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 270-273 |
| | 1 | 1 |
QStackedWidget::setCurrentWidgetName: | QStackedWidget::setCurrentWidget | Prototype: | void QStackedWidget::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 243-251 |
| | 5 | 2 |
QStackedWidget::setCurrentIndexName: | QStackedWidget::setCurrentIndex | Prototype: | void QStackedWidget::setCurrentIndex(int index) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 214-217 |
| | 1 | 1 |
QStackedWidget::removeWidgetName: | QStackedWidget::removeWidget | Prototype: | void QStackedWidget::removeWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 197-200 |
| | 1 | 1 |
QStackedWidget::insertWidgetName: | QStackedWidget::insertWidget | Prototype: | int QStackedWidget::insertWidget(int index, QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 181-184 |
| | 1 | 1 |
QStackedWidget::indexOfName: | QStackedWidget::indexOf | Prototype: | int QStackedWidget::indexOf(QWidget *widget) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 259-262 |
| | 1 | 1 |
QStackedWidget::eventName: | QStackedWidget::event | Prototype: | bool QStackedWidget::event(QEvent *e) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 289-292 |
| | 1 | 1 |
QStackedWidget::currentWidgetName: | QStackedWidget::currentWidget | Prototype: | QWidget *QStackedWidget::currentWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 229-232 |
| | 1 | 1 |
QStackedWidget::currentIndexName: | QStackedWidget::currentIndex | Prototype: | int QStackedWidget::currentIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 219-222 |
| | 1 | 1 |
QStackedWidget::countName: | QStackedWidget::count | Prototype: | int QStackedWidget::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 283-286 |
| | 1 | 1 |
QStackedWidget::addWidgetName: | QStackedWidget::addWidget | Prototype: | int QStackedWidget::addWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 161-164 |
| | 1 | 1 |
QStackedWidget::QStackedWidgetName: | QStackedWidget::QStackedWidget | Prototype: | QStackedWidget::QStackedWidget(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstackedwidget.cpp | Lines: | 135-142 |
| | 4 | 1 |
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 |
QStackedLayoutPrivate::QStackedLayoutPrivateName: | QStackedLayoutPrivate::QStackedLayoutPrivate | Prototype: | QStackedLayoutPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 53-53 |
| | 1 | 1 |
QStackedLayout::~QStackedLayoutName: | QStackedLayout::~QStackedLayout | Prototype: | QStackedLayout::~QStackedLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 185-189 |
| | 2 | 1 |
QStackedLayout::widgetName: | QStackedLayout::widget | Prototype: | QWidget *QStackedLayout::widget(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 398-404 |
| | 4 | 2 |
QStackedLayout::takeAtName: | QStackedLayout::takeAt | Prototype: | QLayoutItem *QStackedLayout::takeAt(int index) | Coverage: | 0.000% (0/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 263-284 |
| | 16 | 6 |
QStackedLayout::stackingModeName: | QStackedLayout::stackingMode | Prototype: | QStackedLayout::StackingMode QStackedLayout::stackingMode() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 555-559 |
| | 2 | 1 |
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 |
QStackedLayout::setStackingModeName: | QStackedLayout::setStackingMode | Prototype: | void QStackedLayout::setStackingMode(StackingMode stackingMode) | Coverage: | 0.000% (0/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 561-592 |
| | 22 | 12 |
QStackedLayout::setGeometryName: | QStackedLayout::setGeometry | Prototype: | void QStackedLayout::setGeometry(const QRect &rect) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 472-487 |
| | 10 | 7 |
QStackedLayout::setCurrentWidgetName: | QStackedLayout::setCurrentWidget | Prototype: | void QStackedLayout::setCurrentWidget(QWidget *widget) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 369-377 |
| | 5 | 2 |
QStackedLayout::setCurrentIndexName: | QStackedLayout::setCurrentIndex | Prototype: | void QStackedLayout::setCurrentIndex(int index) | Coverage: | 0.000% (0/57) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 294-352 |
| | 35 | 13 |
QStackedLayout::minimumSizeName: | QStackedLayout::minimumSize | Prototype: | QSize QStackedLayout::minimumSize() const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 457-467 |
| | 7 | 3 |
QStackedLayout::itemAtName: | QStackedLayout::itemAt | Prototype: | QLayoutItem *QStackedLayout::itemAt(int index) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 245-249 |
| | 2 | 1 |
QStackedLayout::insertWidgetName: | QStackedLayout::insertWidget | Prototype: | int QStackedLayout::insertWidget(int index, QWidget *widget) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 220-240 |
| | 16 | 5 |
QStackedLayout::heightForWidthName: | QStackedLayout::heightForWidth | Prototype: | int QStackedLayout::heightForWidth(int width) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 508-527 |
| | 8 | 4 |
QStackedLayout::hasHeightForWidthName: | QStackedLayout::hasHeightForWidth | Prototype: | bool QStackedLayout::hasHeightForWidth() const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 492-503 |
| | 6 | 4 |
QStackedLayout::currentWidgetName: | QStackedLayout::currentWidget | Prototype: | QWidget *QStackedLayout::currentWidget() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 386-390 |
| | 2 | 1 |
QStackedLayout::currentIndexName: | QStackedLayout::currentIndex | Prototype: | int QStackedLayout::currentIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 354-358 |
| | 2 | 1 |
QStackedLayout::countName: | QStackedLayout::count | Prototype: | int QStackedLayout::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 412-416 |
| | 2 | 1 |
QStackedLayout::addWidgetName: | QStackedLayout::addWidget | Prototype: | int QStackedLayout::addWidget(QWidget *widget) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 200-204 |
| | 2 | 1 |
QStackedLayout::addItemName: | QStackedLayout::addItem | Prototype: | void QStackedLayout::addItem(QLayoutItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 422-431 |
| | 6 | 2 |
QStackedLayout::QStackedLayoutName: | QStackedLayout::QStackedLayout | Prototype: | QStackedLayout::QStackedLayout() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 156-159 |
| | 2 | 1 |
QStackedLayout::QStackedLayoutName: | QStackedLayout::QStackedLayout | Prototype: | QStackedLayout::QStackedLayout(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 167-170 |
| | 2 | 1 |
QStackedLayout::QStackedLayoutName: | QStackedLayout::QStackedLayout | Prototype: | QStackedLayout::QStackedLayout(QLayout *parentLayout) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp | Lines: | 176-179 |
| | 2 | 1 |
QStackTextEngine::QStackTextEngineName: | QStackTextEngine::QStackTextEngine | Prototype: | QStackTextEngine::QStackTextEngine(const QString &string, const QFont &f) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 3447-3453 |
| | 2 | 1 |
QSslSocketPrivate::verifyErrorsHaveBeenIgnoredName: | QSslSocketPrivate::verifyErrorsHaveBeenIgnored | Prototype: | bool QSslSocketPrivate::verifyErrorsHaveBeenIgnored() | Coverage: | 100.000% (11/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2549-2570 |
| | 9 | 4 |
QSslSocketPrivate::unixRootCertDirectoriesName: | QSslSocketPrivate::unixRootCertDirectories | Prototype: | QList<QByteArray> QSslSocketPrivate::unixRootCertDirectories() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2634-2645 |
| | 9 | 1 |
QSslSocketPrivate::systemCaCertificatesName: | QSslSocketPrivate::systemCaCertificates | Prototype: | QList<QSslCertificate> QSslSocketPrivate::systemCaCertificates() | Coverage: | 100.000% (8/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 683-764 |
| | 22 | 4 |
QSslSocketPrivate::supportsSslName: | QSslSocketPrivate::supportsSsl | Prototype: | bool QSslSocketPrivate::supportsSsl() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 472-475 |
| | 1 | 1 |
QSslSocketPrivate::supportedEllipticCurvesName: | QSslSocketPrivate::supportedEllipticCurves | Prototype: | QVector<QSslEllipticCurve> QSslSocketPrivate::supportedEllipticCurves() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2110-2115 |
| | 3 | 1 |
QSslSocketPrivate::supportedCiphersName: | QSslSocketPrivate::supportedCiphers | Prototype: | QList<QSslCipher> QSslSocketPrivate::supportedCiphers() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2080-2085 |
| | 3 | 1 |
QSslSocketPrivate::sslLibraryVersionStringName: | QSslSocketPrivate::sslLibraryVersionString | Prototype: | QString QSslSocketPrivate::sslLibraryVersionString() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 592-602 |
| | 6 | 3 |
QSslSocketPrivate::sslLibraryVersionNumberName: | QSslSocketPrivate::sslLibraryVersionNumber | Prototype: | long QSslSocketPrivate::sslLibraryVersionNumber() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 584-590 |
| | 3 | 2 |
QSslSocketPrivate::sslLibraryBuildVersionString::[lambda]Name: | QSslSocketPrivate::sslLibraryBuildVersionString::[lambda] | Prototype: | []() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 614-614 |
| | 0 | 1 |
QSslSocketPrivate::sslLibraryBuildVersionStringName: | QSslSocketPrivate::sslLibraryBuildVersionString | Prototype: | QString QSslSocketPrivate::sslLibraryBuildVersionString() | Coverage: | 0.000% (0/2) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 609-615 |
| | 0 | 2 |
QSslSocketPrivate::sslLibraryBuildVersionNumberName: | QSslSocketPrivate::sslLibraryBuildVersionNumber | Prototype: | long QSslSocketPrivate::sslLibraryBuildVersionNumber() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 604-607 |
| | 1 | 1 |
QSslSocketPrivate::sslContextName: | QSslSocketPrivate::sslContext | Prototype: | QSharedPointer<QSslContext> QSslSocketPrivate::sslContext(QSslSocket *socket) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2659-2662 |
| | 1 | 1 |
QSslSocketPrivate::setDefaultSupportedEllipticCurvesName: | QSslSocketPrivate::setDefaultSupportedEllipticCurves | Prototype: | void QSslSocketPrivate::setDefaultSupportedEllipticCurves(const QVector<QSslEllipticCurve> &curves) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2120-2125 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultSupportedCiphersName: | QSslSocketPrivate::setDefaultSupportedCiphers | Prototype: | void QSslSocketPrivate::setDefaultSupportedCiphers(const QList<QSslCipher> &ciphers) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2100-2105 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultCiphersName: | QSslSocketPrivate::setDefaultCiphers | Prototype: | void QSslSocketPrivate::setDefaultCiphers(const QList<QSslCipher> &ciphers) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2090-2095 |
| | 3 | 1 |
QSslSocketPrivate::setDefaultCaCertificatesName: | QSslSocketPrivate::setDefaultCaCertificates | Prototype: | void QSslSocketPrivate::setDefaultCaCertificates(const QList<QSslCertificate> &certs) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2140-2149 |
| | 5 | 1 |
QSslSocketPrivate::rootCertOnDemandLoadingSupportedName: | QSslSocketPrivate::rootCertOnDemandLoadingSupported | Prototype: | bool QSslSocketPrivate::rootCertOnDemandLoadingSupported() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2626-2629 |
| | 1 | 1 |
QSslSocketPrivate::resumeSocketNotifiersName: | QSslSocketPrivate::resumeSocketNotifiers | Prototype: | void QSslSocketPrivate::resumeSocketNotifiers(QSslSocket *socket) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2309-2314 |
| | 3 | 2 |
QSslSocketPrivate::resetDefaultEllipticCurvesName: | QSslSocketPrivate::resetDefaultEllipticCurves | Prototype: | void QSslSocketPrivate::resetDefaultEllipticCurves() | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 656-680 |
| | 10 | 3 |
QSslSocketPrivate::resetDefaultCiphersName: | QSslSocketPrivate::resetDefaultCiphers | Prototype: | void QSslSocketPrivate::resetDefaultCiphers() | Coverage: | 75.000% (15/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 623-654 |
| | 19 | 6 |
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 |
QSslSocketPrivate::peekName: | QSslSocketPrivate::peek | Prototype: | QByteArray QSslSocketPrivate::peek(qint64 maxSize) | Coverage: | 91.667% (11/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2602-2621 |
| | 10 | 4 |
QSslSocketPrivate::pauseSocketNotifiersName: | QSslSocketPrivate::pauseSocketNotifiers | Prototype: | void QSslSocketPrivate::pauseSocketNotifiers(QSslSocket *socket) | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2302-2307 |
| | 3 | 2 |
QSslSocketPrivate::isPausedName: | QSslSocketPrivate::isPaused | Prototype: | bool QSslSocketPrivate::isPaused() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2316-2319 |
| | 1 | 1 |
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::isMatchingHostnameName: | QSslSocketPrivate::isMatchingHostname | Prototype: | bool QSslSocketPrivate::isMatchingHostname(const QString &cn, const QString &hostname) | Coverage: | 92.308% (24/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2684-2722 |
| | 19 | 8 |
QSslSocketPrivate::initName: | QSslSocketPrivate::init | Prototype: | void QSslSocketPrivate::init() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2048-2065 |
| | 10 | 1 |
QSslSocketPrivate::ensureLibraryLoadedName: | QSslSocketPrivate::ensureLibraryLoaded | Prototype: | bool QSslSocketPrivate::ensureLibraryLoaded() | Coverage: | 56.250% (9/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 477-508 |
| | 17 | 6 |
QSslSocketPrivate::ensureInitializedName: | QSslSocketPrivate::ensureInitialized | Prototype: | void QSslSocketPrivate::ensureInitialized() | Coverage: | 50.000% (2/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 576-582 |
| | 3 | 2 |
QSslSocketPrivate::ensureCiphersAndCertsLoadedName: | QSslSocketPrivate::ensureCiphersAndCertsLoaded | Prototype: | void QSslSocketPrivate::ensureCiphersAndCertsLoaded() | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 510-567 |
| | 16 | 5 |
QSslSocketPrivate::deinitializeName: | QSslSocketPrivate::deinitialize | Prototype: | void QSslSocketPrivate::deinitialize() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp | Lines: | 458-463 |
| | 3 | 1 |
QSslSocketPrivate::defaultCiphersName: | QSslSocketPrivate::defaultCiphers | Prototype: | QList<QSslCipher> QSslSocketPrivate::defaultCiphers() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2070-2075 |
| | 3 | 1 |
QSslSocketPrivate::defaultCaCertificatesName: | QSslSocketPrivate::defaultCaCertificates | Prototype: | QList<QSslCertificate> QSslSocketPrivate::defaultCaCertificates() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2130-2135 |
| | 3 | 1 |
QSslSocketPrivate::createPlainSocketName: | QSslSocketPrivate::createPlainSocket | Prototype: | void QSslSocketPrivate::createPlainSocket(QIODevice::OpenMode openMode) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2244-2300 |
| | 47 | 1 |
QSslSocketPrivate::checkSettingSslContextName: | QSslSocketPrivate::checkSettingSslContext | Prototype: | void QSslSocketPrivate::checkSettingSslContext(QSslSocket* socket, QSharedPointer<QSslContext> sslContext) | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2650-2654 |
| | 2 | 2 |
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 |
QSslSocketPrivate::addDefaultCaCertificatesName: | QSslSocketPrivate::addDefaultCaCertificates | Prototype: | bool QSslSocketPrivate::addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2154-2166 |
| | 8 | 2 |
QSslSocketPrivate::addDefaultCaCertificatesName: | QSslSocketPrivate::addDefaultCaCertificates | Prototype: | void QSslSocketPrivate::addDefaultCaCertificates(const QList<QSslCertificate> &certs) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2182-2188 |
| | 4 | 1 |
QSslSocketPrivate::addDefaultCaCertificateName: | QSslSocketPrivate::addDefaultCaCertificate | Prototype: | void QSslSocketPrivate::addDefaultCaCertificate(const QSslCertificate &cert) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2171-2177 |
| | 4 | 1 |
QSslSocketPrivate::_q_stateChangedSlotName: | QSslSocketPrivate::_q_stateChangedSlot | Prototype: | void QSslSocketPrivate::_q_stateChangedSlot(QAbstractSocket::SocketState state) | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2416-2424 |
| | 3 | 1 |
QSslSocketPrivate::_q_resumeImplementationName: | QSslSocketPrivate::_q_resumeImplementation | Prototype: | void QSslSocketPrivate::_q_resumeImplementation() | Coverage: | 80.000% (8/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2529-2544 |
| | 10 | 4 |
QSslSocketPrivate::_q_readyReadSlotName: | QSslSocketPrivate::_q_readyReadSlot | Prototype: | void QSslSocketPrivate::_q_readyReadSlot() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2452-2466 |
| | 7 | 3 |
QSslSocketPrivate::_q_hostFoundSlotName: | QSslSocketPrivate::_q_hostFoundSlot | Prototype: | void QSslSocketPrivate::_q_hostFoundSlot() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2382-2390 |
| | 2 | 1 |
QSslSocketPrivate::_q_flushWriteBufferName: | QSslSocketPrivate::_q_flushWriteBuffer | Prototype: | void QSslSocketPrivate::_q_flushWriteBuffer() | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2509-2514 |
| | 3 | 2 |
QSslSocketPrivate::_q_flushReadBufferName: | QSslSocketPrivate::_q_flushReadBuffer | Prototype: | void QSslSocketPrivate::_q_flushReadBuffer() | Coverage: | 75.000% (3/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2519-2524 |
| | 2 | 2 |
QSslSocketPrivate::_q_errorSlotName: | QSslSocketPrivate::_q_errorSlot | Prototype: | void QSslSocketPrivate::_q_errorSlot(QAbstractSocket::SocketError error) | Coverage: | 100.000% (4/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | Lines: | 2429-2447 |
| | 7 | 2 |