| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QCheckBox| Name: | QCheckBox::QCheckBox | | Prototype: | QCheckBox::QCheckBox(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 190-195 |
| | 2 | 1 |
QCheckBox| Name: | QCheckBox::QCheckBox | | Prototype: | QCheckBox::QCheckBox(const QString &text, QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 203-209 |
| | 3 | 1 |
checkState| Name: | QCheckBox::checkState | | Prototype: | Qt::CheckState QCheckBox::checkState() const | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 237-243 |
| | 4 | 2 |
checkStateSet| Name: | QCheckBox::checkStateSet | | Prototype: | void QCheckBox::checkStateSet() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 347-356 |
| | 6 | 2 |
event| Name: | QCheckBox::event | | Prototype: | bool QCheckBox::event(QEvent *e) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 375-385 |
| | 4 | 2 |
hitButton| Name: | QCheckBox::hitButton | | Prototype: | bool QCheckBox::hitButton(const QPoint &pos) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 337-342 |
| | 3 | 1 |
initStyleOption| Name: | QCheckBox::initStyleOption | | Prototype: | void QCheckBox::initStyleOption(QStyleOptionButton *option) const | | Coverage: | 0.000% (0/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 161-182 |
| | 16 | 6 |
isTristate| Name: | QCheckBox::isTristate | | Prototype: | bool QCheckBox::isTristate() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 224-228 |
| | 2 | 1 |
minimumSizeHint| Name: | QCheckBox::minimumSizeHint | | Prototype: | QSize QCheckBox::minimumSizeHint() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 297-300 |
| | 1 | 1 |
mouseMoveEvent| Name: | QCheckBox::mouseMoveEvent | | Prototype: | void QCheckBox::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 316-331 |
| | 9 | 4 |
nextCheckState| Name: | QCheckBox::nextCheckState | | Prototype: | void QCheckBox::nextCheckState() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 361-370 |
| | 5 | 2 |
paintEvent| Name: | QCheckBox::paintEvent | | Prototype: | void QCheckBox::paintEvent(QPaintEvent *) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 305-311 |
| | 4 | 1 |
setCheckState| Name: | QCheckBox::setCheckState | | Prototype: | void QCheckBox::setCheckState(Qt::CheckState state) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 252-269 |
| | 12 | 3 |
setTristate| Name: | QCheckBox::setTristate | | Prototype: | void QCheckBox::setTristate(bool y) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 218-222 |
| | 2 | 1 |
sizeHint| Name: | QCheckBox::sizeHint | | Prototype: | QSize QCheckBox::sizeHint() const | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcheckbox.cpp | | Lines: | 275-291 |
| | 14 | 3 |