| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QFutureInterfaceBase::waitForResume| Name:  | QFutureInterfaceBase::waitForResume |  | Prototype:  | void QFutureInterfaceBase::waitForResume() |  | Coverage:  |  18.182% (2/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 199-217 |  
  |  | 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:  | 312-332 |  
  |  | 11 | 3 | 
 QFutureInterfaceBase::waitForNextResult| Name:  | QFutureInterfaceBase::waitForNextResult |  | Prototype:  | bool QFutureInterfaceBase::waitForNextResult() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 193-197 |  
  |  | 2 | 1 | 
 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::setThrottled| Name:  | QFutureInterfaceBase::setThrottled |  | Prototype:  | void QFutureInterfaceBase::setThrottled(bool enable) |  | Coverage:  |  85.714% (6/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 144-154 |  
  |  | 6 | 3 | 
 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::setProgressValueAndText| Name:  | QFutureInterfaceBase::setProgressValueAndText |  | Prototype:  | void QFutureInterfaceBase::setProgressValueAndText(int progressValue, const QString &progressText) |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 407-424 |  
  |  | 11 | 5 | 
 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::setExpectedResultCount| Name:  | QFutureInterfaceBase::setExpectedResultCount |  | Prototype:  | void QFutureInterfaceBase::setExpectedResultCount(int resultCount) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 295-300 |  
  |  | 3 | 2 | 
 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::reportStarted| Name:  | QFutureInterfaceBase::reportStarted |  | Prototype:  | void QFutureInterfaceBase::reportStarted() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 255-263 |  
  |  | 5 | 2 | 
 QFutureInterfaceBase::reportResultsReady| Name:  | QFutureInterfaceBase::reportResultsReady |  | Prototype:  | void QFutureInterfaceBase::reportResultsReady(int beginIndex, int endIndex) |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 352-376 |  
  |  | 17 | 4 | 
 QFutureInterfaceBase::reportFinished| Name:  | QFutureInterfaceBase::reportFinished |  | Prototype:  | void QFutureInterfaceBase::reportFinished() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 285-293 |  
  |  | 5 | 2 | 
 QFutureInterfaceBase::reportException| Name:  | QFutureInterfaceBase::reportException |  | Prototype:  | void QFutureInterfaceBase::reportException(const QException &exception) |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 271-282 |  
  |  | 8 | 2 | 
 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::expectedResultCount| Name:  | QFutureInterfaceBase::expectedResultCount |  | Prototype:  | int QFutureInterfaceBase::expectedResultCount() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp |  | Lines:  | 302-305 |  
  |  | 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 | 
 QFusionStylePrivate::QFusionStylePrivate| Name:  | QFusionStylePrivate::QFusionStylePrivate |  | Prototype:  | QFusionStylePrivate::QFusionStylePrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 339-342 |  
  |  | 1 | 1 | 
 QFusionStyle::unpolish| Name:  | QFusionStyle::unpolish |  | Prototype:  | void QFusionStyle::unpolish(QWidget *widget) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3286-3301 |  
  |  | 11 | 2 | 
 QFusionStyle::unpolish| Name:  | QFusionStyle::unpolish |  | Prototype:  | void QFusionStyle::unpolish(QApplication *app) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3306-3309 |  
  |  | 1 | 1 | 
 QFusionStyle::subElementRect| Name:  | QFusionStyle::subElementRect |  | Prototype:  | QRect QFusionStyle::subElementRect(SubElement sr, const QStyleOption *opt, const QWidget *w) const |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3688-3718 |  
  |  | 15 | 10 | 
 QFusionStyle::subControlRect| Name:  | QFusionStyle::subControlRect |  | Prototype:  | QRect QFusionStyle::subControlRect(ComplexControl control, const QStyleOptionComplex *option, SubControl subControl, const QWidget *widget) const |  | Coverage:  |   0.000% (0/218) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3314-3571 |  
  |  | 186 | 77 | 
 QFusionStyle::styleHint| Name:  | QFusionStyle::styleHint |  | Prototype:  | int QFusionStyle::styleHint(StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const |  | Coverage:  |   0.000% (0/46) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3612-3685 |  
  |  | 23 | 33 | 
 QFusionStyle::standardPixmap| Name:  | QFusionStyle::standardPixmap |  | Prototype:  | QPixmap QFusionStyle::standardPixmap(StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *widget) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3732-3751 |  
  |  | 6 | 6 | 
 QFusionStyle::standardPalette| Name:  | QFusionStyle::standardPalette |  | Prototype:  | QPalette QFusionStyle::standardPalette () const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 1920-1923 |  
  |  | 1 | 1 | 
 QFusionStyle::standardIcon| Name:  | QFusionStyle::standardIcon |  | Prototype:  | QIcon QFusionStyle::standardIcon(StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3723-3727 |  
  |  | 1 | 1 | 
 QFusionStyle::sizeFromContents| Name:  | QFusionStyle::sizeFromContents |  | Prototype:  | QSize QFusionStyle::sizeFromContents(ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const |  | Coverage:  |   0.000% (0/79) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3151-3244 |  
  |  | 66 | 30 | 
 QFusionStyle::polish| Name:  | QFusionStyle::polish |  | Prototype:  | void QFusionStyle::polish(QApplication *app) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3249-3252 |  
  |  | 1 | 1 | 
 QFusionStyle::polish| Name:  | QFusionStyle::polish |  | Prototype:  | void QFusionStyle::polish(QWidget *widget) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3257-3273 |  
  |  | 12 | 2 | 
 QFusionStyle::polish| Name:  | QFusionStyle::polish |  | Prototype:  | void QFusionStyle::polish(QPalette &pal) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3278-3281 |  
  |  | 1 | 1 | 
 QFusionStyle::pixelMetric| Name:  | QFusionStyle::pixelMetric |  | Prototype:  | int QFusionStyle::pixelMetric(PixelMetric metric, const QStyleOption *option, const QWidget *widget) const |  | Coverage:  |   0.000% (0/82) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3032-3146 |  
  |  | 64 | 49 | 
 QFusionStyle::itemPixmapRect| Name:  | QFusionStyle::itemPixmapRect |  | Prototype:  | QRect QFusionStyle::itemPixmapRect(const QRect &r, int flags, const QPixmap &pixmap) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3577-3580 |  
  |  | 1 | 1 | 
 QFusionStyle::hitTestComplexControl| Name:  | QFusionStyle::hitTestComplexControl |  | Prototype:  | QStyle::SubControl QFusionStyle::hitTestComplexControl(ComplexControl cc, const QStyleOptionComplex *opt, const QPoint &pt, const QWidget *w) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3594-3598 |  
  |  | 1 | 1 | 
 QFusionStyle::generatedIconPixmap| Name:  | QFusionStyle::generatedIconPixmap |  | Prototype:  | QPixmap QFusionStyle::generatedIconPixmap(QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3603-3607 |  
  |  | 1 | 1 | 
 QFusionStyle::drawPrimitive| Name:  | QFusionStyle::drawPrimitive |  | Prototype:  | void QFusionStyle::drawPrimitive(PrimitiveElement elem, const QStyleOption *option, QPainter *painter, const QWidget *widget) const |  | Coverage:  |   0.000% (0/244) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 421-994 |  
  |  | 396 | 84 | 
 QFusionStyle::drawItemText| Name:  | QFusionStyle::drawItemText |  | Prototype:  | void QFusionStyle::drawItemText(QPainter *painter, const QRect &rect, int alignment, const QPalette &pal, bool enabled, const QString& text, QPalette::ColorRole textRole) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 399-415 |  
  |  | 10 | 4 | 
 QFusionStyle::drawItemPixmap| Name:  | QFusionStyle::drawItemPixmap |  | Prototype:  | void QFusionStyle::drawItemPixmap(QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 3585-3589 |  
  |  | 1 | 1 | 
 QFusionStyle::drawControl| Name:  | QFusionStyle::drawControl |  | Prototype:  | void QFusionStyle::drawControl(ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const |  | Coverage:  |   0.000% (0/478) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 999-1913 |  
  |  | 651 | 126 | 
 QFusionStyle::drawComplexControl| Name:  | QFusionStyle::drawComplexControl |  | Prototype:  | void QFusionStyle::drawComplexControl(ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const |  | Coverage:  |   0.000% (0/553) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 1928-3027 |  
  |  | 795 | 126 | 
 QFusionStyle::QFusionStyle| Name:  | QFusionStyle::QFusionStyle |  | Prototype:  | QFusionStyle::QFusionStyle() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 360-363 |  
  |  | 1 | 1 | 
 QFusionStyle::QFusionStyle| Name:  | QFusionStyle::QFusionStyle |  | Prototype:  | QFusionStyle::QFusionStyle(QFusionStylePrivate &dd) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qfusionstyle.cpp |  | Lines:  | 370-372 |  
  |  | 2 | 1 | 
 QFullCoverage::store| Name:  | QFullCoverage::store |  | Prototype:  | inline void store(uint *dest, const uint src) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcompositionfunctions.cpp |  | Lines:  | 821-824 |  
  |  | 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_startNextCommand| Name:  | QFtpPrivate::_q_startNextCommand |  | Prototype:  | void QFtpPrivate::_q_startNextCommand() |  | Coverage:  |  78.571% (44/56) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 2239-2308 |  
  |  | 48 | 16 | 
 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_piError| Name:  | QFtpPrivate::_q_piError |  | Prototype:  | void QFtpPrivate::_q_piError(int errorCode, const QString &text) |  | Coverage:  |  70.270% (26/37) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 2342-2414 |  
  |  | 49 | 15 | 
 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::startNextCmd| Name:  | QFtpPI::startNextCmd |  | Prototype:  | bool QFtpPI::startNextCmd() |  | Coverage:  |  58.621% (17/29) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 1165-1226 |  
  |  | 36 | 8 | 
 QFtpPI::sendCommands| Name:  | QFtpPI::sendCommands |  | Prototype:  | bool QFtpPI::sendCommands(const QStringList &cmds) |  | Coverage:  |  66.667% (6/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 837-850 |  
  |  | 8 | 3 | 
 QFtpPI::sendCommand| Name:  | QFtpPI::sendCommand |  | Prototype:  | bool sendCommand(const QString &cmd) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 159-160 |  
  |  | 1 | 1 | 
 QFtpPI::readyRead| Name:  | QFtpPI::readyRead |  | Prototype:  | void QFtpPI::readyRead() |  | Coverage:  |  78.378% (29/37) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 934-983 |  
  |  | 34 | 12 | 
 QFtpPI::processReply| Name:  | QFtpPI::processReply |  | Prototype:  | bool QFtpPI::processReply() |  | Coverage:  |  64.948% (63/97) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 993-1157 |  
  |  | 78 | 32 | 
 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::dtpConnectState| Name:  | QFtpPI::dtpConnectState |  | Prototype:  | void QFtpPI::dtpConnectState(int s) |  | Coverage:  |  53.333% (8/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 1228-1255 |  
  |  | 16 | 8 | 
 QFtpPI::delayedCloseFinished| Name:  | QFtpPI::delayedCloseFinished |  | Prototype:  | void QFtpPI::delayedCloseFinished() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 912-915 |  
  |  | 1 | 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:  | 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::abort| Name:  | QFtpPI::abort |  | Prototype:  | void QFtpPI::abort() |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 860-887 |  
  |  | 11 | 4 | 
 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::writeData| Name:  | QFtpDTP::writeData |  | Prototype:  | void QFtpDTP::writeData() |  | Coverage:  |  79.310% (23/29) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 393-431 |  
  |  | 21 | 8 | 
 QFtpDTP::waitForConnection| Name:  | QFtpDTP::waitForConnection |  | Prototype:  | void QFtpDTP::waitForConnection() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 344-351 |  
  |  | 2 | 2 | 
 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::socketReadyRead| Name:  | QFtpDTP::socketReadyRead |  | Prototype:  | void QFtpDTP::socketReadyRead() |  | Coverage:  |  63.889% (23/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 651-721 |  
  |  | 31 | 12 | 
 QFtpDTP::socketError| Name:  | QFtpDTP::socketError |  | Prototype:  | void QFtpDTP::socketError(QAbstractSocket::SocketError e) |  | Coverage:  |  42.857% (3/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qftp.cpp |  | Lines:  | 723-736 |  
  |  | 4 | 3 | 
 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 |