| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
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: | 846-852 |
| | 4 | 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: | 810-819 |
| | 4 | 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: | 888-898 |
| | 3 | 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: | 900-904 |
| | 2 | 1 |
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: | 159-160 |
| | 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: | 911-926 |
| | 12 | 4 |
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: | 883-886 |
| | 1 | 1 |
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: | 1266-1268 |
| | 1 | 1 |
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: | 2412-2420 |
| | 5 | 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: | 2306-2332 |
| | 13 | 5 |
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: | 2424-2430 |
| | 3 | 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: | 1295-1304 |
| | 4 | 2 |
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: | 1270-1270 |
| | 1 | 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: | 64-66 |
| | 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: | 68-72 |
| | 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: | 100-110 |
| | 7 | 2 |
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: | 454-457 |
| | 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: | 425-428 |
| | 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: | 161-164 |
| | 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: | 166-169 |
| | 1 | 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: | 171-174 |
| | 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: | 181-185 |
| | 2 | 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: | 151-154 |
| | 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: | 156-159 |
| | 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: | 176-179 |
| | 1 | 1 |
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: | 420-423 |
| | 1 | 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: | 440-447 |
| | 5 | 2 |
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: | 225-229 |
| | 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: | 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: | 237-241 |
| | 2 | 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: | 213-217 |
| | 2 | 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: | 301-304 |
| | 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: | 449-452 |
| | 1 | 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: | 259-262 |
| | 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: | 231-235 |
| | 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: | 430-433 |
| | 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: | 435-438 |
| | 1 | 1 |
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: | 382-386 |
| | 2 | 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: | 112-123 |
| | 7 | 2 |
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: | 388-394 |
| | 4 | 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: | 396-399 |
| | 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: | 372-375 |
| | 1 | 1 |
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: | 377-380 |
| | 1 | 1 |
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: | 125-136 |
| | 7 | 2 |
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: | 328-344 |
| | 9 | 3 |
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: | 306-326 |
| | 11 | 3 |
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: | 74-78 |
| | 2 | 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: | 459-465 |
| | 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: | 584-593 |
| | 6 | 2 |
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: | 472-475 |
| | 1 | 1 |
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: | 467-470 |
| | 1 | 1 |
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: | 522-529 |
| | 4 | 3 |
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: | 531-542 |
| | 6 | 3 |
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: | 595-598 |
| | 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: | 100-102 |
| | 1 | 1 |
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: | 126-129 |
| | 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: | 350-366 |
| | 6 | 4 |
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: | 388-391 |
| | 1 | 1 |
QFutureWatcherBase::disconnectNotify| Name: | QFutureWatcherBase::disconnectNotify | | Prototype: | void QFutureWatcherBase::disconnectNotify(const QMetaMethod &signal) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 368-374 |
| | 3 | 2 |
QFutureWatcherBase::disconnectOutputInterface| Name: | QFutureWatcherBase::disconnectOutputInterface | | Prototype: | void QFutureWatcherBase::disconnectOutputInterface(bool pendingAssignment) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 396-407 |
| | 7 | 2 |
QFutureWatcherBase::isCanceled| Name: | QFutureWatcherBase::isCanceled | | Prototype: | bool QFutureWatcherBase::isCanceled() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 277-280 |
| | 1 | 1 |
QFutureWatcherBase::isFinished| Name: | QFutureWatcherBase::isFinished | | Prototype: | bool QFutureWatcherBase::isFinished() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 253-257 |
| | 2 | 1 |
QFutureWatcherBase::isPaused| Name: | QFutureWatcherBase::isPaused | | Prototype: | bool QFutureWatcherBase::isPaused() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 292-295 |
| | 1 | 1 |
QFutureWatcherBase::isRunning| Name: | QFutureWatcherBase::isRunning | | Prototype: | bool QFutureWatcherBase::isRunning() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 264-267 |
| | 1 | 1 |
QFutureWatcherBase::isStarted| Name: | QFutureWatcherBase::isStarted | | Prototype: | bool QFutureWatcherBase::isStarted() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 243-246 |
| | 1 | 1 |
QFutureWatcherBase::pause| Name: | QFutureWatcherBase::pause | | Prototype: | void QFutureWatcherBase::pause() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 160-163 |
| | 1 | 1 |
QFutureWatcherBase::progressMaximum| Name: | QFutureWatcherBase::progressMaximum | | Prototype: | int QFutureWatcherBase::progressMaximum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 220-223 |
| | 1 | 1 |
QFutureWatcherBase::progressMinimum| Name: | QFutureWatcherBase::progressMinimum | | Prototype: | int QFutureWatcherBase::progressMinimum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 209-212 |
| | 1 | 1 |
QFutureWatcherBase::progressText| Name: | QFutureWatcherBase::progressText | | Prototype: | QString QFutureWatcherBase::progressText() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 233-236 |
| | 1 | 1 |
QFutureWatcherBase::progressValue| Name: | QFutureWatcherBase::progressValue | | Prototype: | int QFutureWatcherBase::progressValue() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 198-201 |
| | 1 | 1 |
QFutureWatcherBase::resume| Name: | QFutureWatcherBase::resume | | Prototype: | void QFutureWatcherBase::resume() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 172-175 |
| | 1 | 1 |
QFutureWatcherBase::togglePaused| Name: | QFutureWatcherBase::togglePaused | | Prototype: | void QFutureWatcherBase::togglePaused() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 186-189 |
| | 1 | 1 |
QFutureWatcherBase::waitForFinished| Name: | QFutureWatcherBase::waitForFinished | | Prototype: | void QFutureWatcherBase::waitForFinished() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 302-305 |
| | 1 | 1 |
QFutureWatcherBasePrivate::QFutureWatcherBasePrivate| Name: | QFutureWatcherBasePrivate::QFutureWatcherBasePrivate | | Prototype: | QFutureWatcherBasePrivate::QFutureWatcherBasePrivate() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 379-383 |
| | 1 | 1 |
QFutureWatcherBasePrivate::callOutInterfaceDisconnected| Name: | QFutureWatcherBasePrivate::callOutInterfaceDisconnected | | Prototype: | void QFutureWatcherBasePrivate::callOutInterfaceDisconnected() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 421-424 |
| | 1 | 1 |
QFutureWatcherBasePrivate::postCallOutEvent| Name: | QFutureWatcherBasePrivate::postCallOutEvent | | Prototype: | void QFutureWatcherBasePrivate::postCallOutEvent(const QFutureCallOutEvent &callOutEvent) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfuturewatcher.cpp | | Lines: | 409-419 |
| | 5 | 3 |
QGL2PEXVertexArray::clear| Name: | QGL2PEXVertexArray::clear | | Prototype: | void QGL2PEXVertexArray::clear() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qgl2pexvertexarray.cpp | | Lines: | 40-45 |
| | 3 | 1 |
QGL2PaintEngineEx::QGL2PaintEngineEx| Name: | QGL2PaintEngineEx::QGL2PaintEngineEx | | Prototype: | QGL2PaintEngineEx::QGL2PaintEngineEx() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1237-1240 |
| | 2 | 1 |
QGL2PaintEngineEx::end| Name: | QGL2PaintEngineEx::end | | Prototype: | bool QGL2PaintEngineEx::end() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2086-2117 |
| | 12 | 1 |
QGL2PaintEngineExPrivate::clearClip| Name: | QGL2PaintEngineExPrivate::clearClip | | Prototype: | void QGL2PaintEngineExPrivate::clearClip(uint value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2207-2217 |
| | 6 | 1 |
QGL2PaintEngineExPrivate::composite| Name: | QGL2PaintEngineExPrivate::composite | | Prototype: | void QGL2PaintEngineExPrivate::composite(const QGLRect& boundingRect) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1208-1213 |
| | 3 | 1 |
QGL2PaintEngineExPrivate::drawVertexArrays| Name: | QGL2PaintEngineExPrivate::drawVertexArrays | | Prototype: | void QGL2PaintEngineExPrivate::drawVertexArrays(const float *data, int *stops, int stopCount, GLenum primitive) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 1216-1233 |
| | 6 | 2 |
QGL2PaintEngineExPrivate::regenerateClip| Name: | QGL2PaintEngineExPrivate::regenerateClip | | Prototype: | void QGL2PaintEngineExPrivate::regenerateClip() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2355-2359 |
| | 2 | 1 |
QGL2PaintEngineState::QGL2PaintEngineState| Name: | QGL2PaintEngineState::QGL2PaintEngineState | | Prototype: | QGL2PaintEngineState::QGL2PaintEngineState() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/gl2paintengineex/qpaintengineex_opengl2.cpp | | Lines: | 2492-2498 |
| | 4 | 1 |
QGLBuffer::QGLBuffer| Name: | QGLBuffer::QGLBuffer | | Prototype: | QGLBuffer::QGLBuffer(QGLBuffer::Type type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 168-171 |
| | 2 | 1 |
QGLBuffer::bufferId| Name: | QGLBuffer::bufferId | | Prototype: | GLuint QGLBuffer::bufferId() const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 489-493 |
| | 2 | 1 |
QGLBuffer::isCreated| Name: | QGLBuffer::isCreated | | Prototype: | bool QGLBuffer::isCreated() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 306-310 |
| | 2 | 1 |
QGLBuffer::setUsagePattern| Name: | QGLBuffer::setUsagePattern | | Prototype: | void QGLBuffer::setUsagePattern(QGLBuffer::UsagePattern value) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 245-249 |
| | 2 | 1 |
QGLBuffer::type| Name: | QGLBuffer::type | | Prototype: | QGLBuffer::Type QGLBuffer::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 221-225 |
| | 2 | 1 |
QGLBuffer::usagePattern| Name: | QGLBuffer::usagePattern | | Prototype: | QGLBuffer::UsagePattern QGLBuffer::usagePattern() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 233-237 |
| | 2 | 1 |
QGLBufferPrivate::QGLBufferPrivate| Name: | QGLBufferPrivate::QGLBufferPrivate | | Prototype: | QGLBufferPrivate(QGLBuffer::Type t) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglbuffer.cpp | | Lines: | 129-137 |
| | 2 | 1 |
QGLColormap::QGLColormap| Name: | QGLColormap::QGLColormap | | Prototype: | QGLColormap::QGLColormap() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglcolormap.cpp | | Lines: | 95-99 |
| | 1 | 1 |
QGLContext::QGLContext| Name: | QGLContext::QGLContext | | Prototype: | QGLContext::QGLContext(const QGLFormat &format, QPaintDevice *device) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2134-2139 |
| | 2 | 1 |
QGLContext::contextHandle| Name: | QGLContext::contextHandle | | Prototype: | QOpenGLContext *QGLContext::contextHandle() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2185-2189 |
| | 2 | 1 |
QGLContext::device| Name: | QGLContext::device | | Prototype: | QPaintDevice* QGLContext::device() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3403-3407 |
| | 2 | 1 |
QGLContext::doneCurrent| Name: | QGLContext::doneCurrent | | Prototype: | void QGLContext::doneCurrent() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3621-3625 |
| | 2 | 1 |
QGLContext::format| Name: | QGLContext::format | | Prototype: | QGLFormat QGLContext::format() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3391-3395 |
| | 2 | 1 |
QGLContext::functions| Name: | QGLContext::functions | | Prototype: | QGLFunctions *QGLContext::functions() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 2796-2804 |
| | 5 | 2 |
QGLContext::isSharing| Name: | QGLContext::isSharing | | Prototype: | bool QGLContext::isSharing() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3385-3389 |
| | 2 | 1 |
QGLContext::isValid| Name: | QGLContext::isValid | | Prototype: | bool QGLContext::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 3373-3377 |
| | 2 | 1 |