| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QFutureWatcherBase::connectOutputInterface| Name: | QFutureWatcherBase::connectOutputInterface | | Prototype: | void QFutureWatcherBase::connectOutputInterface() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 394-397 |
| | 1 | 1 |
QFutureWatcherBase::connectNotify| Name: | QFutureWatcherBase::connectNotify | | Prototype: | void QFutureWatcherBase::connectNotify(const QMetaMethod &signal) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 356-372 |
| | 6 | 4 |
QFutureWatcherBase::cancel| Name: | QFutureWatcherBase::cancel | | Prototype: | void QFutureWatcherBase::cancel() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 132-135 |
| | 1 | 1 |
QFutureWatcherBase::QFutureWatcherBase| Name: | QFutureWatcherBase::QFutureWatcherBase | | Prototype: | QFutureWatcherBase::QFutureWatcherBase(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 106-108 |
| | 1 | 1 |
QFutureInterfaceBasePrivate::setState| Name: | QFutureInterfaceBasePrivate::setState | | Prototype: | void QFutureInterfaceBasePrivate::setState(QFutureInterfaceBase::State newState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 601-604 |
| | 1 | 1 |
QFutureInterfaceBasePrivate::sendCallOuts| Name: | QFutureInterfaceBasePrivate::sendCallOuts | | Prototype: | void QFutureInterfaceBasePrivate::sendCallOuts(const QFutureCallOutEvent &callOutEvent1, const QFutureCallOutEvent &callOutEvent2) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 537-548 |
| | 6 | 3 |
QFutureInterfaceBasePrivate::sendCallOut| Name: | QFutureInterfaceBasePrivate::sendCallOut | | Prototype: | void QFutureInterfaceBasePrivate::sendCallOut(const QFutureCallOutEvent &callOutEvent) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 528-535 |
| | 4 | 3 |
QFutureInterfaceBasePrivate::internal_resultCount| Name: | QFutureInterfaceBasePrivate::internal_resultCount | | Prototype: | int QFutureInterfaceBasePrivate::internal_resultCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 473-476 |
| | 1 | 1 |
QFutureInterfaceBasePrivate::internal_isResultReadyAt| Name: | QFutureInterfaceBasePrivate::internal_isResultReadyAt | | Prototype: | bool QFutureInterfaceBasePrivate::internal_isResultReadyAt(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 478-481 |
| | 1 | 1 |
QFutureInterfaceBasePrivate::disconnectOutputInterface| Name: | QFutureInterfaceBasePrivate::disconnectOutputInterface | | Prototype: | void QFutureInterfaceBasePrivate::disconnectOutputInterface(QFutureCallOutInterface *interface) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 590-599 |
| | 6 | 2 |
QFutureInterfaceBasePrivate::QFutureInterfaceBasePrivate| Name: | QFutureInterfaceBasePrivate::QFutureInterfaceBasePrivate | | Prototype: | QFutureInterfaceBasePrivate::QFutureInterfaceBasePrivate(QFutureInterfaceBase::State initialState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 465-471 |
| | 1 | 1 |
QFutureInterfaceBase::~QFutureInterfaceBase| Name: | QFutureInterfaceBase::~QFutureInterfaceBase | | Prototype: | QFutureInterfaceBase::~QFutureInterfaceBase() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 80-84 |
| | 2 | 2 |
QFutureInterfaceBase::waitForResult| Name: | QFutureInterfaceBase::waitForResult | | Prototype: | void QFutureInterfaceBase::waitForResult(int resultIndex) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 312-332 |
| | 11 | 3 |
QFutureInterfaceBase::waitForFinished| Name: | QFutureInterfaceBase::waitForFinished | | Prototype: | void QFutureInterfaceBase::waitForFinished() | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 334-350 |
| | 9 | 3 |
QFutureInterfaceBase::togglePaused| Name: | QFutureInterfaceBase::togglePaused | | Prototype: | void QFutureInterfaceBase::togglePaused() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 131-142 |
| | 7 | 2 |
QFutureInterfaceBase::setThreadPool| Name: | QFutureInterfaceBase::setThreadPool | | Prototype: | void QFutureInterfaceBase::setThreadPool(QThreadPool *pool) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 383-386 |
| | 1 | 1 |
QFutureInterfaceBase::setRunnable| Name: | QFutureInterfaceBase::setRunnable | | Prototype: | void QFutureInterfaceBase::setRunnable(QRunnable *runnable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 378-381 |
| | 1 | 1 |
QFutureInterfaceBase::setProgressValue| Name: | QFutureInterfaceBase::setProgressValue | | Prototype: | void QFutureInterfaceBase::setProgressValue(int progressValue) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 402-405 |
| | 1 | 1 |
QFutureInterfaceBase::setProgressRange| Name: | QFutureInterfaceBase::setProgressRange | | Prototype: | void QFutureInterfaceBase::setProgressRange(int minimum, int maximum) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 394-400 |
| | 4 | 1 |
QFutureInterfaceBase::setPaused| Name: | QFutureInterfaceBase::setPaused | | Prototype: | void QFutureInterfaceBase::setPaused(bool paused) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 118-129 |
| | 7 | 2 |
QFutureInterfaceBase::setFilterMode| Name: | QFutureInterfaceBase::setFilterMode | | Prototype: | void QFutureInterfaceBase::setFilterMode(bool enable) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 388-392 |
| | 2 | 1 |
QFutureInterfaceBase::resultStoreBase| Name: | QFutureInterfaceBase::resultStoreBase | | Prototype: | QtPrivate::ResultStoreBase &QFutureInterfaceBase::resultStoreBase() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 436-439 |
| | 1 | 1 |
QFutureInterfaceBase::resultStoreBase| Name: | QFutureInterfaceBase::resultStoreBase | | Prototype: | const QtPrivate::ResultStoreBase &QFutureInterfaceBase::resultStoreBase() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 441-444 |
| | 1 | 1 |
QFutureInterfaceBase::resultCount| Name: | QFutureInterfaceBase::resultCount | | Prototype: | int QFutureInterfaceBase::resultCount() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 237-241 |
| | 2 | 1 |
QFutureInterfaceBase::reportCanceled| Name: | QFutureInterfaceBase::reportCanceled | | Prototype: | void QFutureInterfaceBase::reportCanceled() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 265-268 |
| | 1 | 1 |
QFutureInterfaceBase::refT| Name: | QFutureInterfaceBase::refT | | Prototype: | bool QFutureInterfaceBase::refT() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 455-458 |
| | 1 | 1 |
QFutureInterfaceBase::queryState| Name: | QFutureInterfaceBase::queryState | | Prototype: | bool QFutureInterfaceBase::queryState(State state) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 307-310 |
| | 1 | 1 |
QFutureInterfaceBase::progressValue| Name: | QFutureInterfaceBase::progressValue | | Prototype: | int QFutureInterfaceBase::progressValue() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 219-223 |
| | 2 | 1 |
QFutureInterfaceBase::progressText| Name: | QFutureInterfaceBase::progressText | | Prototype: | QString QFutureInterfaceBase::progressText() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 243-247 |
| | 2 | 1 |
QFutureInterfaceBase::progressMinimum| Name: | QFutureInterfaceBase::progressMinimum | | Prototype: | int QFutureInterfaceBase::progressMinimum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 225-229 |
| | 2 | 1 |
QFutureInterfaceBase::progressMaximum| Name: | QFutureInterfaceBase::progressMaximum | | Prototype: | int QFutureInterfaceBase::progressMaximum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 231-235 |
| | 2 | 1 |
QFutureInterfaceBase::operator=| Name: | QFutureInterfaceBase::operator= | | Prototype: | QFutureInterfaceBase &QFutureInterfaceBase::operator=(const QFutureInterfaceBase &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 446-453 |
| | 5 | 2 |
QFutureInterfaceBase::mutex| Name: | QFutureInterfaceBase::mutex | | Prototype: | QMutex *QFutureInterfaceBase::mutex() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 426-429 |
| | 1 | 1 |
QFutureInterfaceBase::isThrottled| Name: | QFutureInterfaceBase::isThrottled | | Prototype: | bool QFutureInterfaceBase::isThrottled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 182-185 |
| | 1 | 1 |
QFutureInterfaceBase::isStarted| Name: | QFutureInterfaceBase::isStarted | | Prototype: | bool QFutureInterfaceBase::isStarted() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 162-165 |
| | 1 | 1 |
QFutureInterfaceBase::isRunning| Name: | QFutureInterfaceBase::isRunning | | Prototype: | bool QFutureInterfaceBase::isRunning() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 157-160 |
| | 1 | 1 |
QFutureInterfaceBase::isResultReadyAt| Name: | QFutureInterfaceBase::isResultReadyAt | | Prototype: | bool QFutureInterfaceBase::isResultReadyAt(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 187-191 |
| | 2 | 1 |
QFutureInterfaceBase::isProgressUpdateNeeded| Name: | QFutureInterfaceBase::isProgressUpdateNeeded | | Prototype: | bool QFutureInterfaceBase::isProgressUpdateNeeded() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 249-253 |
| | 2 | 1 |
QFutureInterfaceBase::isPaused| Name: | QFutureInterfaceBase::isPaused | | Prototype: | bool QFutureInterfaceBase::isPaused() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 177-180 |
| | 1 | 1 |
QFutureInterfaceBase::isFinished| Name: | QFutureInterfaceBase::isFinished | | Prototype: | bool QFutureInterfaceBase::isFinished() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QFutureInterfaceBase::isCanceled| Name: | QFutureInterfaceBase::isCanceled | | Prototype: | bool QFutureInterfaceBase::isCanceled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 167-170 |
| | 1 | 1 |
QFutureInterfaceBase::exceptionStore| Name: | QFutureInterfaceBase::exceptionStore | | Prototype: | QtPrivate::ExceptionStore &QFutureInterfaceBase::exceptionStore() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 431-434 |
| | 1 | 1 |
QFutureInterfaceBase::derefT| Name: | QFutureInterfaceBase::derefT | | Prototype: | bool QFutureInterfaceBase::derefT() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 460-463 |
| | 1 | 1 |
QFutureInterfaceBase::cancel| Name: | QFutureInterfaceBase::cancel | | Prototype: | void QFutureInterfaceBase::cancel() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 106-116 |
| | 7 | 2 |
QFutureInterfaceBase::QFutureInterfaceBase| Name: | QFutureInterfaceBase::QFutureInterfaceBase | | Prototype: | QFutureInterfaceBase::QFutureInterfaceBase(State initialState) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 70-72 |
| | 1 | 1 |
QFutureInterfaceBase::QFutureInterfaceBase| Name: | QFutureInterfaceBase::QFutureInterfaceBase | | Prototype: | QFutureInterfaceBase::QFutureInterfaceBase(const QFutureInterfaceBase &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 74-78 |
| | 1 | 1 |
QFtpPrivate::~QFtpPrivate| Name: | QFtpPrivate::~QFtpPrivate | | Prototype: | ~QFtpPrivate() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1276-1276 |
| | 1 | 2 |
QFtpPrivate::addCommand| Name: | QFtpPrivate::addCommand | | Prototype: | int QFtpPrivate::addCommand(QFtpCommand *cmd) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1301-1310 |
| | 4 | 2 |
QFtpPrivate::_q_piFtpReply| Name: | QFtpPrivate::_q_piFtpReply | | Prototype: | void QFtpPrivate::_q_piFtpReply(int code, const QString &text) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2430-2436 |
| | 3 | 2 |
QFtpPrivate::_q_piFinished| Name: | QFtpPrivate::_q_piFinished | | Prototype: | void QFtpPrivate::_q_piFinished(const QString&) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2312-2338 |
| | 13 | 5 |
QFtpPrivate::_q_piConnectState| Name: | QFtpPrivate::_q_piConnectState | | Prototype: | void QFtpPrivate::_q_piConnectState(int connectState) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2418-2426 |
| | 5 | 2 |
QFtpPrivate::QFtpPrivate| Name: | QFtpPrivate::QFtpPrivate | | Prototype: | inline QFtpPrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1272-1274 |
| | 1 | 1 |
QFtpPI::hostFound| Name: | QFtpPI::hostFound | | Prototype: | void QFtpPI::hostFound() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 889-892 |
| | 1 | 1 |
QFtpPI::error| Name: | QFtpPI::error | | Prototype: | void QFtpPI::error(QAbstractSocket::SocketError e) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 917-932 |
| | 12 | 4 |
QFtpPI::currentCommand| Name: | QFtpPI::currentCommand | | Prototype: | QString currentCommand() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 165-166 |
| | 1 | 1 |
QFtpPI::connectionClosed| Name: | QFtpPI::connectionClosed | | Prototype: | void QFtpPI::connectionClosed() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 906-910 |
| | 2 | 1 |
QFtpPI::connected| Name: | QFtpPI::connected | | Prototype: | void QFtpPI::connected() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 894-904 |
| | 3 | 1 |
QFtpPI::connectToHost| Name: | QFtpPI::connectToHost | | Prototype: | void QFtpPI::connectToHost(const QString &host, quint16 port) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 816-825 |
| | 4 | 1 |
QFtpPI::clearPendingCommands| Name: | QFtpPI::clearPendingCommands | | Prototype: | void QFtpPI::clearPendingCommands() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 852-858 |
| | 4 | 1 |
QFtpPI::QFtpPI| Name: | QFtpPI::QFtpPI | | Prototype: | QFtpPI::QFtpPI(QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 789-814 |
| | 13 | 1 |
QFtpDTP::state| Name: | QFtpDTP::state | | Prototype: | QTcpSocket::SocketState QFtpDTP::state() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 353-356 |
| | 1 | 1 |
QFtpDTP::socketConnectionClosed| Name: | QFtpDTP::socketConnectionClosed | | Prototype: | void QFtpDTP::socketConnectionClosed() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 738-752 |
| | 6 | 3 |
QFtpDTP::socketConnected| Name: | QFtpDTP::socketConnected | | Prototype: | void QFtpDTP::socketConnected() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 642-649 |
| | 2 | 1 |
QFtpDTP::socketBytesWritten| Name: | QFtpDTP::socketBytesWritten | | Prototype: | void QFtpDTP::socketBytesWritten(qint64 bytes) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 754-763 |
| | 4 | 2 |
QFtpDTP::setupSocket| Name: | QFtpDTP::setupSocket | | Prototype: | void QFtpDTP::setupSocket() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 765-776 |
| | 8 | 1 |
QFtpDTP::setDevice| Name: | QFtpDTP::setDevice | | Prototype: | void QFtpDTP::setDevice(QIODevice *dev) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 297-301 |
| | 2 | 1 |
QFtpDTP::setData| Name: | QFtpDTP::setData | | Prototype: | void QFtpDTP::setData(QByteArray *ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 291-295 |
| | 2 | 1 |
QFtpDTP::setBytesTotal| Name: | QFtpDTP::setBytesTotal | | Prototype: | void QFtpDTP::setBytesTotal(qint64 bytes) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 303-308 |
| | 3 | 1 |
QFtpDTP::hasError| Name: | QFtpDTP::hasError | | Prototype: | inline bool QFtpDTP::hasError() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 438-441 |
| | 1 | 1 |
QFtpDTP::connectToHost| Name: | QFtpDTP::connectToHost | | Prototype: | void QFtpDTP::connectToHost(const QString & host, quint16 port) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 310-331 |
| | 13 | 2 |
QFtpDTP::clearData| Name: | QFtpDTP::clearData | | Prototype: | void QFtpDTP::clearData() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 778-782 |
| | 2 | 1 |
QFtpDTP::bytesAvailable| Name: | QFtpDTP::bytesAvailable | | Prototype: | qint64 QFtpDTP::bytesAvailable() const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 358-363 |
| | 3 | 2 |
QFtpDTP::abortConnection| Name: | QFtpDTP::abortConnection | | Prototype: | void QFtpDTP::abortConnection() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 453-464 |
| | 4 | 2 |
QFtpDTP::QFtpDTP| Name: | QFtpDTP::QFtpDTP | | Prototype: | QFtpDTP::QFtpDTP(QFtpPI *p, QObject *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 279-289 |
| | 3 | 1 |
QFtpCommand::~QFtpCommand| Name: | QFtpCommand::~QFtpCommand | | Prototype: | QFtpCommand::~QFtpCommand() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 268-272 |
| | 2 | 2 |
QFtpCommand::QFtpCommand| Name: | QFtpCommand::QFtpCommand | | Prototype: | QFtpCommand::QFtpCommand(QFtp::Command cmd, const QStringList &raw, const QByteArray &ba) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 254-259 |
| | 2 | 1 |
QFtpCommand::QFtpCommand| Name: | QFtpCommand::QFtpCommand | | Prototype: | QFtpCommand::QFtpCommand(QFtp::Command cmd, const QStringList &raw, QIODevice *dev) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 261-266 |
| | 2 | 1 |
QFtp::~QFtp| Name: | QFtp::~QFtp | | Prototype: | QFtp::~QFtp() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2442-2446 |
| | 2 | 1 |
QFtp::state| Name: | QFtp::state | | Prototype: | QFtp::State QFtp::state() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2202-2205 |
| | 1 | 1 |
QFtp::setTransferMode| Name: | QFtp::setTransferMode | | Prototype: | int QFtp::setTransferMode(TransferMode mode) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1739-1745 |
| | 4 | 1 |
QFtp::setProxy| Name: | QFtp::setProxy | | Prototype: | int QFtp::setProxy(const QString &host, quint16 port) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1755-1760 |
| | 3 | 1 |
QFtp::rmdir| Name: | QFtp::rmdir | | Prototype: | int QFtp::rmdir(const QString &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1988-1991 |
| | 1 | 1 |
QFtp::rename| Name: | QFtp::rename | | Prototype: | int QFtp::rename(const QString &oldname, const QString &newname) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2008-2014 |
| | 4 | 1 |
QFtp::remove| Name: | QFtp::remove | | Prototype: | int QFtp::remove(const QString &file) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1948-1951 |
| | 1 | 1 |
QFtp::readAll| Name: | QFtp::readAll | | Prototype: | QByteArray QFtp::readAll() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2072-2075 |
| | 1 | 1 |
QFtp::rawCommand| Name: | QFtp::rawCommand | | Prototype: | int QFtp::rawCommand(const QString &command) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2035-2039 |
| | 2 | 1 |
QFtp::put| Name: | QFtp::put | | Prototype: | int QFtp::put(const QByteArray &data, const QString &file, TransferType type) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1891-1902 |
| | 8 | 2 |
QFtp::mkdir| Name: | QFtp::mkdir | | Prototype: | int QFtp::mkdir(const QString &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1968-1971 |
| | 1 | 1 |
QFtp::login| Name: | QFtp::login | | Prototype: | int QFtp::login(const QString &user, const QString &password) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1701-1707 |
| | 4 | 1 |
QFtp::list| Name: | QFtp::list | | Prototype: | int QFtp::list(const QString &dir) | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1780-1790 |
| | 7 | 2 |
QFtp::hasPendingCommands| Name: | QFtp::hasPendingCommands | | Prototype: | bool QFtp::hasPendingCommands() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2175-2178 |
| | 1 | 1 |
QFtp::errorString| Name: | QFtp::errorString | | Prototype: | QString QFtp::errorString() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2232-2235 |
| | 1 | 1 |
QFtp::error| Name: | QFtp::error | | Prototype: | QFtp::Error QFtp::error() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2215-2218 |
| | 1 | 1 |
QFtp::currentId| Name: | QFtp::currentId | | Prototype: | int QFtp::currentId() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2123-2128 |
| | 3 | 2 |
QFtp::currentCommand| Name: | QFtp::currentCommand | | Prototype: | QFtp::Command QFtp::currentCommand() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2137-2142 |
| | 3 | 2 |
QFtp::connectToHost| Name: | QFtp::connectToHost | | Prototype: | int QFtp::connectToHost(const QString &host, quint16 port) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1672-1680 |
| | 6 | 1 |
QFtp::close| Name: | QFtp::close | | Prototype: | int QFtp::close() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1728-1731 |
| | 1 | 1 |
QFtp::clearPendingCommands| Name: | QFtp::clearPendingCommands | | Prototype: | void QFtp::clearPendingCommands() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2188-2193 |
| | 2 | 2 |
QFtp::cd| Name: | QFtp::cd | | Prototype: | int QFtp::cd(const QString &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 1807-1810 |
| | 1 | 1 |
QFtp::bytesAvailable| Name: | QFtp::bytesAvailable | | Prototype: | qint64 QFtp::bytesAvailable() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp | | Lines: | 2048-2051 |
| | 1 | 1 |