Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpsocket.cpp |
Switch to Source code | Preprocessed file |
Line | Source | Count |
---|---|---|
1 | - | |
2 | - | |
3 | QTcpSocket::QTcpSocket(QObject *parent) | - |
4 | : QAbstractSocket(TcpSocket, *new QTcpSocketPrivate, parent) | - |
5 | { | - |
6 | - | |
7 | - | |
8 | - | |
9 | d_func()->isBuffered = true; | - |
10 | } executed 8112 times by 31 tests: end of block Executed by:
| 8112 |
11 | - | |
12 | - | |
13 | - | |
14 | - | |
15 | - | |
16 | - | |
17 | - | |
18 | QTcpSocket::~QTcpSocket() | - |
19 | { | - |
20 | - | |
21 | - | |
22 | - | |
23 | } | - |
24 | - | |
25 | - | |
26 | - | |
27 | - | |
28 | QTcpSocket::QTcpSocket(QTcpSocketPrivate &dd, QObject *parent) | - |
29 | : QAbstractSocket(TcpSocket, dd, parent) | - |
30 | { | - |
31 | d_func()->isBuffered = true; | - |
32 | } executed 720 times by 8 tests: end of block Executed by:
| 720 |
33 | - | |
34 | - | |
35 | - | |
36 | - | |
37 | QTcpSocket::QTcpSocket(QAbstractSocket::SocketType socketType, | - |
38 | QTcpSocketPrivate &dd, QObject *parent) | - |
39 | : QAbstractSocket(socketType, dd, parent) | - |
40 | { | - |
41 | } never executed: end of block | 0 |
42 | - | |
43 | - | |
Switch to Source code | Preprocessed file |