Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
setVisibleName: | QActionGroup::setVisible | Prototype: | void QActionGroup::setVisible(bool b) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 337-347 |
| | 6 | 3 |
setExclusiveName: | QActionGroup::setExclusive | Prototype: | void QActionGroup::setExclusive(bool b) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 271-275 |
| | 2 | 1 |
setEnabledName: | QActionGroup::setEnabled | Prototype: | void QActionGroup::setEnabled(bool b) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 300-310 |
| | 6 | 3 |
removeActionName: | QActionGroup::removeAction | Prototype: | void QActionGroup::removeAction(QAction *action) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 238-249 |
| | 8 | 3 |
isVisibleName: | QActionGroup::isVisible | Prototype: | bool QActionGroup::isVisible() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 349-353 |
| | 2 | 1 |
isExclusiveName: | QActionGroup::isExclusive | Prototype: | bool QActionGroup::isExclusive() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 277-281 |
| | 2 | 1 |
isEnabledName: | QActionGroup::isEnabled | Prototype: | bool QActionGroup::isEnabled() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 312-316 |
| | 2 | 1 |
checkedActionName: | QActionGroup::checkedAction | Prototype: | QAction *QActionGroup::checkedAction() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 322-326 |
| | 2 | 1 |
addActionName: | QActionGroup::addAction | Prototype: | QAction *QActionGroup::addAction(QAction* a) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 175-202 |
| | 21 | 7 |
addActionName: | QActionGroup::addAction | Prototype: | QAction *QActionGroup::addAction(const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 213-216 |
| | 1 | 1 |
addActionName: | QActionGroup::addAction | Prototype: | QAction *QActionGroup::addAction(const QIcon &icon, const QString &text) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 227-230 |
| | 1 | 1 |
actionsName: | QActionGroup::actions | Prototype: | QList<QAction*> QActionGroup::actions() const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 254-258 |
| | 2 | 1 |
QActionGroupName: | QActionGroup::QActionGroup | Prototype: | QActionGroup::QActionGroup(QObject* parent) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qactiongroup.cpp | Lines: | 154-156 |
| | 2 | 1 |