| Line | Source | Count | 
|---|
| 1 |  | - | 
| 2 |  | - | 
| 3 | namespace QIPAddressUtils { | - | 
| 4 |  | - | 
| 5 | static QString number(quint8 val, int base = 10) | - | 
| 6 | { | - | 
| 7 | QChar zero(0x30); | - | 
| 8 | return executed 15104 times by 31 testsval ? qulltoa(val, base, zero) : zero;:  return val ? qulltoa(val, base, zero) : zero;Executed by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServer...
 executed 15104 times by 31 tests:  return val ? qulltoa(val, base, zero) : zero;Executed by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServer...
 | 15104 | 
| 9 | } | - | 
| 10 |  | - | 
| 11 | typedef QVarLengthArray<char, 64> Buffer; | - | 
| 12 | static const QChar *checkedToAscii(Buffer &buffer, const QChar *begin, const QChar *end) | - | 
| 13 | { | - | 
| 14 | const ushort *const ubegin = reinterpret_cast<const ushort *>(begin); | - | 
| 15 | const ushort *const uend = reinterpret_cast<const ushort *>(end); | - | 
| 16 | const ushort *src = ubegin; | - | 
| 17 |  | - | 
| 18 | buffer.resize(uend - ubegin + 1); | - | 
| 19 | char *dst = buffer.data(); | - | 
| 20 |  | - | 
| 21 | while (src != uend ) {| TRUE | evaluated 802927 times by 50 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 |  | FALSE | evaluated 41034 times by 50 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 
 | 41034-802927 | 
| 22 | if (* src >= 0x7f| TRUE | evaluated 364 times by 3 tests Evaluated by:tst_QHostInfotst_QUrltst_QUrlInternal
 |  | FALSE | evaluated 802563 times by 50 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 
)| TRUE | evaluated 364 times by 3 tests Evaluated by:tst_QHostInfotst_QUrltst_QUrlInternal
 |  | FALSE | evaluated 802563 times by 50 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 
 | 364-802563 | 
| 23 | return executed 364 times by 3 testsreinterpret_cast<const QChar *>(src);:  return reinterpret_cast<const QChar *>(src);Executed by:tst_QHostInfotst_QUrltst_QUrlInternal
 executed 364 times by 3 tests:  return reinterpret_cast<const QChar *>(src);Executed by:tst_QHostInfotst_QUrltst_QUrlInternal
 | 364 | 
| 24 | *dst++ = *src++; | - | 
| 25 | } executed 802563 times by 50 tests:  end of blockExecuted by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 802563 | 
| 26 | *dst = '\0'; | - | 
| 27 | return executed 41034 times by 50 tests0;:  return 0;Executed by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 executed 41034 times by 50 tests:  return 0;Executed by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 41034 | 
| 28 | } | - | 
| 29 |  | - | 
| 30 | static bool parseIp4Internal(IPv4Address &address, const char *ptr, bool acceptLeadingZero); | - | 
| 31 | bool parseIp4(IPv4Address &address, const QChar *begin, const QChar *end) | - | 
| 32 | { | - | 
| 33 | ((!(begin != end)) ? qt_assert("begin != end",__FILE__,76) : qt_noop()); | - | 
| 34 | Buffer buffer; | - | 
| 35 | if (checkedToAscii(buffer, begin, end) )| TRUE | evaluated 356 times by 3 tests Evaluated by:tst_QHostInfotst_QUrltst_QUrlInternal
 |  | FALSE | evaluated 40373 times by 50 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 
 | 356-40373 | 
| 36 | return executed 356 times by 3 testsfalse;:  return false;Executed by:tst_QHostInfotst_QUrltst_QUrlInternal
 executed 356 times by 3 tests:  return false;Executed by:tst_QHostInfotst_QUrltst_QUrlInternal
 | 356 | 
| 37 |  | - | 
| 38 | const char *ptr = buffer.data(); | - | 
| 39 | return executed 40373 times by 50 testsparseIp4Internal(address, ptr, true);:  return parseIp4Internal(address, ptr, true);Executed by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 executed 40373 times by 50 tests:  return parseIp4Internal(address, ptr, true);Executed by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 40373 | 
| 40 | } | - | 
| 41 |  | - | 
| 42 | static bool parseIp4Internal(IPv4Address &address, const char *ptr, bool acceptLeadingZero) | - | 
| 43 | { | - | 
| 44 | address = 0; | - | 
| 45 | int dotCount = 0; | - | 
| 46 | while (dotCount < 4 ) {| TRUE | evaluated 54388 times by 50 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 |  | FALSE | never evaluated | 
 | 0-54388 | 
| 47 | if (!acceptLeadingZero && *| TRUE | evaluated 224 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 54164 times by 50 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QDnsLookuptst_QEventLooptst_QFileSelectortst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QImageReadertst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkAddressEntrytst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJar...
 | 
ptr == '0'| TRUE | evaluated 60 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 164 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 
&&| TRUE | evaluated 60 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 164 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 
 | 60-54164 | 
| 48 | ptr[1] != '.' && ptr[1] != '\0'| TRUE | evaluated 10 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 50 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 
)| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 6 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 | 
 | 4-50 | 
| 49 | return executed 4 times by 1 testfalse;:  return false; executed 4 times by 1 test:  return false; | 4 | 
| 50 |  | - | 
| 51 | const char *endptr; | - | 
| 52 | bool ok; | - | 
| 53 | quint64 ll = qstrtoull(ptr, &endptr, 0, &ok); | - | 
| 54 | quint32 x = ll; | - | 
| 55 | if (!ok || endptr == ptr| TRUE | evaluated 35733 times by 42 tests Evaluated by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QFileSelectortst_QFtptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QNetworkRequest...
 |  | FALSE | evaluated 18651 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
|| ll != x| TRUE | never evaluated |  | FALSE | evaluated 18651 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
)| TRUE | evaluated 1 time by 1 test |  | FALSE | evaluated 18650 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
 | 0-35733 | 
| 56 | return executed 35734 times by 42 testsfalse;:  return false;Executed by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QFileSelectortst_QFtptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QNetworkRequest...
 executed 35734 times by 42 tests:  return false;Executed by:tst_Lancelottst_NetworkSelfTesttst_PlatformSocketEnginetst_QAbstractNetworkCachetst_QDataUrltst_QFileSelectortst_QFtptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QIODevicetst_QIpAddresstst_QMetaTypetst_QMimeDatatst_QMimeDatabasetst_QNetworkAccessManager_And_QProgressDialogtst_QNetworkCacheMetaDatatst_QNetworkCookietst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QNetworkRequest...
 | 35734 | 
| 57 |  | - | 
| 58 | if (* endptr == '.'| TRUE | evaluated 13970 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 |  | FALSE | evaluated 4680 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
|| dotCount == 3| TRUE | evaluated 13970 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 |  | FALSE | evaluated 4680 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
) {| TRUE | evaluated 4630 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 |  | FALSE | evaluated 50 times by 4 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 | 
 | 50-13970 | 
| 59 | if (x & ~0xff )| TRUE | evaluated 7 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 |  | FALSE | evaluated 18593 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
 | 7-18593 | 
| 60 | return executed 7 times by 2 testsfalse;:  return false;Executed by:tst_QHostAddresstst_QIpAddress
 executed 7 times by 2 tests:  return false;Executed by:tst_QHostAddresstst_QIpAddress
 | 7 | 
| 61 | address <<= 8; | - | 
| 62 | } executed 18593 times by 30 testselse if (dotCount == 2:  end of blockExecuted by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 ) {| TRUE | evaluated 6 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 |  | FALSE | evaluated 44 times by 4 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 | 
 | 6-18593 | 
| 63 | if (x & ~0xffff )| TRUE | evaluated 1 time by 1 test |  | FALSE | evaluated 5 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 | 
 | 1-5 | 
| 64 | return executed 1 time by 1 testfalse;:  return false; executed 1 time by 1 test:  return false; | 1 | 
| 65 | address <<= 16; | - | 
| 66 | } executed 5 times by 2 testselse if (dotCount == 1:  end of blockExecuted by:tst_QHostAddresstst_QIpAddress
 ) {| TRUE | evaluated 5 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 |  | FALSE | evaluated 39 times by 4 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 | 
 | 5-39 | 
| 67 | if (x & ~0xffffff )| TRUE | evaluated 1 time by 1 test |  | FALSE | evaluated 4 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 | 
 | 1-4 | 
| 68 | return executed 1 time by 1 testfalse;:  return false; executed 1 time by 1 test:  return false; | 1 | 
| 69 | address <<= 24; | - | 
| 70 | } executed 4 times by 2 tests:  end of blockExecuted by:tst_QHostAddresstst_QIpAddress
 | 4 | 
| 71 | address |= x; | - | 
| 72 |  | - | 
| 73 | if (dotCount == 3 && *| TRUE | evaluated 4634 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 |  | FALSE | evaluated 14007 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
endptr != '\0'| TRUE | evaluated 9 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 4625 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
)| TRUE | evaluated 9 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 4625 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
 | 9-14007 | 
| 74 | return executed 9 times by 3 testsfalse;:  return false;Executed by:tst_QHostAddresstst_QIpAddresstst_QUrl
 executed 9 times by 3 tests:  return false;Executed by:tst_QHostAddresstst_QIpAddresstst_QUrl
 | 9 | 
| 75 | else if (dotCount == 3 || *| TRUE | evaluated 4625 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 |  | FALSE | evaluated 14007 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
endptr == '\0'| TRUE | evaluated 11 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 13996 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
)| TRUE | evaluated 11 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 13996 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
 | 11-14007 | 
| 76 | return executed 4636 times by 30 teststrue;:  return true;Executed by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 executed 4636 times by 30 tests:  return true;Executed by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 4636 | 
| 77 | if (* endptr != '.'| TRUE | evaluated 37 times by 4 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 13959 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
)| TRUE | evaluated 37 times by 4 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 13959 times by 30 tests Evaluated by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 
 | 37-13959 | 
| 78 | return executed 37 times by 4 testsfalse;:  return false;Executed by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 executed 37 times by 4 tests:  return false;Executed by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 | 37 | 
| 79 |  | - | 
| 80 | ++dotCount; | - | 
| 81 | ptr = endptr + 1; | - | 
| 82 | } executed 13959 times by 30 tests:  end of blockExecuted by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServertst_QTcpSocket...
 | 13959 | 
| 83 | return never executed: false;return false; never executed: return false; | 0 | 
| 84 | } | - | 
| 85 |  | - | 
| 86 | void toString(QString &appendTo, IPv4Address address) | - | 
| 87 | { | - | 
| 88 |  | - | 
| 89 |  | - | 
| 90 | appendTo += number(address >> 24) | - | 
| 91 | % QLatin1Char('.') | - | 
| 92 | % number(address >> 16) | - | 
| 93 | % QLatin1Char('.') | - | 
| 94 | % number(address >> 8) | - | 
| 95 | % QLatin1Char('.') | - | 
| 96 | % number(address); | - | 
| 97 | } executed 3776 times by 31 tests:  end of blockExecuted by:tst_NetworkSelfTesttst_PlatformSocketEnginetst_QDnsLookuptst_QEventLooptst_QFtptst_QGuiEventLooptst_QHostAddresstst_QHostInfotst_QHttpNetworkConnectiontst_QHttpSocketEnginetst_QImageReadertst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkDiskCachetst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QObjecttst_QSocketNotifiertst_QSocks5SocketEnginetst_QSslSockettst_QSslSocket_onDemandCertificates_membertst_QSslSocket_onDemandCertificates_statictst_QTcpServer...
 | 3776 | 
| 98 | const QChar *parseIp6(IPv6Address &address, const QChar *begin, const QChar *end) | - | 
| 99 | { | - | 
| 100 | ((!(begin != end)) ? qt_assert("begin != end",__FILE__,154) : qt_noop()); | - | 
| 101 | Buffer buffer; | - | 
| 102 | const QChar *ret = checkedToAscii(buffer, begin, end); | - | 
| 103 | if (ret )| TRUE | evaluated 8 times by 2 tests |  | FALSE | evaluated 661 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 
 | 8-661 | 
| 104 | return executed 8 times by 2 testsret;:  return ret; executed 8 times by 2 tests:  return ret; | 8 | 
| 105 |  | - | 
| 106 | const char *ptr = buffer.data(); | - | 
| 107 |  | - | 
| 108 |  | - | 
| 109 | int colonCount = 0; | - | 
| 110 | int dotCount = 0; | - | 
| 111 | while (* ptr| TRUE | evaluated 8925 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 |  | FALSE | evaluated 661 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 
) {| TRUE | evaluated 8925 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 |  | FALSE | evaluated 661 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 
 | 661-8925 | 
| 112 | if (* ptr == ':'| TRUE | evaluated 2143 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 |  | FALSE | evaluated 6782 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 
)| TRUE | evaluated 2143 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 |  | FALSE | evaluated 6782 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 
 | 2143-6782 | 
| 113 | ++ executed 2143 times by 16 testscolonCount;:  ++colonCount;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 executed 2143 times by 16 tests:  ++colonCount;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 2143 | 
| 114 | if (* ptr == '.'| TRUE | evaluated 325 times by 6 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QTcpServertst_QUrltst_Spdy
 |  | FALSE | evaluated 8600 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 
)| TRUE | evaluated 325 times by 6 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QTcpServertst_QUrltst_Spdy
 |  | FALSE | evaluated 8600 times by 16 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 
 | 325-8600 | 
| 115 | ++ executed 325 times by 6 testsdotCount;:  ++dotCount;Executed by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QTcpServertst_QUrltst_Spdy
 executed 325 times by 6 tests:  ++dotCount;Executed by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QTcpServertst_QUrltst_Spdy
 | 325 | 
| 116 | ++ptr; | - | 
| 117 | } executed 8925 times by 16 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternaltst_Spdy
 | 8925 | 
| 118 |  | - | 
| 119 | if (dotCount != 0 && dotCount != 3| TRUE | evaluated 144 times by 6 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QTcpServertst_QUrltst_Spdy
 |  | FALSE | evaluated 517 times by 15 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternal
 | 
)| TRUE | evaluated 68 times by 5 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QUrltst_Spdy
 |  | FALSE | evaluated 76 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 
 | 68-517 | 
| 120 | return executed 68 times by 5 testsend;:  return end;Executed by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QUrltst_Spdy
 executed 68 times by 5 tests:  return end;Executed by:tst_QHostAddresstst_QIpAddresstst_QNetworkReplytst_QUrltst_Spdy
 | 68 | 
| 121 |  | - | 
| 122 | memset(address, 0, sizeof address); | - | 
| 123 | if (colonCount == 2 && end - begin == 2| TRUE | evaluated 230 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 363 times by 12 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUrltst_QUrlInternal
 | 
)| TRUE | evaluated 37 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpSockettst_QUrl
 |  | FALSE | evaluated 193 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 37-363 | 
| 124 | return executed 37 times by 4 tests0;:  return 0;Executed by:tst_QHostAddresstst_QIpAddresstst_QTcpSockettst_QUrl
 executed 37 times by 4 tests:  return 0;Executed by:tst_QHostAddresstst_QIpAddresstst_QTcpSockettst_QUrl
 | 37 | 
| 125 |  | - | 
| 126 |  | - | 
| 127 | int zeroWordsToFill; | - | 
| 128 | ptr = buffer.data(); | - | 
| 129 |  | - | 
| 130 |  | - | 
| 131 |  | - | 
| 132 | if ((ptr[0] == ':' && ptr[1] == ':'| TRUE | evaluated 185 times by 10 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 371 times by 13 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrltst_QUrlInternal
 | 
) ||| TRUE | evaluated 173 times by 10 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 12 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 | 
 | 12-371 | 
| 133 | (ptr[end - begin - 2] == ':' && ptr[end - begin - 1] == ':'| TRUE | evaluated 186 times by 10 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 197 times by 10 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QUdpSockettst_QUrltst_QUrlInternal
 | 
)) {| TRUE | evaluated 84 times by 7 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 102 times by 7 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QTcpSockettst_QUrl
 | 
 | 84-197 | 
| 134 | zeroWordsToFill = 9 - colonCount; | - | 
| 135 | } executed 257 times by 11 testselse if (colonCount < 2:  end of blockExecuted by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 || colonCount > 7| TRUE | evaluated 61 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrltst_QUrlInternal
 |  | FALSE | evaluated 238 times by 12 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
) {| TRUE | evaluated 3 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 |  | FALSE | evaluated 235 times by 12 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 3-257 | 
| 136 | return executed 64 times by 4 testsend;:  return end;Executed by:tst_QHostAddresstst_QIpAddresstst_QUrltst_QUrlInternal
 executed 64 times by 4 tests:  return end;Executed by:tst_QHostAddresstst_QIpAddresstst_QUrltst_QUrlInternal
 | 64 | 
| 137 | } else { | - | 
| 138 | zeroWordsToFill = 8 - colonCount; | - | 
| 139 | } executed 235 times by 12 tests:  end of blockExecuted by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 235 | 
| 140 | if (dotCount )| TRUE | evaluated 69 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 423 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 69-423 | 
| 141 | -- executed 69 times by 4 testszeroWordsToFill;:  --zeroWordsToFill;Executed by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 executed 69 times by 4 tests:  --zeroWordsToFill;Executed by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 69 | 
| 142 |  | - | 
| 143 | int pos = 0; | - | 
| 144 | while (pos < 15 ) {| TRUE | evaluated 2118 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 73 times by 7 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 73-2118 | 
| 145 | if (* ptr == ':'| TRUE | evaluated 394 times by 13 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1724 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
) {| TRUE | evaluated 394 times by 13 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1724 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 394-1724 | 
| 146 |  | - | 
| 147 | if (zeroWordsToFill < 1 )| TRUE | evaluated 26 times by 4 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 368 times by 13 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 26-368 | 
| 148 | return executed 26 times by 4 testsbegin + (ptr - buffer.data());:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 executed 26 times by 4 tests:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 | 26 | 
| 149 | if (pos == 0 || pos == colonCount * 2| TRUE | evaluated 181 times by 10 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 187 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
) {| TRUE | never evaluated |  | FALSE | evaluated 187 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 0-187 | 
| 150 | if (ptr[0] == '\0' || ptr[1] != ':'| TRUE | never evaluated |  | FALSE | evaluated 181 times by 10 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
)| TRUE | evaluated 8 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 |  | FALSE | evaluated 173 times by 10 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 0-181 | 
| 151 | return executed 8 times by 2 testsbegin + (ptr - buffer.data());:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QIpAddress
 executed 8 times by 2 tests:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QIpAddress
 | 8 | 
| 152 | ++ptr; | - | 
| 153 | } executed 173 times by 10 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 173 | 
| 154 | pos += zeroWordsToFill * 2; | - | 
| 155 | zeroWordsToFill = 0; | - | 
| 156 | ++ptr; | - | 
| 157 | continue; executed 360 times by 13 tests:  continue;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 360 | 
| 158 | } | - | 
| 159 |  | - | 
| 160 | const char *endptr; | - | 
| 161 | bool ok; | - | 
| 162 | quint64 ll = qstrtoull(ptr, &endptr, 16, &ok); | - | 
| 163 | quint16 x = ll; | - | 
| 164 |  | - | 
| 165 | if (!ok || ll != x| TRUE | evaluated 14 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 1710 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
)| TRUE | evaluated 5 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 |  | FALSE | evaluated 1705 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 5-1710 | 
| 166 | return executed 19 times by 3 testsbegin + (ptr - buffer.data());:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QIpAddresstst_QUrl
 executed 19 times by 3 tests:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QIpAddresstst_QUrl
 | 19 | 
| 167 |  | - | 
| 168 | if (* endptr == '.'| TRUE | evaluated 63 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 1642 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
) {| TRUE | evaluated 63 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 1642 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 63-1642 | 
| 169 |  | - | 
| 170 |  | - | 
| 171 | if (pos != 12 )| TRUE | evaluated 7 times by 2 tests Evaluated by:tst_QHostAddresstst_QIpAddress
 |  | FALSE | evaluated 56 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 
 | 7-56 | 
| 172 | return executed 7 times by 2 testsbegin + (ptr - buffer.data());:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QIpAddress
 executed 7 times by 2 tests:  return begin + (ptr - buffer.data());Executed by:tst_QHostAddresstst_QIpAddress
 | 7 | 
| 173 |  | - | 
| 174 | IPv4Address ip4; | - | 
| 175 | if (!parseIp4Internal(ip4, ptr, false) )| TRUE | evaluated 4 times by 1 test |  | FALSE | evaluated 52 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 
 | 4-52 | 
| 176 | return executed 4 times by 1 testbegin + (ptr - buffer.data());:  return begin + (ptr - buffer.data()); executed 4 times by 1 test:  return begin + (ptr - buffer.data()); | 4 | 
| 177 |  | - | 
| 178 | address[12] = ip4 >> 24; | - | 
| 179 | address[13] = ip4 >> 16; | - | 
| 180 | address[14] = ip4 >> 8; | - | 
| 181 | address[15] = ip4; | - | 
| 182 | return executed 52 times by 4 tests0;:  return 0;Executed by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 executed 52 times by 4 tests:  return 0;Executed by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 52 | 
| 183 | } | - | 
| 184 |  | - | 
| 185 | address[pos++] = x >> 8; | - | 
| 186 | address[pos++] = x & 0xff; | - | 
| 187 |  | - | 
| 188 | if (* endptr == '\0'| TRUE | evaluated 294 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1348 times by 12 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
)| TRUE | evaluated 294 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1348 times by 12 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 294-1348 | 
| 189 | break; executed 294 times by 14 tests:  break;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 294 | 
| 190 | if (* endptr != ':'| TRUE | evaluated 9 times by 4 tests Evaluated by:tst_QHostAddresstst_QNetworkProxyFactorytst_QTcpServertst_QUrl
 |  | FALSE | evaluated 1339 times by 12 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
)| TRUE | evaluated 9 times by 4 tests Evaluated by:tst_QHostAddresstst_QNetworkProxyFactorytst_QTcpServertst_QUrl
 |  | FALSE | evaluated 1339 times by 12 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 9-1339 | 
| 191 | return executed 9 times by 4 testsbegin + (endptr - buffer.data());:  return begin + (endptr - buffer.data());Executed by:tst_QHostAddresstst_QNetworkProxyFactorytst_QTcpServertst_QUrl
 executed 9 times by 4 tests:  return begin + (endptr - buffer.data());Executed by:tst_QHostAddresstst_QNetworkProxyFactorytst_QTcpServertst_QUrl
 | 9 | 
| 192 | ptr = endptr + 1; | - | 
| 193 | } executed 1339 times by 12 tests:  end of blockExecuted by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 1339 | 
| 194 | return executed 367 times by 14 testspos == 16 ? 0 : end;:  return pos == 16 ? 0 : end;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 executed 367 times by 14 tests:  return pos == 16 ? 0 : end;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkProxyFactorytst_QNetworkReplytst_QSocks5SocketEnginetst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 367 | 
| 195 | } | - | 
| 196 |  | - | 
| 197 | static inline QChar toHex(uchar c) | - | 
| 198 | { | - | 
| 199 | return executed 3406 times by 14 testsQtMiscUtils::toHexLower(c);:  return QtMiscUtils::toHexLower(c);Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 executed 3406 times by 14 tests:  return QtMiscUtils::toHexLower(c);Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 3406 | 
| 200 | } | - | 
| 201 |  | - | 
| 202 | void toString(QString &appendTo, IPv6Address address) | - | 
| 203 | { | - | 
| 204 |  | - | 
| 205 |  | - | 
| 206 |  | - | 
| 207 |  | - | 
| 208 |  | - | 
| 209 |  | - | 
| 210 |  | - | 
| 211 | static const int Ip6AddressMaxLen = sizeof "1111:2222:3333:4444:5555:6666:7777:8888"; | - | 
| 212 | static const int Ip6WithIp4AddressMaxLen = sizeof "::ffff:255.255.255.255"; | - | 
| 213 |  | - | 
| 214 |  | - | 
| 215 | const quint64 zeroes[] = { 0, 0 }; | - | 
| 216 | bool embeddedIp4 = false; | - | 
| 217 |  | - | 
| 218 |  | - | 
| 219 |  | - | 
| 220 |  | - | 
| 221 | if (memcmp(address, zeroes, 10) == 0 ) {| TRUE | evaluated 166 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 252 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 | 
 | 166-252 | 
| 222 | if (address[10] == 0xff && address[11] == 0xff| TRUE | evaluated 22 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 144 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
) {| TRUE | evaluated 22 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | never evaluated | 
 | 0-144 | 
| 223 | embeddedIp4 = true; | - | 
| 224 | } executed 22 times by 4 testselse if (address[10] == 0:  end of blockExecuted by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 && address[11] == 0| TRUE | evaluated 144 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | never evaluated | 
) {| TRUE | evaluated 144 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | never evaluated | 
 | 0-144 | 
| 225 | if (address[12] != 0 || address[13] != 0| TRUE | evaluated 6 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 138 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
|| address[14] != 0| TRUE | never evaluated |  | FALSE | evaluated 138 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
) {| TRUE | never evaluated |  | FALSE | evaluated 138 times by 11 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 0-138 | 
| 226 | embeddedIp4 = true; | - | 
| 227 | } executed 6 times by 3 testselse if (address[15] == 0:  end of blockExecuted by:tst_QHostAddresstst_QIpAddresstst_QUrl
 ) {| TRUE | evaluated 51 times by 7 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 87 times by 10 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 6-87 | 
| 228 | appendTo.append(QLatin1String("::")); | - | 
| 229 | return; executed 51 times by 7 tests:  return;Executed by:tst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 51 | 
| 230 | } | - | 
| 231 | } executed 93 times by 10 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 93 | 
| 232 | } executed 115 times by 10 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 115 | 
| 233 |  | - | 
| 234 |  | - | 
| 235 | appendTo.reserve(appendTo.size() + | - | 
| 236 | (embeddedIp4 ? Ip6WithIp4AddressMaxLen : Ip6AddressMaxLen)); | - | 
| 237 |  | - | 
| 238 |  | - | 
| 239 | int zeroRunLength = 0; | - | 
| 240 | int zeroRunOffset = 0; | - | 
| 241 | for (int i = 0; i < 16 ; i += 2) {| TRUE | evaluated 1369 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 367 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 367-1369 | 
| 242 | if (address[i] == 0 && address[i + 1] == 0| TRUE | evaluated 704 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 665 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 | 
) {| TRUE | evaluated 376 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 328 times by 7 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QTcpServertst_QUrl
 | 
 | 328-704 | 
| 243 |  | - | 
| 244 | int j; | - | 
| 245 | for (j = i; j < 16 ; j += 2) {| TRUE | evaluated 1968 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 94 times by 5 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QUrl
 | 
 | 94-1968 | 
| 246 | if (address[j] != 0 || address[j+1] != 0| TRUE | evaluated 70 times by 8 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1898 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
)| TRUE | evaluated 212 times by 12 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1686 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 70-1898 | 
| 247 | break; executed 282 times by 13 tests:  break;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 282 | 
| 248 | } executed 1686 times by 14 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 1686 | 
| 249 |  | - | 
| 250 | if (j - i > zeroRunLength ) {| TRUE | evaluated 348 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 28 times by 3 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QUrl
 | 
 | 28-348 | 
| 251 | zeroRunLength = j - i; | - | 
| 252 | zeroRunOffset = i; | - | 
| 253 | i = j; | - | 
| 254 | } executed 348 times by 14 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 348 | 
| 255 | } executed 376 times by 14 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 376 | 
| 256 | } executed 1369 times by 14 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 1369 | 
| 257 |  | - | 
| 258 | const QChar colon = ushort(':'); | - | 
| 259 | if (zeroRunLength < 4 )| TRUE | evaluated 60 times by 6 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QUrl
 |  | FALSE | evaluated 307 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 60-307 | 
| 260 | zeroRunOffset = -1; executed 60 times by 6 tests:  zeroRunOffset = -1;Executed by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkInterfacetst_QUrl
 | 60 | 
| 261 | else if (zeroRunOffset == 0 )| TRUE | evaluated 117 times by 10 tests Evaluated by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 190 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 | 
 | 117-190 | 
| 262 | appendTo.append(colon); executed 117 times by 10 tests:  appendTo.append(colon);Executed by:tst_PlatformSocketEnginetst_QHostAddresstst_QIpAddresstst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 117 | 
| 263 |  | - | 
| 264 | for (int i = 0; i < 16 ; i += 2) {| TRUE | evaluated 1616 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 339 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 339-1616 | 
| 265 | if (i == zeroRunOffset ) {| TRUE | evaluated 307 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1309 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 307-1309 | 
| 266 | appendTo.append(colon); | - | 
| 267 | i += zeroRunLength - 2; | - | 
| 268 | continue; executed 307 times by 14 tests:  continue;Executed by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 307 | 
| 269 | } | - | 
| 270 |  | - | 
| 271 | if (i == 12 && embeddedIp4| TRUE | evaluated 160 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 1149 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
) {| TRUE | evaluated 28 times by 4 tests Evaluated by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 |  | FALSE | evaluated 132 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 | 
 | 28-1149 | 
| 272 | IPv4Address ip4 = address[12] << 24 | | - | 
| 273 | address[13] << 16 | | - | 
| 274 | address[14] << 8 | | - | 
| 275 | address[15]; | - | 
| 276 | toString(appendTo, ip4); | - | 
| 277 | return; executed 28 times by 4 tests:  return;Executed by:tst_QHostAddresstst_QIpAddresstst_QTcpServertst_QUrl
 | 28 | 
| 278 | } | - | 
| 279 |  | - | 
| 280 | if (address[i] ) {| TRUE | evaluated 685 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 596 times by 13 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 596-685 | 
| 281 | if (address[i] >> 4 ) {| TRUE | evaluated 560 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 125 times by 10 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 | 
 | 125-560 | 
| 282 | appendTo.append(toHex(address[i] >> 4)); | - | 
| 283 | appendTo.append(toHex(address[i] & 0xf)); | - | 
| 284 | appendTo.append(toHex(address[i + 1] >> 4)); | - | 
| 285 | appendTo.append(toHex(address[i + 1] & 0xf)); | - | 
| 286 | } executed 560 times by 11 testselse if (address[i] & 0xf:  end of blockExecuted by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 ) {| TRUE | evaluated 125 times by 10 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 |  | FALSE | never evaluated | 
 | 0-560 | 
| 287 | appendTo.append(toHex(address[i] & 0xf)); | - | 
| 288 | appendTo.append(toHex(address[i + 1] >> 4)); | - | 
| 289 | appendTo.append(toHex(address[i + 1] & 0xf)); | - | 
| 290 | } executed 125 times by 10 tests:  end of blockExecuted by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 | 125 | 
| 291 | } executed 685 times by 11 testselse if (address[i + 1] >> 4:  end of blockExecuted by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 ) {| TRUE | evaluated 195 times by 4 tests Evaluated by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 |  | FALSE | evaluated 401 times by 13 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 195-685 | 
| 292 | appendTo.append(toHex(address[i + 1] >> 4)); | - | 
| 293 | appendTo.append(toHex(address[i + 1] & 0xf)); | - | 
| 294 | } executed 195 times by 4 testselse {:  end of blockExecuted by:tst_QHostAddresstst_QHostInfotst_QIpAddresstst_QUrl
 | 195 | 
| 295 | appendTo.append(toHex(address[i + 1] & 0xf)); | - | 
| 296 | } executed 401 times by 13 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 401 | 
| 297 |  | - | 
| 298 | if (i != 14 )| TRUE | evaluated 1015 times by 11 tests Evaluated by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 |  | FALSE | evaluated 266 times by 14 tests Evaluated by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 
 | 266-1015 | 
| 299 | appendTo.append(colon); executed 1015 times by 11 tests:  appendTo.append(colon);Executed by:tst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QTcpServertst_QUdpSockettst_QUrl
 | 1015 | 
| 300 | } executed 1281 times by 14 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 1281 | 
| 301 | } executed 339 times by 14 tests:  end of blockExecuted by:tst_PlatformSocketEnginetst_QDnsLookuptst_QHostAddresstst_QHostInfotst_QIpAddresstst_QNetworkAddressEntrytst_QNetworkCookieJartst_QNetworkInterfacetst_QNetworkProxyFactorytst_QNetworkReplytst_QTcpServertst_QTcpSockettst_QUdpSockettst_QUrl
 | 339 | 
| 302 |  | - | 
| 303 | } | - | 
| 304 |  | - | 
|  |  |  |