| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QUnicodeTools::getSentenceBreaks| Name:  | QUnicodeTools::getSentenceBreaks |  | Prototype:  | static void getSentenceBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) |  | Coverage:  |  67.500% (27/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 288-346 |  
  |  | 35 | 17 | 
 QUnicodeTools::getWhiteSpaces| Name:  | QUnicodeTools::getWhiteSpaces |  | Prototype:  | static void getWhiteSpaces(const ushort *string, quint32 len, QCharAttributes *attributes) |  | Coverage:  |  86.667% (13/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 600-615 |  
  |  | 9 | 5 | 
 QUnicodeTools::getWordBreaks| Name:  | QUnicodeTools::getWordBreaks |  | Prototype:  | static void getWordBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) |  | Coverage:  |  94.286% (66/70) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 141-246 |  
  |  | 60 | 27 | 
 QUnicodeTools::initCharAttributes| Name:  | QUnicodeTools::initCharAttributes |  | Prototype:  | void initCharAttributes(const ushort *string, int length, const ScriptItem *items, int numItems, QCharAttributes *attributes, CharAttributeOptions options) |  | Coverage:  |  85.714% (36/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 618-676 |  
  |  | 47 | 14 | 
 QUnicodeTools::initScripts| Name:  | QUnicodeTools::initScripts |  | Prototype:  | void initScripts(const ushort *string, int length, uchar *scripts) |  | Coverage:  | 100.000% (21/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp |  | Lines:  | 685-734 |  
  |  | 27 | 7 | 
 QUnifiedTimer::QUnifiedTimer| Name:  | QUnifiedTimer::QUnifiedTimer |  | Prototype:  | QUnifiedTimer::QUnifiedTimer() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 222-231 |  
  |  | 2 | 1 | 
 QUnifiedTimer::canUninstallAnimationDriver| Name:  | QUnifiedTimer::canUninstallAnimationDriver |  | Prototype:  | bool QUnifiedTimer::canUninstallAnimationDriver(QAnimationDriver *d) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 551-554 |  
  |  | 1 | 1 | 
 QUnifiedTimer::closestPausedAnimationTimerTimeToFinish| Name:  | QUnifiedTimer::closestPausedAnimationTimerTimeToFinish |  | Prototype:  | int QUnifiedTimer::closestPausedAnimationTimerTimeToFinish() |  | Coverage:  |  85.714% (6/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 506-515 |  
  |  | 6 | 3 | 
 QUnifiedTimer::elapsed| Name:  | QUnifiedTimer::elapsed |  | Prototype:  | qint64 QUnifiedTimer::elapsed() const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 262-273 |  
  |  | 5 | 3 | 
 QUnifiedTimer::installAnimationDriver| Name:  | QUnifiedTimer::installAnimationDriver |  | Prototype:  | void QUnifiedTimer::installAnimationDriver(QAnimationDriver *d) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 517-530 |  
  |  | 9 | 4 | 
 QUnifiedTimer::instance| Name:  | QUnifiedTimer::instance |  | Prototype:  | QUnifiedTimer *QUnifiedTimer::instance(bool create) |  | Coverage:  |  88.889% (8/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 234-249 |  
  |  | 6 | 2 | 
 QUnifiedTimer::instance| Name:  | QUnifiedTimer::instance |  | Prototype:  | QUnifiedTimer *QUnifiedTimer::instance() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 251-254 |  
  |  | 1 | 1 | 
 QUnifiedTimer::localRestart| Name:  | QUnifiedTimer::localRestart |  | Prototype:  | void QUnifiedTimer::localRestart() |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 352-369 |  
  |  | 11 | 5 | 
 QUnifiedTimer::maybeUpdateAnimationsToCurrentTime| Name:  | QUnifiedTimer::maybeUpdateAnimationsToCurrentTime |  | Prototype:  | void QUnifiedTimer::maybeUpdateAnimationsToCurrentTime() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 256-260 |  
  |  | 2 | 2 | 
 QUnifiedTimer::pauseAnimationTimer| Name:  | QUnifiedTimer::pauseAnimationTimer |  | Prototype:  | void QUnifiedTimer::pauseAnimationTimer(QAbstractAnimationTimer *timer, int duration) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 481-493 |  
  |  | 9 | 3 | 
 QUnifiedTimer::registerProfilerCallback| Name:  | QUnifiedTimer::registerProfilerCallback |  | Prototype:  | void QUnifiedTimer::registerProfilerCallback(void (*cb)(qint64)) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 347-350 |  
  |  | 1 | 1 | 
 QUnifiedTimer::restart| Name:  | QUnifiedTimer::restart |  | Prototype:  | void QUnifiedTimer::restart() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 371-379 |  
  |  | 5 | 2 | 
 QUnifiedTimer::resumeAnimationTimer| Name:  | QUnifiedTimer::resumeAnimationTimer |  | Prototype:  | void QUnifiedTimer::resumeAnimationTimer(QAbstractAnimationTimer *timer) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 495-504 |  
  |  | 6 | 2 | 
 QUnifiedTimer::runningAnimationCount| Name:  | QUnifiedTimer::runningAnimationCount |  | Prototype:  | int QUnifiedTimer::runningAnimationCount() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 339-345 |  
  |  | 4 | 2 | 
 QUnifiedTimer::setTimingInterval| Name:  | QUnifiedTimer::setTimingInterval |  | Prototype:  | void QUnifiedTimer::setTimingInterval(int interval) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 381-390 |  
  |  | 4 | 2 | 
 QUnifiedTimer::startAnimationDriver| Name:  | QUnifiedTimer::startAnimationDriver |  | Prototype:  | void QUnifiedTimer::startAnimationDriver() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 275-286 |  
  |  | 5 | 2 | 
 QUnifiedTimer::startAnimationTimer| Name:  | QUnifiedTimer::startAnimationTimer |  | Prototype:  | void QUnifiedTimer::startAnimationTimer(QAbstractAnimationTimer *timer) |  | Coverage:  |  57.143% (4/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 439-451 |  
  |  | 8 | 3 | 
 QUnifiedTimer::startTimers| Name:  | QUnifiedTimer::startTimers |  | Prototype:  | void QUnifiedTimer::startTimers() |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 392-408 |  
  |  | 10 | 3 | 
 QUnifiedTimer::stopAnimationDriver| Name:  | QUnifiedTimer::stopAnimationDriver |  | Prototype:  | void QUnifiedTimer::stopAnimationDriver() |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 288-299 |  
  |  | 5 | 2 | 
 QUnifiedTimer::stopAnimationTimer| Name:  | QUnifiedTimer::stopAnimationTimer |  | Prototype:  | void QUnifiedTimer::stopAnimationTimer(QAbstractAnimationTimer *timer) |  | Coverage:  |  61.111% (11/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 453-479 |  
  |  | 14 | 6 | 
 QUnifiedTimer::stopTimer| Name:  | QUnifiedTimer::stopTimer |  | Prototype:  | void QUnifiedTimer::stopTimer() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 410-419 |  
  |  | 5 | 2 | 
 QUnifiedTimer::timerEvent| Name:  | QUnifiedTimer::timerEvent |  | Prototype:  | void QUnifiedTimer::timerEvent(QTimerEvent *event) |  | Coverage:  |  61.538% (8/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 421-437 |  
  |  | 8 | 5 | 
 QUnifiedTimer::uninstallAnimationDriver| Name:  | QUnifiedTimer::uninstallAnimationDriver |  | Prototype:  | void QUnifiedTimer::uninstallAnimationDriver(QAnimationDriver *d) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 532-545 |  
  |  | 9 | 4 | 
 QUnifiedTimer::updateAnimationTimers| Name:  | QUnifiedTimer::updateAnimationTimers |  | Prototype:  | void QUnifiedTimer::updateAnimationTimers(qint64) |  | Coverage:  |  60.870% (14/23) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp |  | Lines:  | 301-337 |  
  |  | 19 | 7 | 
 QUnixEventDispatcherQPA::QUnixEventDispatcherQPA| Name:  | QUnixEventDispatcherQPA::QUnixEventDispatcherQPA |  | Prototype:  | QUnixEventDispatcherQPA::QUnixEventDispatcherQPA(QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qunixeventdispatcher.cpp |  | Lines:  | 59-61 |  
  |  | 1 | 1 | 
 QUnixEventDispatcherQPA::flush| Name:  | QUnixEventDispatcherQPA::flush |  | Prototype:  | void QUnixEventDispatcherQPA::flush() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qunixeventdispatcher.cpp |  | Lines:  | 78-82 |  
  |  | 2 | 2 | 
 QUnixEventDispatcherQPA::hasPendingEvents| Name:  | QUnixEventDispatcherQPA::hasPendingEvents |  | Prototype:  | bool QUnixEventDispatcherQPA::hasPendingEvents() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qunixeventdispatcher.cpp |  | Lines:  | 72-76 |  
  |  | 2 | 1 | 
 QUnixEventDispatcherQPA::processEvents| Name:  | QUnixEventDispatcherQPA::processEvents |  | Prototype:  | bool QUnixEventDispatcherQPA::processEvents(QEventLoop::ProcessEventsFlags flags) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qunixeventdispatcher.cpp |  | Lines:  | 66-70 |  
  |  | 2 | 1 | 
 QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate| Name:  | QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate |  | Prototype:  | QUnixPageSetupDialogPrivate::QUnixPageSetupDialogPrivate(QPrinter *printer) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp |  | Lines:  | 199-201 |  
  |  | 2 | 1 | 
 QUnixPageSetupDialogPrivate::init| Name:  | QUnixPageSetupDialogPrivate::init |  | Prototype:  | void QUnixPageSetupDialogPrivate::init() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp |  | Lines:  | 207-223 |  
  |  | 11 | 1 | 
 QUnixPrintWidget::QUnixPrintWidget| Name:  | QUnixPrintWidget::QUnixPrintWidget |  | Prototype:  | QUnixPrintWidget::QUnixPrintWidget(QPrinter *printer, QWidget *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 952-956 |  
  |  | 1 | 1 | 
 QUnixPrintWidget::updatePrinter| Name:  | QUnixPrintWidget::updatePrinter |  | Prototype:  | void QUnixPrintWidget::updatePrinter() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 969-972 |  
  |  | 1 | 1 | 
 QUnixPrintWidget::~QUnixPrintWidget| Name:  | QUnixPrintWidget::~QUnixPrintWidget |  | Prototype:  | QUnixPrintWidget::~QUnixPrintWidget() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 960-963 |  
  |  | 1 | 1 | 
 QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate| Name:  | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate |  | Prototype:  | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate(QUnixPrintWidget *p, QPrinter *prn) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 651-689 |  
  |  | 23 | 4 | 
 QUnixPrintWidgetPrivate::_q_btnBrowseClicked| Name:  | QUnixPrintWidgetPrivate::_q_btnBrowseClicked |  | Prototype:  | void QUnixPrintWidgetPrivate::_q_btnBrowseClicked() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 779-792 |  
  |  | 6 | 2 | 
 QUnixPrintWidgetPrivate::_q_btnPropertiesClicked| Name:  | QUnixPrintWidgetPrivate::_q_btnPropertiesClicked |  | Prototype:  | void QUnixPrintWidgetPrivate::_q_btnPropertiesClicked() |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 908-922 |  
  |  | 8 | 3 | 
 QUnixPrintWidgetPrivate::_q_printerChanged| Name:  | QUnixPrintWidgetPrivate::_q_printerChanged |  | Prototype:  | void QUnixPrintWidgetPrivate::_q_printerChanged(int index) |  | Coverage:  |  44.000% (11/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 727-770 |  
  |  | 31 | 9 | 
 QUnixPrintWidgetPrivate::applyPrinterProperties| Name:  | QUnixPrintWidgetPrivate::applyPrinterProperties |  | Prototype:  | void QUnixPrintWidgetPrivate::applyPrinterProperties() |  | Coverage:  |  39.474% (15/38) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 794-834 |  
  |  | 28 | 12 | 
 QUnixPrintWidgetPrivate::checkFields| Name:  | QUnixPrintWidgetPrivate::checkFields |  | Prototype:  | bool QUnixPrintWidgetPrivate::checkFields() |  | Coverage:  |   0.000% (0/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 837-886 |  
  |  | 34 | 10 | 
 QUnixPrintWidgetPrivate::setOptionsPane| Name:  | QUnixPrintWidgetPrivate::setOptionsPane |  | Prototype:  | void QUnixPrintWidgetPrivate::setOptionsPane(QPrintDialogPrivate *pane) |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 772-777 |  
  |  | 3 | 2 | 
 QUnixPrintWidgetPrivate::setupPrinter| Name:  | QUnixPrintWidgetPrivate::setupPrinter |  | Prototype:  | void QUnixPrintWidgetPrivate::setupPrinter() |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 924-948 |  
  |  | 16 | 5 | 
 QUnixPrintWidgetPrivate::setupPrinterProperties| Name:  | QUnixPrintWidgetPrivate::setupPrinterProperties |  | Prototype:  | void QUnixPrintWidgetPrivate::setupPrinterProperties() |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 889-906 |  
  |  | 10 | 3 | 
 QUnixPrintWidgetPrivate::updateWidget| Name:  | QUnixPrintWidgetPrivate::updateWidget |  | Prototype:  | void QUnixPrintWidgetPrivate::updateWidget() |  | Coverage:  |  42.424% (14/33) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 691-721 |  
  |  | 22 | 7 | 
 QUnsortedModelEngine::buildIndices| Name:  | QUnsortedModelEngine::buildIndices |  | Prototype:  | int QUnsortedModelEngine::buildIndices(const QString& str, const QModelIndex& parent, int n, const QIndexMapper& indices, QMatchData* m) |  | Coverage:  |   0.000% (0/40) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 699-747 |  
  |  | 28 | 18 | 
 QUnsortedModelEngine::filter| Name:  | QUnsortedModelEngine::filter |  | Prototype:  | QMatchData QUnsortedModelEngine::filter(const QString& part, const QModelIndex& parent, int n) |  | Coverage:  |   0.000% (0/29) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 763-801 |  
  |  | 25 | 6 | 
 QUnsortedModelEngine::filterOnDemand| Name:  | QUnsortedModelEngine::filterOnDemand |  | Prototype:  | void QUnsortedModelEngine::filterOnDemand(int n) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 749-761 |  
  |  | 10 | 2 | 
 QUrl::QUrl| Name:  | QUrl::QUrl |  | Prototype:  | QUrl::QUrl(const QString &url, ParsingMode parsingMode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1814-1817 |  
  |  | 1 | 1 | 
 QUrl::QUrl| Name:  | QUrl::QUrl |  | Prototype:  | QUrl::QUrl() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1822-1824 |  
  |  | 2 | 1 | 
 QUrl::QUrl| Name:  | QUrl::QUrl |  | Prototype:  | QUrl::QUrl(const QUrl &other) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1829-1833 |  
  |  | 2 | 2 | 
 QUrl::adjusted| Name:  | QUrl::adjusted |  | Prototype:  | QUrl QUrl::adjusted(QUrl::FormattingOptions options) const |  | Coverage:  |  93.750% (30/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3366-3398 |  
  |  | 25 | 11 | 
 QUrl::authority| Name:  | QUrl::authority |  | Prototype:  | QString QUrl::authority(ComponentFormattingOptions options) const |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2049-2062 |  
  |  | 8 | 3 | 
 QUrl::clear| Name:  | QUrl::clear |  | Prototype:  | void QUrl::clear() |  | Coverage:  |  66.667% (4/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1880-1885 |  
  |  | 3 | 2 | 
 QUrl::detach| Name:  | QUrl::detach |  | Prototype:  | void QUrl::detach() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3777-3783 |  
  |  | 3 | 2 | 
 QUrl::errorString| Name:  | QUrl::errorString |  | Prototype:  | QString QUrl::errorString() const |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4041-4074 |  
  |  | 29 | 4 | 
 QUrl::fileName| Name:  | QUrl::fileName |  | Prototype:  | QString QUrl::fileName(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2602-2609 |  
  |  | 5 | 2 | 
 QUrl::fragment| Name:  | QUrl::fragment |  | Prototype:  | QString QUrl::fragment(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3052-3061 |  
  |  | 6 | 3 | 
 QUrl::fromAce| Name:  | QUrl::fromAce |  | Prototype:  | QString QUrl::fromAce(const QByteArray &domain) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3534-3537 |  
  |  | 1 | 1 | 
 QUrl::fromEncoded| Name:  | QUrl::fromEncoded |  | Prototype:  | QUrl QUrl::fromEncoded(const QByteArray &input, ParsingMode mode) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3427-3430 |  
  |  | 1 | 1 | 
 QUrl::fromEncodedComponent_helper| Name:  | QUrl::fromEncodedComponent_helper |  | Prototype:  | QString QUrl::fromEncodedComponent_helper(const QByteArray &ba) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3492-3495 |  
  |  | 1 | 1 | 
 QUrl::fromLocalFile| Name:  | QUrl::fromLocalFile |  | Prototype:  | QUrl QUrl::fromLocalFile(const QString &localFile) |  | Coverage:  |  95.000% (19/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3808-3839 |  
  |  | 20 | 6 | 
 QUrl::fromPercentEncoding| Name:  | QUrl::fromPercentEncoding |  | Prototype:  | QString QUrl::fromPercentEncoding(const QByteArray &input) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3436-3440 |  
  |  | 2 | 1 | 
 QUrl::fromStringList| Name:  | QUrl::fromStringList |  | Prototype:  | QList<QUrl> QUrl::fromStringList(const QStringList &urls, ParsingMode mode) |  | Coverage:  | 100.000% (2/2) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4097-4104 |  
  |  | 5 | 2 | 
 QUrl::fromUserInput| Name:  | QUrl::fromUserInput |  | Prototype:  | QUrl QUrl::fromUserInput(const QString &userInput, const QString &workingDirectory, UserInputResolutionOptions options) |  | Coverage:  | 100.000% (16/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4201-4228 |  
  |  | 13 | 6 | 
 QUrl::fromUserInput| Name:  | QUrl::fromUserInput |  | Prototype:  | QUrl QUrl::fromUserInput(const QString &userInput) |  | Coverage:  |  92.000% (23/25) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4261-4300 |  
  |  | 20 | 7 | 
 QUrl::fromUserInput::[lambda]| Name:  | QUrl::fromUserInput::[lambda] |  | Prototype:  | []() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 4270-4270 |  
  |  | 0 | 1 | 
 QUrl::hasFragment| Name:  | QUrl::hasFragment |  | Prototype:  | bool QUrl::hasFragment() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3109-3113 |  
  |  | 2 | 2 | 
 QUrl::hasQuery| Name:  | QUrl::hasQuery |  | Prototype:  | bool QUrl::hasQuery() const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2618-2622 |  
  |  | 2 | 2 | 
 QUrl::host| Name:  | QUrl::host |  | Prototype:  | QString QUrl::host(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2392-2401 |  
  |  | 6 | 3 | 
 QUrl::isDetached| Name:  | QUrl::isDetached |  | Prototype:  | bool QUrl::isDetached() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3788-3791 |  
  |  | 1 | 1 | 
 QUrl::isEmpty| Name:  | QUrl::isEmpty |  | Prototype:  | bool QUrl::isEmpty() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1867-1871 |  
  |  | 2 | 2 | 
 QUrl::isLocalFile| Name:  | QUrl::isLocalFile |  | Prototype:  | bool QUrl::isLocalFile() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3875-3878 |  
  |  | 1 | 1 | 
 QUrl::isParentOf| Name:  | QUrl::isParentOf |  | Prototype:  | bool QUrl::isParentOf(const QUrl &childUrl) const |  | Coverage:  |  50.000% (2/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3885-3902 |  
  |  | 12 | 2 | 
 QUrl::isRelative| Name:  | QUrl::isRelative |  | Prototype:  | bool QUrl::isRelative() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3243-3247 |  
  |  | 2 | 2 | 
 QUrl::isValid| Name:  | QUrl::isValid |  | Prototype:  | bool QUrl::isValid() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1853-1860 |  
  |  | 3 | 2 | 
 QUrl::matches| Name:  | QUrl::matches |  | Prototype:  | bool QUrl::matches(const QUrl &url, FormattingOptions options) const |  | Coverage:  |  74.603% (47/63) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3656-3720 |  
  |  | 46 | 21 | 
 QUrl::operator !=| Name:  | QUrl::operator != |  | Prototype:  | bool QUrl::operator !=(const QUrl &url) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3726-3729 |  
  |  | 1 | 1 | 
 QUrl::operator <| Name:  | QUrl::operator < |  | Prototype:  | bool QUrl::operator <(const QUrl &url) const |  | Coverage:  |  85.366% (35/41) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3567-3613 |  
  |  | 31 | 11 | 
 QUrl::operator =| Name:  | QUrl::operator = |  | Prototype:  | QUrl &QUrl::operator =(const QUrl &url) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3734-3748 |  
  |  | 8 | 4 | 
 QUrl::operator =| Name:  | QUrl::operator = |  | Prototype:  | QUrl &QUrl::operator =(const QString &url) |  | Coverage:  |  60.000% (3/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3753-3762 |  
  |  | 5 | 2 | 
 QUrl::operator ==| Name:  | QUrl::operator == |  | Prototype:  | bool QUrl::operator ==(const QUrl &url) const |  | Coverage:  | 100.000% (15/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3619-3644 |  
  |  | 18 | 5 | 
 QUrl::password| Name:  | QUrl::password |  | Prototype:  | QString QUrl::password(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2285-2291 |  
  |  | 4 | 2 | 
 QUrl::path| Name:  | QUrl::path |  | Prototype:  | QString QUrl::path(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2537-2543 |  
  |  | 4 | 2 | 
 QUrl::port| Name:  | QUrl::port |  | Prototype:  | int QUrl::port(int defaultPort) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2467-2471 |  
  |  | 2 | 2 | 
 QUrl::query| Name:  | QUrl::query |  | Prototype:  | QString QUrl::query(ComponentFormattingOptions options) const |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2979-2988 |  
  |  | 6 | 3 | 
 QUrl::resolved| Name:  | QUrl::resolved |  | Prototype:  | QUrl QUrl::resolved(const QUrl &relative) const |  | Coverage:  |  95.122% (39/41) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3169-3234 |  
  |  | 40 | 11 | 
 QUrl::scheme| Name:  | QUrl::scheme |  | Prototype:  | QString QUrl::scheme() const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1980-1985 |  
  |  | 2 | 2 | 
 QUrl::setAuthority| Name:  | QUrl::setAuthority |  | Prototype:  | void QUrl::setAuthority(const QString &authority, ParsingMode mode) |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2016-2032 |  
  |  | 8 | 3 | 
 QUrl::setFragment| Name:  | QUrl::setFragment |  | Prototype:  | void QUrl::setFragment(const QString &fragment, ParsingMode mode) |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 3018-3034 |  
  |  | 11 | 4 | 
 QUrl::setHost| Name:  | QUrl::setHost |  | Prototype:  | void QUrl::setHost(const QString &host, ParsingMode mode) |  | Coverage:  |  94.737% (18/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2341-2372 |  
  |  | 17 | 7 | 
 QUrl::setPassword| Name:  | QUrl::setPassword |  | Prototype:  | void QUrl::setPassword(const QString &password, ParsingMode mode) |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2250-2266 |  
  |  | 11 | 4 | 
 QUrl::setPath| Name:  | QUrl::setPath |  | Prototype:  | void QUrl::setPath(const QString &path, ParsingMode mode) |  | Coverage:  | 100.000% (14/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2498-2520 |  
  |  | 12 | 4 | 
 QUrl::setPort| Name:  | QUrl::setPort |  | Prototype:  | void QUrl::setPort(int port) |  | Coverage:  | 100.000% (6/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2444-2455 |  
  |  | 6 | 2 | 
 QUrl::setQuery| Name:  | QUrl::setQuery |  | Prototype:  | void QUrl::setQuery(const QString &query, ParsingMode mode) |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2655-2671 |  
  |  | 11 | 4 | 
 QUrl::setQuery| Name:  | QUrl::setQuery |  | Prototype:  | void QUrl::setQuery(const QUrlQuery &query) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 2707-2718 |  
  |  | 6 | 2 | 
 QUrl::setScheme| Name:  | QUrl::setScheme |  | Prototype:  | void QUrl::setScheme(const QString &scheme) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp |  | Lines:  | 1956-1968 |  
  |  | 7 | 2 |