| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
~QSslSocket| Name: | QSslSocket::~QSslSocket | | Prototype: | QSslSocket::~QSslSocket() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 360-368 |
| | 3 | 1 |
writeData| Name: | QSslSocket::writeData | | Prototype: | qint64 QSslSocket::writeData(const char *data, qint64 len) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1989-2005 |
| | 7 | 2 |
waitForConnected| Name: | QSslSocket::waitForConnected | | Prototype: | bool QSslSocket::waitForConnected(int msecs) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1526-1537 |
| | 8 | 3 |
systemCaCertificates| Name: | QSslSocket::systemCaCertificates | | Prototype: | QList<QSslCertificate> QSslSocket::systemCaCertificates() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1513-1517 |
| | 1 | 1 |
supportsSsl| Name: | QSslSocket::supportsSsl | | Prototype: | bool QSslSocket::supportsSsl() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1713-1716 |
| | 1 | 1 |
supportedCiphers| Name: | QSslSocket::supportedCiphers | | Prototype: | QList<QSslCipher> QSslSocket::supportedCiphers() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1306-1309 |
| | 1 | 1 |
sslLibraryVersionString| Name: | QSslSocket::sslLibraryVersionString | | Prototype: | QString QSslSocket::sslLibraryVersionString() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1736-1739 |
| | 1 | 1 |
sslLibraryVersionNumber| Name: | QSslSocket::sslLibraryVersionNumber | | Prototype: | long QSslSocket::sslLibraryVersionNumber() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1725-1728 |
| | 1 | 1 |
sslErrors| Name: | QSslSocket::sslErrors | | Prototype: | QList<QSslError> QSslSocket::sslErrors() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1702-1706 |
| | 2 | 1 |
sslConfiguration| Name: | QSslSocket::sslConfiguration | | Prototype: | QSslConfiguration QSslSocket::sslConfiguration() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 888-899 |
| | 6 | 1 |
setSslConfiguration| Name: | QSslSocket::setSslConfiguration | | Prototype: | void QSslSocket::setSslConfiguration(const QSslConfiguration &configuration) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 912-935 |
| | 17 | 2 |
setProtocol| Name: | QSslSocket::setProtocol | | Prototype: | void QSslSocket::setProtocol(QSsl::SslProtocol protocol) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 594-598 |
| | 2 | 1 |
setPrivateKey| Name: | QSslSocket::setPrivateKey | | Prototype: | void QSslSocket::setPrivateKey(const QSslKey &key) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1120-1124 |
| | 2 | 1 |
setPeerVerifyMode| Name: | QSslSocket::setPeerVerifyMode | | Prototype: | void QSslSocket::setPeerVerifyMode(QSslSocket::PeerVerifyMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 637-641 |
| | 2 | 1 |
setPeerVerifyDepth| Name: | QSslSocket::setPeerVerifyDepth | | Prototype: | void QSslSocket::setPeerVerifyDepth(int depth) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 675-683 |
| | 5 | 3 |
setLocalCertificateChain| Name: | QSslSocket::setLocalCertificateChain | | Prototype: | void QSslSocket::setLocalCertificateChain(const QList<QSslCertificate> &localChain) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 944-948 |
| | 2 | 1 |
setLocalCertificate| Name: | QSslSocket::setLocalCertificate | | Prototype: | void QSslSocket::setLocalCertificate(const QSslCertificate &certificate) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 975-980 |
| | 3 | 1 |
setDefaultCiphers| Name: | QSslSocket::setDefaultCiphers | | Prototype: | void QSslSocket::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: | 1267-1270 |
| | 1 | 1 |
setDefaultCaCertificates| Name: | QSslSocket::setDefaultCaCertificates | | Prototype: | void QSslSocket::setDefaultCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1471-1474 |
| | 1 | 1 |
setCiphers| Name: | QSslSocket::setCiphers | | Prototype: | void QSslSocket::setCiphers(const QList<QSslCipher> &ciphers) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1217-1221 |
| | 2 | 1 |
setCiphers| Name: | QSslSocket::setCiphers | | Prototype: | void QSslSocket::setCiphers(const QString &ciphers) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1241-1250 |
| | 6 | 3 |
setCaCertificates| Name: | QSslSocket::setCaCertificates | | Prototype: | void QSslSocket::setCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1384-1389 |
| | 3 | 1 |
sessionCipher| Name: | QSslSocket::sessionCipher | | Prototype: | QSslCipher QSslSocket::sessionCipher() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1086-1090 |
| | 2 | 1 |
resume| Name: | QSslSocket::resume | | Prototype: | void QSslSocket::resume() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 382-386 |
| | 1 | 1 |
protocol| Name: | QSslSocket::protocol | | Prototype: | QSsl::SslProtocol QSslSocket::protocol() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 583-587 |
| | 2 | 1 |
peerVerifyMode| Name: | QSslSocket::peerVerifyMode | | Prototype: | QSslSocket::PeerVerifyMode QSslSocket::peerVerifyMode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 614-618 |
| | 2 | 1 |
peerVerifyDepth| Name: | QSslSocket::peerVerifyDepth | | Prototype: | int QSslSocket::peerVerifyDepth() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 656-660 |
| | 2 | 1 |
peerCertificateChain| Name: | QSslSocket::peerCertificateChain | | Prototype: | QList<QSslCertificate> QSslSocket::peerCertificateChain() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1066-1070 |
| | 2 | 1 |
peerCertificate| Name: | QSslSocket::peerCertificate | | Prototype: | QSslCertificate QSslSocket::peerCertificate() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1037-1041 |
| | 2 | 1 |
mode| Name: | QSslSocket::mode | | Prototype: | QSslSocket::SslMode QSslSocket::mode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 551-555 |
| | 2 | 1 |
localCertificate| Name: | QSslSocket::localCertificate | | Prototype: | QSslCertificate QSslSocket::localCertificate() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1004-1010 |
| | 4 | 2 |
isEncrypted| Name: | QSslSocket::isEncrypted | | Prototype: | bool QSslSocket::isEncrypted() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 572-576 |
| | 2 | 1 |
ignoreSslErrors| Name: | QSslSocket::ignoreSslErrors | | Prototype: | void QSslSocket::ignoreSslErrors() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1861-1865 |
| | 2 | 1 |
ignoreSslErrors| Name: | QSslSocket::ignoreSslErrors | | Prototype: | void QSslSocket::ignoreSslErrors(const QList<QSslError> &errors) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1888-1892 |
| | 2 | 1 |
flush| Name: | QSslSocket::flush | | Prototype: | bool QSslSocket::flush() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 830-841 |
| | 4 | 2 |
encryptedBytesToWrite| Name: | QSslSocket::encryptedBytesToWrite | | Prototype: | qint64 QSslSocket::encryptedBytesToWrite() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 762-768 |
| | 4 | 2 |
defaultCiphers| Name: | QSslSocket::defaultCiphers | | Prototype: | QList<QSslCipher> QSslSocket::defaultCiphers() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1290-1293 |
| | 1 | 1 |
defaultCaCertificates| Name: | QSslSocket::defaultCaCertificates | | Prototype: | QList<QSslCertificate> QSslSocket::defaultCaCertificates() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1495-1498 |
| | 1 | 1 |
connectToHost| Name: | 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: | 1897-1921 |
| | 11 | 3 |
ciphers| Name: | QSslSocket::ciphers | | Prototype: | QList<QSslCipher> QSslSocket::ciphers() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1197-1201 |
| | 2 | 1 |
canReadLine| Name: | QSslSocket::canReadLine | | Prototype: | bool QSslSocket::canReadLine() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 776-782 |
| | 4 | 2 |
caCertificates| Name: | QSslSocket::caCertificates | | Prototype: | QList<QSslCertificate> QSslSocket::caCertificates() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1407-1411 |
| | 2 | 1 |
bytesToWrite| Name: | QSslSocket::bytesToWrite | | Prototype: | qint64 QSslSocket::bytesToWrite() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 733-739 |
| | 4 | 2 |
bytesAvailable| Name: | QSslSocket::bytesAvailable | | Prototype: | qint64 QSslSocket::bytesAvailable() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 719-725 |
| | 4 | 2 |
addDefaultCaCertificate| Name: | QSslSocket::addDefaultCaCertificate | | Prototype: | void QSslSocket::addDefaultCaCertificate(const QSslCertificate &certificate) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1438-1441 |
| | 1 | 1 |
addCaCertificates| Name: | QSslSocket::addCaCertificates | | Prototype: | void QSslSocket::addCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1362-1366 |
| | 2 | 1 |
QSslSocket| Name: | QSslSocket::QSslSocket | | Prototype: | QSslSocket::QSslSocket(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 346-355 |
| | 3 | 1 |
readData| Name: | QSslSocket::readData | | Prototype: | qint64 QSslSocket::readData(char *data, qint64 maxlen) | | Coverage: | 90.000% (9/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1966-1984 |
| | 7 | 3 |
waitForReadyRead| Name: | QSslSocket::waitForReadyRead | | Prototype: | bool QSslSocket::waitForReadyRead(int msecs) | | Coverage: | 86.957% (20/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1587-1627 |
| | 20 | 7 |
close| Name: | QSslSocket::close | | Prototype: | void QSslSocket::close() | | Coverage: | 77.778% (7/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 787-802 |
| | 8 | 3 |
setSocketOption| Name: | QSslSocket::setSocketOption | | Prototype: | void QSslSocket::setSocketOption(QAbstractSocket::SocketOption option, const QVariant &value) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 519-524 |
| | 3 | 2 |
setSocketDescriptor| Name: | QSslSocket::setSocketDescriptor | | Prototype: | bool QSslSocket::setSocketDescriptor(qintptr socketDescriptor, SocketState state, OpenMode openMode) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 491-511 |
| | 14 | 2 |
setReadBufferSize| Name: | QSslSocket::setReadBufferSize | | Prototype: | void QSslSocket::setReadBufferSize(qint64 size) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 848-855 |
| | 4 | 2 |
setPrivateKey| Name: | QSslSocket::setPrivateKey | | Prototype: | void QSslSocket::setPrivateKey(const QString &fileName, QSsl::KeyAlgorithm algorithm, QSsl::EncodingFormat format, const QByteArray &passPhrase) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1146-1155 |
| | 5 | 2 |
setLocalCertificate| Name: | QSslSocket::setLocalCertificate | | Prototype: | void QSslSocket::setLocalCertificate(const QString &path, QSsl::EncodingFormat format) | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 989-996 |
| | 3 | 2 |
disconnectFromHost| Name: | QSslSocket::disconnectFromHost | | Prototype: | void QSslSocket::disconnectFromHost() | | Coverage: | 75.000% (18/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1926-1961 |
| | 20 | 8 |
abort| Name: | QSslSocket::abort | | Prototype: | void QSslSocket::abort() | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 864-873 |
| | 4 | 2 |
waitForEncrypted| Name: | QSslSocket::waitForEncrypted | | Prototype: | bool QSslSocket::waitForEncrypted(int msecs) | | Coverage: | 73.077% (19/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1555-1582 |
| | 16 | 8 |
atEnd| Name: | QSslSocket::atEnd | | Prototype: | bool QSslSocket::atEnd() const | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 807-813 |
| | 4 | 2 |
waitForBytesWritten| Name: | QSslSocket::waitForBytesWritten | | Prototype: | bool QSslSocket::waitForBytesWritten(int msecs) | | Coverage: | 68.750% (11/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1632-1654 |
| | 13 | 6 |
startClientEncryption| Name: | QSslSocket::startClientEncryption | | Prototype: | void QSslSocket::startClientEncryption() | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1780-1799 |
| | 24 | 5 |
waitForDisconnected| Name: | QSslSocket::waitForDisconnected | | Prototype: | bool QSslSocket::waitForDisconnected(int msecs) | | Coverage: | 59.091% (13/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1663-1692 |
| | 18 | 8 |
addCaCertificates| Name: | QSslSocket::addCaCertificates | | Prototype: | bool QSslSocket::addCaCertificates(const QString &path, QSsl::EncodingFormat format, QRegExp::PatternSyntax syntax) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1326-1336 |
| | 6 | 2 |
connectToHostEncrypted| Name: | QSslSocket::connectToHostEncrypted | | Prototype: | void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, OpenMode mode, NetworkLayerProtocol protocol) | | Coverage: | 33.333% (3/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 429-445 |
| | 15 | 3 |
connectToHostEncrypted| Name: | QSslSocket::connectToHostEncrypted | | Prototype: | void QSslSocket::connectToHostEncrypted(const QString &hostName, quint16 port, const QString &sslPeerName, OpenMode mode, NetworkLayerProtocol protocol) | | Coverage: | 33.333% (3/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 458-477 |
| | 16 | 3 |
startServerEncryption| Name: | QSslSocket::startServerEncryption | | Prototype: | void QSslSocket::startServerEncryption() | | Coverage: | 28.571% (2/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1821-1834 |
| | 7 | 3 |
sslLibraryBuildVersionString| Name: | QSslSocket::sslLibraryBuildVersionString | | Prototype: | QString QSslSocket::sslLibraryBuildVersionString() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1762-1765 |
| | 1 | 1 |
sslLibraryBuildVersionNumber| Name: | QSslSocket::sslLibraryBuildVersionNumber | | Prototype: | long QSslSocket::sslLibraryBuildVersionNumber() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1749-1752 |
| | 1 | 1 |
socketOption| Name: | QSslSocket::socketOption | | Prototype: | QVariant QSslSocket::socketOption(QAbstractSocket::SocketOption option) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 532-539 |
| | 4 | 2 |
setPeerVerifyName| Name: | QSslSocket::setPeerVerifyName | | Prototype: | void QSslSocket::setPeerVerifyName(const QString &hostName) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 707-711 |
| | 2 | 1 |
sessionProtocol| Name: | QSslSocket::sessionProtocol | | Prototype: | QSsl::SslProtocol QSslSocket::sessionProtocol() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1100-1104 |
| | 2 | 1 |
privateKey| Name: | QSslSocket::privateKey | | Prototype: | QSslKey QSslSocket::privateKey() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1162-1166 |
| | 2 | 1 |
peerVerifyName| Name: | QSslSocket::peerVerifyName | | Prototype: | QString QSslSocket::peerVerifyName() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 693-697 |
| | 2 | 1 |
localCertificateChain| Name: | QSslSocket::localCertificateChain | | Prototype: | QList<QSslCertificate> QSslSocket::localCertificateChain() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 957-961 |
| | 2 | 1 |
encryptedBytesAvailable| Name: | QSslSocket::encryptedBytesAvailable | | Prototype: | qint64 QSslSocket::encryptedBytesAvailable() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 748-754 |
| | 4 | 2 |
addDefaultCaCertificates| Name: | QSslSocket::addDefaultCaCertificates | | Prototype: | bool QSslSocket::addDefaultCaCertificates(const QString &path, QSsl::EncodingFormat encoding, QRegExp::PatternSyntax syntax) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1425-1429 |
| | 1 | 1 |
addDefaultCaCertificates| Name: | QSslSocket::addDefaultCaCertificates | | Prototype: | void QSslSocket::addDefaultCaCertificates(const QList<QSslCertificate> &certificates) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1450-1453 |
| | 1 | 1 |
addCaCertificate| Name: | QSslSocket::addCaCertificate | | Prototype: | void QSslSocket::addCaCertificate(const QSslCertificate &certificate) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1347-1351 |
| | 2 | 1 |