Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUndoCommandName: | QUndoCommand::QUndoCommand | Prototype: | QUndoCommand::QUndoCommand(const QString &text, QUndoCommand *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 106-112 |
| | 4 | 2 |
QUndoCommandName: | QUndoCommand::QUndoCommand | Prototype: | QUndoCommand::QUndoCommand(QUndoCommand *parent) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 124-129 |
| | 3 | 2 |
actionTextName: | QUndoCommand::actionText | Prototype: | QString QUndoCommand::actionText() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 249-252 |
| | 1 | 1 |
childName: | QUndoCommand::child | Prototype: | const QUndoCommand *QUndoCommand::child(int index) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 302-307 |
| | 3 | 2 |
childCountName: | QUndoCommand::childCount | Prototype: | int QUndoCommand::childCount() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 289-292 |
| | 1 | 1 |
idName: | QUndoCommand::id | Prototype: | int QUndoCommand::id() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 158-161 |
| | 1 | 1 |
mergeWithName: | QUndoCommand::mergeWith | Prototype: | bool QUndoCommand::mergeWith(const QUndoCommand *command) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 182-186 |
| | 2 | 1 |
redoName: | QUndoCommand::redo | Prototype: | void QUndoCommand::redo() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 199-203 |
| | 2 | 2 |
setTextName: | QUndoCommand::setText | Prototype: | void QUndoCommand::setText(const QString &text) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 269-279 |
| | 6 | 2 |
textName: | QUndoCommand::text | Prototype: | QString QUndoCommand::text() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 232-235 |
| | 1 | 1 |
undoName: | QUndoCommand::undo | Prototype: | void QUndoCommand::undo() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 217-221 |
| | 2 | 2 |
~QUndoCommandName: | QUndoCommand::~QUndoCommand | Prototype: | QUndoCommand::~QUndoCommand() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qundostack.cpp | Lines: | 137-141 |
| | 2 | 1 |