Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUrlModel::QUrlModelName: | QUrlModel::QUrlModel | Prototype: | QUrlModel::QUrlModel(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 76-78 |
| | 2 | 1 |
QUrlInfo::sizeName: | QUrlInfo::size | Prototype: | qint64 QUrlInfo::size() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 512-517 |
| | 3 | 2 |
QUrlInfo::setLastReadName: | QUrlInfo::setLastRead | Prototype: | void QUrlInfo::setLastRead(const QDateTime &dt) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 420-425 |
| | 3 | 2 |
QUrlInfo::permissionsName: | QUrlInfo::permissions | Prototype: | int QUrlInfo::permissions() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 473-478 |
| | 3 | 2 |
QUrlInfo::operator==Name: | QUrlInfo::operator== | Prototype: | bool QUrlInfo::operator==(const QUrlInfo &other) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 685-705 |
| | 17 | 3 |
QUrlInfo::operator=Name: | QUrlInfo::operator= | Prototype: | QUrlInfo &QUrlInfo::operator=(const QUrlInfo &ui) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 440-451 |
| | 7 | 3 |
QUrlInfo::lessThanName: | QUrlInfo::lessThan | Prototype: | bool QUrlInfo::lessThan(const QUrlInfo &i1, const QUrlInfo &i2, int sortBy) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 651-655 |
| | 1 | 1 |
QUrlInfo::lastReadName: | QUrlInfo::lastRead | Prototype: | QDateTime QUrlInfo::lastRead() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 538-543 |
| | 3 | 2 |
QUrlInfo::lastModifiedName: | QUrlInfo::lastModified | Prototype: | QDateTime QUrlInfo::lastModified() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 525-530 |
| | 3 | 2 |
QUrlInfo::isWritableName: | QUrlInfo::isWritable | Prototype: | bool QUrlInfo::isWritable() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 590-595 |
| | 3 | 2 |
QUrlInfo::isValidName: | QUrlInfo::isValid | Prototype: | bool QUrlInfo::isValid() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 724-727 |
| | 1 | 1 |
QUrlInfo::isReadableName: | QUrlInfo::isReadable | Prototype: | bool QUrlInfo::isReadable() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 603-608 |
| | 3 | 2 |
QUrlInfo::isFileName: | QUrlInfo::isFile | Prototype: | bool QUrlInfo::isFile() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 564-569 |
| | 3 | 2 |
QUrlInfo::isExecutableName: | QUrlInfo::isExecutable | Prototype: | bool QUrlInfo::isExecutable() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 616-621 |
| | 3 | 2 |
QUrlInfo::isDirName: | QUrlInfo::isDir | Prototype: | bool QUrlInfo::isDir() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 551-556 |
| | 3 | 2 |
QUrlInfo::groupName: | QUrlInfo::group | Prototype: | QString QUrlInfo::group() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 499-504 |
| | 3 | 2 |
QUrlInfo::greaterThanName: | QUrlInfo::greaterThan | Prototype: | bool QUrlInfo::greaterThan(const QUrlInfo &i1, const QUrlInfo &i2, int sortBy) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 630-643 |
| | 5 | 5 |
QUrlInfo::equalName: | QUrlInfo::equal | Prototype: | bool QUrlInfo::equal(const QUrlInfo &i1, const QUrlInfo &i2, int sortBy) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 663-676 |
| | 5 | 5 |
QUrlInfo::QUrlInfoName: | QUrlInfo::QUrlInfo | Prototype: | QUrlInfo::QUrlInfo(const QString &name, int permissions, const QString &owner, const QString &group, qint64 size, const QDateTime &lastModified, const QDateTime &lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 160-179 |
| | 14 | 1 |
QUrlInfo::QUrlInfoName: | QUrlInfo::QUrlInfo | Prototype: | QUrlInfo::QUrlInfo(const QUrl &url, int permissions, const QString &owner, const QString &group, qint64 size, const QDateTime &lastModified, const QDateTime &lastRead, bool isDir, bool isFile, bool isSymLink, bool isWritable, bool isReadable, bool isExecutable) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/kernel/qurlinfo.cpp | Lines: | 194-213 |
| | 14 | 1 |
QUrl::setQueryName: | 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::isDetachedName: | 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 |
QUnsortedModelEngine::filterOnDemandName: | 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 |
QUnsortedModelEngine::filterName: | 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::buildIndicesName: | 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 |
QUnixPrintWidgetPrivate::setupPrinterPropertiesName: | 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::setupPrinterName: | 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::checkFieldsName: | 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::_q_btnPropertiesClickedName: | 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_btnBrowseClickedName: | 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 |
QUnixPrintWidget::updatePrinterName: | 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 |
QUnixEventDispatcherQPA::processEventsName: | 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 |
QUnixEventDispatcherQPA::hasPendingEventsName: | 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::flushName: | 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::QUnixEventDispatcherQPAName: | 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 |
QUnifiedTimer::uninstallAnimationDriverName: | 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::setTimingIntervalName: | 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::runningAnimationCountName: | 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::registerProfilerCallbackName: | 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::installAnimationDriverName: | 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::canUninstallAnimationDriverName: | 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 |
QUnicodeTables::wordBreakClassName: | QUnicodeTables::wordBreakClass | Prototype: | WordBreakClass wordBreakClass(uint ucs4) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8281-8284 |
| | 1 | 1 |
QUnicodeTables::sentenceBreakClassName: | QUnicodeTables::sentenceBreakClass | Prototype: | SentenceBreakClass sentenceBreakClass(uint ucs4) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8286-8289 |
| | 1 | 1 |
QUnicodeTables::propertiesName: | QUnicodeTables::properties | Prototype: | const Properties * properties(ushort ucs2) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8271-8274 |
| | 1 | 1 |
QUnicodeTables::graphemeBreakClassName: | QUnicodeTables::graphemeBreakClass | Prototype: | GraphemeBreakClass graphemeBreakClass(uint ucs4) noexcept | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8276-8279 |
| | 1 | 1 |
QUnicodeControlCharacterMenu::menuActionTriggeredName: | QUnicodeControlCharacterMenu::menuActionTriggered | Prototype: | void QUnicodeControlCharacterMenu::menuActionTriggered() | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 3292-3316 |
| | 14 | 5 |
QUnicodeControlCharacterMenu::QUnicodeControlCharacterMenuName: | QUnicodeControlCharacterMenu::QUnicodeControlCharacterMenu | Prototype: | QUnicodeControlCharacterMenu::QUnicodeControlCharacterMenu(QObject *_editWidget, QWidget *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qwidgettextcontrol.cpp | Lines: | 3283-3290 |
| | 3 | 2 |
QUndoViewPrivate::initName: | QUndoViewPrivate::init | Prototype: | void QUndoViewPrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 289-296 |
| | 4 | 1 |
QUndoViewPrivate::QUndoViewPrivateName: | QUndoViewPrivate::QUndoViewPrivate | Prototype: | QUndoViewPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 275-279 |
| | 1 | 1 |
QUndoView::stackName: | QUndoView::stack | Prototype: | QUndoStack *QUndoView::stack() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 354-358 |
| | 2 | 1 |
QUndoView::setStackName: | QUndoView::setStack | Prototype: | void QUndoView::setStack(QUndoStack *stack) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 369-376 |
| | 3 | 1 |
QUndoView::setGroupName: | QUndoView::setGroup | Prototype: | void QUndoView::setGroup(QUndoGroup *group) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 389-410 |
| | 12 | 4 |
QUndoView::setEmptyLabelName: | QUndoView::setEmptyLabel | Prototype: | void QUndoView::setEmptyLabel(const QString &label) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 437-441 |
| | 2 | 1 |
QUndoView::setCleanIconName: | QUndoView::setCleanIcon | Prototype: | void QUndoView::setCleanIcon(const QIcon &icon) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 459-464 |
| | 2 | 1 |
QUndoView::groupName: | QUndoView::group | Prototype: | QUndoGroup *QUndoView::group() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 420-424 |
| | 2 | 1 |
QUndoView::emptyLabelName: | QUndoView::emptyLabel | Prototype: | QString QUndoView::emptyLabel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 443-447 |
| | 2 | 1 |
QUndoView::cleanIconName: | QUndoView::cleanIcon | Prototype: | QIcon QUndoView::cleanIcon() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 466-470 |
| | 2 | 1 |
QUndoView::QUndoViewName: | QUndoView::QUndoView | Prototype: | QUndoView::QUndoView(QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 302-307 |
| | 2 | 1 |
QUndoView::QUndoViewName: | QUndoView::QUndoView | Prototype: | QUndoView::QUndoView(QUndoStack *stack, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 313-319 |
| | 3 | 1 |
QUndoView::QUndoViewName: | QUndoView::QUndoView | Prototype: | QUndoView::QUndoView(QUndoGroup *group, QWidget *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 329-335 |
| | 3 | 1 |
QUndoStackPrivate::setIndexName: | QUndoStackPrivate::setIndex | Prototype: | void QUndoStackPrivate::setIndex(int idx, bool clean) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 435-456 |
| | 14 | 4 |
QUndoStackPrivate::checkUndoLimitName: | QUndoStackPrivate::checkUndoLimit | Prototype: | bool QUndoStackPrivate::checkUndoLimit() | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 465-484 |
| | 11 | 5 |
QUndoStack::~QUndoStackName: | QUndoStack::~QUndoStack | Prototype: | QUndoStack::~QUndoStack() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 510-518 |
| | 4 | 2 |
QUndoStack::undoTextName: | QUndoStack::undoText | Prototype: | QString QUndoStack::undoText() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 835-843 |
| | 6 | 3 |
QUndoStack::undoLimitName: | QUndoStack::undoLimit | Prototype: | int QUndoStack::undoLimit() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1071-1076 |
| | 2 | 1 |
QUndoStack::undoName: | QUndoStack::undo | Prototype: | void QUndoStack::undo() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 693-707 |
| | 9 | 3 |
QUndoStack::textName: | QUndoStack::text | Prototype: | QString QUndoStack::text(int idx) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1032-1039 |
| | 4 | 2 |
QUndoStack::setUndoLimitName: | QUndoStack::setUndoLimit | Prototype: | void QUndoStack::setUndoLimit(int limit) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1056-1069 |
| | 8 | 3 |
QUndoStack::setIndexName: | QUndoStack::setIndex | Prototype: | void QUndoStack::setIndex(int idx) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 769-789 |
| | 14 | 6 |
QUndoStack::setCleanName: | QUndoStack::setClean | Prototype: | void QUndoStack::setClean() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 641-650 |
| | 5 | 2 |
QUndoStack::setActiveName: | QUndoStack::setActive | Prototype: | void QUndoStack::setActive(bool active) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1095-1109 |
| | 6 | 4 |
QUndoStack::redoTextName: | QUndoStack::redoText | Prototype: | QString QUndoStack::redoText() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 851-859 |
| | 6 | 3 |
QUndoStack::redoName: | QUndoStack::redo | Prototype: | void QUndoStack::redo() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 719-732 |
| | 8 | 3 |
QUndoStack::pushName: | QUndoStack::push | Prototype: | void QUndoStack::push(QUndoCommand *cmd) | Coverage: | 0.000% (0/38) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 582-626 |
| | 31 | 9 |
QUndoStack::isCleanName: | QUndoStack::isClean | Prototype: | bool QUndoStack::isClean() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 658-664 |
| | 4 | 2 |
QUndoStack::isActiveName: | QUndoStack::isActive | Prototype: | bool QUndoStack::isActive() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1111-1119 |
| | 2 | 1 |
QUndoStack::indexName: | QUndoStack::index | Prototype: | int QUndoStack::index() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 755-759 |
| | 2 | 1 |
QUndoStack::endMacroName: | QUndoStack::endMacro | Prototype: | void QUndoStack::endMacro() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 989-1003 |
| | 8 | 3 |
QUndoStack::createUndoActionName: | QUndoStack::createUndoAction | Prototype: | QAction *QUndoStack::createUndoAction(QObject *parent, const QString &prefix) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 877-891 |
| | 11 | 2 |
QUndoStack::createRedoActionName: | QUndoStack::createRedoAction | Prototype: | QAction *QUndoStack::createRedoAction(QObject *parent, const QString &prefix) const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 907-921 |
| | 11 | 2 |
QUndoStack::countName: | QUndoStack::count | Prototype: | int QUndoStack::count() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 741-745 |
| | 2 | 1 |
QUndoStack::commandName: | QUndoStack::command | Prototype: | const QUndoCommand *QUndoStack::command(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1017-1024 |
| | 4 | 2 |
QUndoStack::clearName: | QUndoStack::clear | Prototype: | void QUndoStack::clear() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 533-557 |
| | 16 | 3 |
QUndoStack::cleanIndexName: | QUndoStack::cleanIndex | Prototype: | int QUndoStack::cleanIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 677-681 |
| | 2 | 1 |
QUndoStack::canUndoName: | QUndoStack::canUndo | Prototype: | bool QUndoStack::canUndo() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 802-808 |
| | 4 | 2 |
QUndoStack::canRedoName: | QUndoStack::canRedo | Prototype: | bool QUndoStack::canRedo() const | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 821-827 |
| | 4 | 2 |
QUndoStack::beginMacroName: | QUndoStack::beginMacro | Prototype: | void QUndoStack::beginMacro(const QString &text) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 955-978 |
| | 16 | 5 |
QUndoStack::QUndoStackName: | QUndoStack::QUndoStack | Prototype: | QUndoStack::QUndoStack(QObject *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 494-501 |
| | 2 | 2 |
QUndoModel::stackDestroyedName: | QUndoModel::stackDestroyed | Prototype: | void QUndoModel::stackDestroyed(QObject *obj) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 132-139 |
| | 4 | 2 |
QUndoModel::stackChangedName: | QUndoModel::stackChanged | Prototype: | void QUndoModel::stackChanged() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 141-146 |
| | 3 | 1 |
QUndoModel::stackName: | QUndoModel::stack | Prototype: | QUndoStack *QUndoModel::stack() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 107-110 |
| | 1 | 1 |
QUndoModel::setStackCurrentIndexName: | QUndoModel::setStackCurrentIndex | Prototype: | void QUndoModel::setStackCurrentIndex(const QModelIndex &index) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 148-160 |
| | 7 | 4 |
QUndoModel::setStackName: | QUndoModel::setStack | Prototype: | void QUndoModel::setStack(QUndoStack *stack) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 112-130 |
| | 12 | 4 |
QUndoModel::setEmptyLabelName: | QUndoModel::setEmptyLabel | Prototype: | void QUndoModel::setEmptyLabel(const QString &label) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 234-238 |
| | 2 | 1 |
QUndoModel::setCleanIconName: | QUndoModel::setCleanIcon | Prototype: | void QUndoModel::setCleanIcon(const QIcon &icon) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 240-244 |
| | 2 | 1 |
QUndoModel::selectionModelName: | QUndoModel::selectionModel | Prototype: | QItemSelectionModel *QUndoModel::selectionModel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 102-105 |
| | 1 | 1 |
QUndoModel::selectedIndexName: | QUndoModel::selectedIndex | Prototype: | QModelIndex QUndoModel::selectedIndex() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 162-165 |
| | 1 | 1 |
QUndoModel::rowCountName: | QUndoModel::rowCount | Prototype: | int QUndoModel::rowCount(const QModelIndex &parent) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 189-198 |
| | 5 | 3 |
QUndoModel::parentName: | QUndoModel::parent | Prototype: | QModelIndex QUndoModel::parent(const QModelIndex&) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 184-187 |
| | 1 | 1 |
QUndoModel::indexName: | QUndoModel::index | Prototype: | QModelIndex QUndoModel::index(int row, int column, const QModelIndex &parent) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 167-182 |
| | 9 | 5 |