| 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 |
QUnhandledException::clone| Name: | QUnhandledException::clone | | Prototype: | QUnhandledException *QUnhandledException::clone() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 147-150 |
| | 1 | 1 |
QUnhandledException::raise| Name: | QUnhandledException::raise | | Prototype: | void QUnhandledException::raise() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qexception.cpp | | Lines: | 141-145 |
| | 2 | 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::convertCase| Name: | QUnicodeTables::convertCase | | Prototype: | template <typename Traits, typename T> static QString convertCase(T &str) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5813-5832 |
| | 9 | 4 |
QUnicodeTables::detachAndConvertCase| Name: | QUnicodeTables::detachAndConvertCase | | Prototype: | template <typename Traits, typename T> __attribute__((noinline)) static QString detachAndConvertCase(T &str, QStringIterator it) | | Coverage: | 100.000% (16/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | | Lines: | 5768-5811 |
| | 21 | 6 |
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::lineBreakClass| Name: | QUnicodeTables::lineBreakClass | | Prototype: | LineBreakClass lineBreakClass(uint ucs4) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8285-8288 |
| | 1 | 1 |
QUnicodeTables::properties| Name: | QUnicodeTables::properties | | Prototype: | const Properties * properties(uint ucs4) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8260-8263 |
| | 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::qGetProp| Name: | QUnicodeTables::qGetProp | | Prototype: | static inline const Properties *qGetProp(uint ucs4) | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8250-8253 |
| | 1 | 1 |
QUnicodeTables::qGetProp| Name: | QUnicodeTables::qGetProp | | Prototype: | static inline const Properties *qGetProp(ushort ucs2) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetables.cpp | | Lines: | 8255-8258 |
| | 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 |
QUnicodeTools::LB::NS::toClass| Name: | QUnicodeTools::LB::NS::toClass | | Prototype: | inline Class toClass(QUnicodeTables::LineBreakClass lbc, QChar::Category category) | | Coverage: | 100.000% (22/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 384-406 |
| | 11 | 13 |
QUnicodeTools::getGraphemeBreaks| Name: | QUnicodeTools::getGraphemeBreaks | | Prototype: | static void getGraphemeBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 77-101 |
| | 15 | 5 |
QUnicodeTools::getLineBreaks| Name: | QUnicodeTools::getLineBreaks | | Prototype: | static void getLineBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | | Coverage: | 93.258% (83/89) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 478-591 |
| | 64 | 34 |
QUnicodeTools::getSentenceBreaks| Name: | QUnicodeTools::getSentenceBreaks | | Prototype: | static void getSentenceBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | | Coverage: | 67.500% (27/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 282-340 |
| | 35 | 17 |
QUnicodeTools::getWhiteSpaces| Name: | QUnicodeTools::getWhiteSpaces | | Prototype: | static void getWhiteSpaces(const ushort *string, quint32 len, QCharAttributes *attributes) | | Coverage: | 86.667% (13/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 594-609 |
| | 9 | 5 |
QUnicodeTools::getWordBreaks| Name: | QUnicodeTools::getWordBreaks | | Prototype: | static void getWordBreaks(const ushort *string, quint32 len, QCharAttributes *attributes) | | Coverage: | 94.286% (66/70) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 135-240 |
| | 60 | 27 |
QUnicodeTools::initCharAttributes| Name: | QUnicodeTools::initCharAttributes | | Prototype: | void initCharAttributes(const ushort *string, int length, const ScriptItem *items, int numItems, QCharAttributes *attributes, CharAttributeOptions options) | | Coverage: | 85.714% (36/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 612-670 |
| | 47 | 14 |
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 |
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 |
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::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::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::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::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::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::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::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::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::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::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::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 |