| Functionâ–´ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QUndoCommand| Name: | 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 |
QUndoCommand| Name: | 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 |
actionText| Name: | 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 |
child| Name: | 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 |
childCount| Name: | 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 |
id| Name: | 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 |
mergeWith| Name: | 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 |
redo| Name: | 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 |
setText| Name: | 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 |
text| Name: | 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 |
undo| Name: | 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 |
~QUndoCommand| Name: | 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 |