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 |
QUnhandledException::cloneName: | 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::raiseName: | 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::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::convertCaseName: | 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::detachAndConvertCaseName: | 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::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::lineBreakClassName: | 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::propertiesName: | 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::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::qGetPropName: | 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::qGetPropName: | 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::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 |
QUnicodeTools::LB::NS::toClassName: | 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::getGraphemeBreaksName: | 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::getLineBreaksName: | 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::getSentenceBreaksName: | 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::getWhiteSpacesName: | 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::getWordBreaksName: | 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::initCharAttributesName: | 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::initScriptsName: | 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::QUnifiedTimerName: | 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::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::closestPausedAnimationTimerTimeToFinishName: | 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::elapsedName: | 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::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::instanceName: | 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::instanceName: | 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::localRestartName: | 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::maybeUpdateAnimationsToCurrentTimeName: | 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::pauseAnimationTimerName: | 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::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::restartName: | 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::resumeAnimationTimerName: | 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::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 |