| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUndoGroup::stacks| Name: | 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::undo| Name: | 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::undoText| Name: | 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::~QUndoGroup| Name: | 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::QUndoGroupPrivate| Name: | 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::QUndoModel| Name: | 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::cleanIcon| Name: | 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::columnCount| Name: | 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::data| Name: | 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::emptyLabel| Name: | 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::index| Name: | 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::parent| Name: | 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::rowCount| Name: | 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::selectedIndex| Name: | 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::selectionModel| Name: | 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::setCleanIcon| Name: | 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::setEmptyLabel| Name: | 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::setStack| Name: | 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::setStackCurrentIndex| Name: | 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::stack| Name: | 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::stackChanged| Name: | 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::stackDestroyed| Name: | 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::QUndoStack| Name: | 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::beginMacro| Name: | 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::canRedo| Name: | 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::canUndo| Name: | 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::cleanIndex| Name: | 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::clear| Name: | 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::command| Name: | 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::count| Name: | 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::createRedoAction| Name: | 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::createUndoAction| Name: | 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::endMacro| Name: | 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::index| Name: | 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::isActive| Name: | 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::isClean| Name: | 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::push| Name: | 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::redo| Name: | 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::redoText| Name: | 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::setActive| Name: | 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::setClean| Name: | 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::setIndex| Name: | 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::setUndoLimit| Name: | 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::text| Name: | 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::undo| Name: | 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::undoLimit| Name: | 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::undoText| Name: | 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::~QUndoStack| Name: | 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::checkUndoLimit| Name: | 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::setIndex| Name: | 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::QUndoView| Name: | 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::QUndoView| Name: | 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::QUndoView| Name: | 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::cleanIcon| Name: | 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::emptyLabel| Name: | 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::group| Name: | 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::setCleanIcon| Name: | 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::setEmptyLabel| Name: | 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::setGroup| Name: | 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::setStack| Name: | 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::stack| Name: | 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::QUndoViewPrivate| Name: | 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::init| Name: | 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::QUnicodeControlCharacterMenu| Name: | 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::menuActionTriggered| Name: | 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::graphemeBreakClass| Name: | 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::properties| Name: | 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::sentenceBreakClass| Name: | 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::wordBreakClass| Name: | 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::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::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::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::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::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::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 |
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 |
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::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::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 |
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 |
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::_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::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::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::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 |
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 |
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::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 |
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::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 |
QUrlInfo::QUrlInfo| Name: | 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::QUrlInfo| Name: | 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::equal| Name: | 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::greaterThan| Name: | 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::group| Name: | 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::isDir| Name: | 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::isExecutable| Name: | 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::isFile| Name: | 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::isReadable| Name: | 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::isValid| Name: | 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 |