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: | 112-118 |
| | 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: | 130-135 |
| | 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: | 255-258 |
| | 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: | 308-313 |
| | 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: | 295-298 |
| | 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: | 164-167 |
| | 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: | 188-192 |
| | 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: | 205-209 |
| | 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: | 275-285 |
| | 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: | 238-241 |
| | 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: | 223-227 |
| | 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: | 143-147 |
| | 2 | 1 |