| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUrl::setUrl| Name: | QUrl::setUrl | | Prototype: | void QUrl::setUrl(const QString &url, ParsingMode parsingMode) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 1899-1907 |
| | 4 | 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: | 1950-1962 |
| | 7 | 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: | 2650-2666 |
| | 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: | 2702-2713 |
| | 6 | 2 |
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: | 2438-2449 |
| | 6 | 2 |
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: | 2492-2514 |
| | 12 | 4 |
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: | 2243-2259 |
| | 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: | 2335-2366 |
| | 17 | 7 |
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: | 3013-3029 |
| | 11 | 4 |
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: | 2010-2026 |
| | 8 | 3 |
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: | 1974-1979 |
| | 2 | 2 |
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: | 3164-3229 |
| | 40 | 11 |
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: | 2974-2983 |
| | 6 | 3 |
QUrl::port| Name: | QUrl::port | | Prototype: | int QUrl::port(int defaultPort) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 2461-2465 |
| | 2 | 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: | 2531-2538 |
| | 4 | 2 |
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: | 2278-2285 |
| | 4 | 2 |
QUrl::operator ==| Name: | QUrl::operator == | | Prototype: | bool QUrl::operator ==(const QUrl &url) const | | Coverage: | 87.879% (29/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3614-3639 |
| | 18 | 5 |
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: | 3729-3743 |
| | 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: | 3748-3757 |
| | 5 | 2 |
QUrl::operator <| Name: | QUrl::operator < | | Prototype: | bool QUrl::operator <(const QUrl &url) const | | Coverage: | 86.667% (39/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3562-3608 |
| | 31 | 11 |
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: | 3721-3724 |
| | 1 | 1 |
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: | 3651-3715 |
| | 46 | 21 |
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: | 1847-1854 |
| | 3 | 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: | 3238-3242 |
| | 2 | 2 |
QUrl::isParentOf| Name: | QUrl::isParentOf | | Prototype: | bool QUrl::isParentOf(const QUrl &childUrl) const | | Coverage: | 50.000% (16/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3880-3897 |
| | 12 | 2 |
QUrl::isLocalFile| Name: | QUrl::isLocalFile | | Prototype: | bool QUrl::isLocalFile() const | | Coverage: | 100.000% (5/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3870-3873 |
| | 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: | 1861-1865 |
| | 2 | 2 |
QUrl::isDetached| Name: | QUrl::isDetached | | Prototype: | bool QUrl::isDetached() const | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 3783-3786 |
| | 1 | 1 |
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: | 2386-2395 |
| | 6 | 3 |
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: | 2613-2617 |
| | 2 | 2 |
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: | 3104-3108 |
| | 2 | 2 |
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: | 4274-4274 |
| | 0 | 1 |
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: | 4196-4223 |
| | 13 | 6 |
QUrl::fromUserInput| Name: | QUrl::fromUserInput | | Prototype: | QUrl QUrl::fromUserInput(const QString &userInput) | | Coverage: | 92.308% (24/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qurl.cpp | | Lines: | 4256-4295 |
| | 19 | 8 |
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: | 4091-4099 |
| | 5 | 2 |
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: | 3431-3435 |
| | 2 | 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: | 3803-3834 |
| | 20 | 6 |
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: | 3487-3490 |
| | 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: | 3422-3425 |
| | 1 | 1 |
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: | 3529-3532 |
| | 1 | 1 |
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: | 3047-3056 |
| | 6 | 3 |
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: | 2597-2604 |
| | 5 | 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: | 4036-4068 |
| | 28 | 4 |
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: | 3772-3778 |
| | 3 | 2 |
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: | 1874-1879 |
| | 3 | 2 |
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: | 2043-2055 |
| | 7 | 3 |
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: | 3361-3393 |
| | 25 | 11 |
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: | 1808-1811 |
| | 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: | 1816-1818 |
| | 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: | 1823-1827 |
| | 2 | 2 |
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: | 743-755 |
| | 10 | 2 |
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: | 757-795 |
| | 25 | 6 |
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: | 693-741 |
| | 28 | 18 |
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: | 687-717 |
| | 22 | 7 |
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: | 888-905 |
| | 10 | 3 |
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: | 923-947 |
| | 16 | 5 |
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: | 768-773 |
| | 3 | 2 |
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: | 836-885 |
| | 34 | 10 |
QUnixPrintWidgetPrivate::applyPrinterProperties| Name: | QUnixPrintWidgetPrivate::applyPrinterProperties | | Prototype: | void QUnixPrintWidgetPrivate::applyPrinterProperties() | | Coverage: | 36.585% (15/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 790-833 |
| | 29 | 13 |
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: | 723-766 |
| | 31 | 9 |
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: | 907-921 |
| | 8 | 3 |
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: | 775-788 |
| | 6 | 2 |
QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate| Name: | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate | | Prototype: | QUnixPrintWidgetPrivate::QUnixPrintWidgetPrivate(QUnixPrintWidget *p, QPrinter *prn) | | Coverage: | 46.154% (6/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp | | Lines: | 645-685 |
| | 25 | 5 |
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: | 959-962 |
| | 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: | 968-971 |
| | 1 | 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: | 951-955 |
| | 1 | 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: | 201-217 |
| | 11 | 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: | 193-195 |
| | 2 | 1 |
QUnixEventDispatcherQPA::processEvents| Name: | QUnixEventDispatcherQPA::processEvents | | Prototype: | bool QUnixEventDispatcherQPA::processEvents(QEventLoop::ProcessEventsFlags flags) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qunixeventdispatcher.cpp | | Lines: | 60-64 |
| | 2 | 1 |
QUnixEventDispatcherQPA::hasPendingEvents| Name: | QUnixEventDispatcherQPA::hasPendingEvents | | Prototype: | bool QUnixEventDispatcherQPA::hasPendingEvents() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/eventdispatchers/qunixeventdispatcher.cpp | | Lines: | 66-70 |
| | 2 | 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: | 72-76 |
| | 2 | 2 |
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: | 53-55 |
| | 1 | 1 |
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: | 295-331 |
| | 19 | 7 |
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: | 526-539 |
| | 9 | 4 |
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: | 415-431 |
| | 8 | 5 |
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: | 404-413 |
| | 5 | 2 |
QUnifiedTimer::stopAnimationTimer| Name: | QUnifiedTimer::stopAnimationTimer | | Prototype: | void QUnifiedTimer::stopAnimationTimer(QAbstractAnimationTimer *timer) | | Coverage: | 55.556% (10/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 447-473 |
| | 14 | 6 |
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: | 282-293 |
| | 5 | 2 |
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: | 386-402 |
| | 10 | 3 |
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: | 433-445 |
| | 8 | 3 |
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: | 269-280 |
| | 5 | 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: | 375-384 |
| | 4 | 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: | 333-339 |
| | 4 | 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: | 489-498 |
| | 6 | 2 |
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: | 365-373 |
| | 5 | 2 |
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: | 341-344 |
| | 1 | 1 |
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: | 475-487 |
| | 9 | 3 |
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: | 250-254 |
| | 2 | 2 |
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: | 346-363 |
| | 11 | 5 |
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: | 228-243 |
| | 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: | 245-248 |
| | 1 | 1 |
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: | 511-524 |
| | 9 | 4 |
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: | 256-267 |
| | 5 | 3 |
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: | 500-509 |
| | 6 | 3 |
QUnifiedTimer::canUninstallAnimationDriver| Name: | QUnifiedTimer::canUninstallAnimationDriver | | Prototype: | bool QUnifiedTimer::canUninstallAnimationDriver(QAnimationDriver *d) | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 545-548 |
| | 1 | 1 |
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: | 216-225 |
| | 2 | 1 |
QUnicodeTools::initScripts| Name: | QUnicodeTools::initScripts | | Prototype: | void initScripts(const ushort *string, int length, uchar *scripts) | | Coverage: | 100.000% (27/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 679-751 |
| | 24 | 9 |
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: | 612-670 |
| | 47 | 14 |
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: | 135-240 |
| | 60 | 27 |
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: | 594-609 |
| | 9 | 5 |