Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUndoGroup::stacksName: | QUndoGroup::stacks | Prototype: | QList<QUndoStack*> QUndoGroup::stacks() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundogroup.cpp | Lines: | 163-167 |
| | 2 | 1 |
QUndoGroup::undoName: | QUndoGroup::undo | Prototype: | void QUndoGroup::undo() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundogroup.cpp | Lines: | 261-266 |
| | 3 | 2 |
QUndoGroup::undoTextName: | QUndoGroup::undoText | Prototype: | QString QUndoGroup::undoText() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundogroup.cpp | Lines: | 324-328 |
| | 2 | 1 |
QUndoGroup::~QUndoGroupName: | QUndoGroup::~QUndoGroup | Prototype: | QUndoGroup::~QUndoGroup() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundogroup.cpp | Lines: | 105-115 |
| | 6 | 2 |
QUndoGroupPrivate::QUndoGroupPrivateName: | QUndoGroupPrivate::QUndoGroupPrivate | Prototype: | QUndoGroupPrivate() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundogroup.cpp | Lines: | 46-46 |
| | 1 | 1 |
QUndoModel::QUndoModelName: | QUndoModel::QUndoModel | Prototype: | QUndoModel::QUndoModel(QObject *parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 86-94 |
| | 5 | 1 |
QUndoModel::cleanIconName: | QUndoModel::cleanIcon | Prototype: | QIcon QUndoModel::cleanIcon() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 240-243 |
| | 1 | 1 |
QUndoModel::columnCountName: | QUndoModel::columnCount | Prototype: | int QUndoModel::columnCount(const QModelIndex&) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 194-197 |
| | 1 | 1 |
QUndoModel::dataName: | QUndoModel::data | Prototype: | QVariant QUndoModel::data(const QModelIndex &index, int role) const | Coverage: | 0.000% (0/26) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 199-221 |
| | 15 | 8 |
QUndoModel::emptyLabelName: | QUndoModel::emptyLabel | Prototype: | QString QUndoModel::emptyLabel() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 223-226 |
| | 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: | 161-176 |
| | 9 | 5 |
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: | 178-181 |
| | 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: | 183-192 |
| | 5 | 3 |
QUndoModel::selectedIndexName: | QUndoModel::selectedIndex | Prototype: | QModelIndex QUndoModel::selectedIndex() const | Coverage: | 0.000% (0/3) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundoview.cpp | Lines: | 156-159 |
| | 1 | 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: | 96-99 |
| | 1 | 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: | 234-238 |
| | 2 | 1 |
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: | 228-232 |
| | 2 | 1 |
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: | 106-124 |
| | 12 | 4 |
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: | 142-154 |
| | 7 | 4 |
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: | 101-104 |
| | 1 | 1 |
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: | 135-140 |
| | 3 | 1 |
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: | 126-133 |
| | 4 | 2 |
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: | 488-495 |
| | 2 | 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: | 949-972 |
| | 16 | 5 |
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: | 815-821 |
| | 4 | 2 |
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: | 796-802 |
| | 4 | 2 |
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: | 671-675 |
| | 2 | 1 |
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: | 527-551 |
| | 16 | 3 |
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: | 1011-1018 |
| | 4 | 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: | 735-739 |
| | 2 | 1 |
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: | 901-915 |
| | 11 | 2 |
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: | 871-885 |
| | 11 | 2 |
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: | 983-997 |
| | 8 | 3 |
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: | 749-753 |
| | 2 | 1 |
QUndoStack::isActiveName: | QUndoStack::isActive | Prototype: | bool QUndoStack::isActive() const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 1105-1113 |
| | 2 | 1 |
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: | 652-658 |
| | 4 | 2 |
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: | 576-620 |
| | 31 | 9 |
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: | 713-726 |
| | 8 | 3 |
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: | 845-853 |
| | 6 | 3 |
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: | 1089-1103 |
| | 6 | 4 |
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: | 635-644 |
| | 5 | 2 |
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: | 763-783 |
| | 14 | 6 |
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: | 1050-1063 |
| | 8 | 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: | 1026-1033 |
| | 4 | 2 |
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: | 687-701 |
| | 9 | 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: | 1065-1070 |
| | 2 | 1 |
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: | 829-837 |
| | 6 | 3 |
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: | 504-512 |
| | 4 | 2 |
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: | 459-478 |
| | 11 | 5 |
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: | 429-450 |
| | 14 | 4 |
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: | 296-301 |
| | 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: | 307-313 |
| | 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: | 323-329 |
| | 3 | 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: | 460-464 |
| | 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: | 437-441 |
| | 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: | 414-418 |
| | 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: | 453-458 |
| | 2 | 1 |
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: | 431-435 |
| | 2 | 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: | 383-404 |
| | 12 | 4 |
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: | 363-370 |
| | 3 | 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: | 348-352 |
| | 2 | 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: | 269-273 |
| | 1 | 1 |
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: | 283-290 |
| | 4 | 1 |
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: | 3249-3256 |
| | 3 | 2 |
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: | 3258-3282 |
| | 14 | 5 |
QUnicodeTables::graphemeBreakClassName: | QUnicodeTables::graphemeBreakClass | Prototype: | GraphemeBreakClass graphemeBreakClass(uint ucs4) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8270-8273 |
| | 1 | 1 |
QUnicodeTables::propertiesName: | QUnicodeTables::properties | Prototype: | const Properties * properties(ushort ucs2) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8265-8268 |
| | 1 | 1 |
QUnicodeTables::sentenceBreakClassName: | QUnicodeTables::sentenceBreakClass | Prototype: | SentenceBreakClass sentenceBreakClass(uint ucs4) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8280-8283 |
| | 1 | 1 |
QUnicodeTables::wordBreakClassName: | QUnicodeTables::wordBreakClass | Prototype: | WordBreakClass wordBreakClass(uint ucs4) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | Lines: | 8275-8278 |
| | 1 | 1 |
QUnifiedTimer::canUninstallAnimationDriverName: | 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::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: | 511-524 |
| | 9 | 4 |
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: | 341-344 |
| | 1 | 1 |
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: | 333-339 |
| | 4 | 2 |
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: | 375-384 |
| | 4 | 2 |
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: | 526-539 |
| | 9 | 4 |
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: | 53-55 |
| | 1 | 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: | 72-76 |
| | 2 | 2 |
QUnixEventDispatcherQPA::hasPendingEventsName: | 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::processEventsName: | 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 |
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: | 968-971 |
| | 1 | 1 |
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: | 775-788 |
| | 6 | 2 |
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: | 907-921 |
| | 8 | 3 |
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: | 836-885 |
| | 34 | 10 |
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: | 923-947 |
| | 16 | 5 |
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: | 888-905 |
| | 10 | 3 |
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: | 693-741 |
| | 28 | 18 |
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: | 757-795 |
| | 25 | 6 |
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: | 743-755 |
| | 10 | 2 |
QUrl::isDetachedName: | 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::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: | 2702-2713 |
| | 6 | 2 |
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: | 154-173 |
| | 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: | 188-207 |
| | 14 | 1 |
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: | 657-670 |
| | 5 | 5 |
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: | 624-637 |
| | 5 | 5 |
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: | 493-498 |
| | 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: | 545-550 |
| | 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: | 610-615 |
| | 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: | 558-563 |
| | 3 | 2 |
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: | 597-602 |
| | 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: | 718-721 |
| | 1 | 1 |