| Functionâ–ľ | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QCommandLineParser::optionNames| Name:  | QCommandLineParser::optionNames |  | Prototype:  | QStringList QCommandLineParser::optionNames() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 962-966 |  
  |  | 2 | 1 | 
 QCommandLineParser::isSet| Name:  | QCommandLineParser::isSet |  | Prototype:  | bool QCommandLineParser::isSet(const QString &name) const |  | Coverage:  | 100.000% (8/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 803-814 |  
  |  | 8 | 4 | 
 QCommandLineParser::isSet| Name:  | QCommandLineParser::isSet |  | Prototype:  | bool QCommandLineParser::isSet(const QCommandLineOption &option) const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 890-895 |  
  |  | 2 | 1 | 
 QCommandLineParser::helpText| Name:  | QCommandLineParser::helpText |  | Prototype:  | QString QCommandLineParser::helpText() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 1030-1033 |  
  |  | 1 | 1 | 
 QCommandLineParser::errorText::[lambda]| Name:  | QCommandLineParser::errorText::[lambda] |  | Prototype:  | []() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 529-529 |  
  |  | 0 | 1 | 
 QCommandLineParser::errorText| Name:  | QCommandLineParser::errorText |  | Prototype:  | QString QCommandLineParser::errorText() const |  | Coverage:  |  81.818% (9/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 522-531 |  
  |  | 6 | 5 | 
 QCommandLineParser::clearPositionalArguments| Name:  | QCommandLineParser::clearPositionalArguments |  | Prototype:  | void QCommandLineParser::clearPositionalArguments() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 489-492 |  
  |  | 1 | 1 | 
 QCommandLineParser::applicationDescription| Name:  | QCommandLineParser::applicationDescription |  | Prototype:  | QString QCommandLineParser::applicationDescription() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 452-455 |  
  |  | 1 | 1 | 
 QCommandLineParser::addVersionOption::[lambda]| Name:  | QCommandLineParser::addVersionOption::[lambda] |  | Prototype:  | []() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 410-410 |  
  |  | 0 | 1 | 
 QCommandLineParser::addVersionOption| Name:  | QCommandLineParser::addVersionOption |  | Prototype:  | QCommandLineOption QCommandLineParser::addVersionOption() |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 408-414 |  
  |  | 3 | 3 | 
 QCommandLineParser::addPositionalArgument| Name:  | QCommandLineParser::addPositionalArgument |  | Prototype:  | void QCommandLineParser::addPositionalArgument(const QString &name, const QString &description, const QString &syntax) |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 469-476 |  
  |  | 5 | 1 | 
 QCommandLineParser::addOptions| Name:  | QCommandLineParser::addOptions |  | Prototype:  | bool QCommandLineParser::addOptions(const QList<QCommandLineOption> &options) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 390-397 |  
  |  | 4 | 2 | 
 QCommandLineParser::addOption| Name:  | QCommandLineParser::addOption |  | Prototype:  | bool QCommandLineParser::addOption(const QCommandLineOption &option) |  | Coverage:  |  77.778% (7/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 357-377 |  
  |  | 11 | 5 | 
 QCommandLineParser::addHelpOption::[lambda]| Name:  | QCommandLineParser::addHelpOption::[lambda] |  | Prototype:  | []() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 435-435 |  
  |  | 0 | 1 | 
 QCommandLineParser::addHelpOption| Name:  | QCommandLineParser::addHelpOption |  | Prototype:  | QCommandLineOption QCommandLineParser::addHelpOption() |  | Coverage:  | 100.000% (3/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 428-439 |  
  |  | 7 | 3 | 
 QCommandLineParser::QCommandLineParser| Name:  | QCommandLineParser::QCommandLineParser |  | Prototype:  | QCommandLineParser::QCommandLineParser() |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineparser.cpp |  | Lines:  | 268-271 |  
  |  | 2 | 1 | 
 QCommandLineOptionPrivate::removeInvalidNames| Name:  | QCommandLineOptionPrivate::removeInvalidNames |  | Prototype:  | QStringList QCommandLineOptionPrivate::removeInvalidNames(QStringList nameList) |  | Coverage:  |  60.000% (3/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 286-294 |  
  |  | 5 | 2 | 
 QCommandLineOptionPrivate::QCommandLineOptionPrivate| Name:  | QCommandLineOptionPrivate::QCommandLineOptionPrivate |  | Prototype:  | explicit QCommandLineOptionPrivate(const QString &name) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 51-54 |  
  |  | 1 | 1 | 
 QCommandLineOptionPrivate::QCommandLineOptionPrivate| Name:  | QCommandLineOptionPrivate::QCommandLineOptionPrivate |  | Prototype:  | explicit QCommandLineOptionPrivate(const QStringList &names) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 57-60 |  
  |  | 1 | 1 | 
 QCommandLineOption::valueName| Name:  | QCommandLineOption::valueName |  | Prototype:  | QString QCommandLineOption::valueName() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 324-327 |  
  |  | 1 | 1 | 
 QCommandLineOption::setValueName| Name:  | QCommandLineOption::setValueName |  | Prototype:  | void QCommandLineOption::setValueName(const QString &valueName) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 312-315 |  
  |  | 1 | 1 | 
 QCommandLineOption::setHidden| Name:  | QCommandLineOption::setHidden |  | Prototype:  | void QCommandLineOption::setHidden(bool hide) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 406-409 |  
  |  | 1 | 1 | 
 QCommandLineOption::setDescription| Name:  | QCommandLineOption::setDescription |  | Prototype:  | void QCommandLineOption::setDescription(const QString &description) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 338-341 |  
  |  | 1 | 1 | 
 QCommandLineOption::setDefaultValues| Name:  | QCommandLineOption::setDefaultValues |  | Prototype:  | void QCommandLineOption::setDefaultValues(const QStringList &defaultValues) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 382-385 |  
  |  | 1 | 1 | 
 QCommandLineOption::setDefaultValue| Name:  | QCommandLineOption::setDefaultValue |  | Prototype:  | void QCommandLineOption::setDefaultValue(const QString &defaultValue) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 363-372 |  
  |  | 5 | 2 | 
 QCommandLineOption::operator=| Name:  | QCommandLineOption::operator= |  | Prototype:  | QCommandLineOption &QCommandLineOption::operator=(const QCommandLineOption &other) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 232-236 |  
  |  | 2 | 1 | 
 QCommandLineOption::names| Name:  | QCommandLineOption::names |  | Prototype:  | QStringList QCommandLineOption::names() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 248-251 |  
  |  | 1 | 1 | 
 QCommandLineOption::isHidden| Name:  | QCommandLineOption::isHidden |  | Prototype:  | bool QCommandLineOption::isHidden() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 418-421 |  
  |  | 1 | 1 | 
 QCommandLineOption::description| Name:  | QCommandLineOption::description |  | Prototype:  | QString QCommandLineOption::description() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 348-351 |  
  |  | 1 | 1 | 
 QCommandLineOption::defaultValues| Name:  | QCommandLineOption::defaultValues |  | Prototype:  | QStringList QCommandLineOption::defaultValues() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 392-395 |  
  |  | 1 | 1 | 
 QCommandLineOption::QCommandLineOption| Name:  | QCommandLineOption::QCommandLineOption |  | Prototype:  | QCommandLineOption::QCommandLineOption(const QString &name) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 118-121 |  
  |  | 2 | 1 | 
 QCommandLineOption::QCommandLineOption| Name:  | QCommandLineOption::QCommandLineOption |  | Prototype:  | QCommandLineOption::QCommandLineOption(const QStringList &names) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 136-139 |  
  |  | 2 | 1 | 
 QCommandLineOption::QCommandLineOption| Name:  | QCommandLineOption::QCommandLineOption |  | Prototype:  | QCommandLineOption::QCommandLineOption(const QString &name, const QString &description, const QString &valueName, const QString &defaultValue) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 164-172 |  
  |  | 3 | 1 | 
 QCommandLineOption::QCommandLineOption| Name:  | QCommandLineOption::QCommandLineOption |  | Prototype:  | QCommandLineOption::QCommandLineOption(const QStringList &names, const QString &description, const QString &valueName, const QString &defaultValue) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 200-208 |  
  |  | 3 | 1 | 
 QCommandLineOption::QCommandLineOption| Name:  | QCommandLineOption::QCommandLineOption |  | Prototype:  | QCommandLineOption::QCommandLineOption(const QCommandLineOption &other) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qcommandlineoption.cpp |  | Lines:  | 216-219 |  
  |  | 2 | 1 | 
 QComboMenuDelegate::getStyleOption| Name:  | QComboMenuDelegate::getStyleOption |  | Prototype:  | QStyleOptionMenuItem QComboMenuDelegate::getStyleOption(const QStyleOptionViewItem &option, const QModelIndex &index) const |  | Coverage:  |   0.000% (0/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 119-190 |  
  |  | 50 | 12 | 
 QComboBoxPrivateContainer::viewDestroyed| Name:  | QComboBoxPrivateContainer::viewDestroyed |  | Prototype:  | void QComboBoxPrivateContainer::viewDestroyed() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 521-525 |  
  |  | 2 | 1 | 
 QComboBoxPrivateContainer::updateTopBottomMargin| Name:  | QComboBoxPrivateContainer::updateTopBottomMargin |  | Prototype:  | void QComboBoxPrivateContainer::updateTopBottomMargin() |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 623-645 |  
  |  | 15 | 5 | 
 QComboBoxPrivateContainer::updateScrollers| Name:  | QComboBoxPrivateContainer::updateScrollers |  | Prototype:  | void QComboBoxPrivateContainer::updateScrollers() |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 486-516 |  
  |  | 19 | 6 | 
 QComboBoxPrivateContainer::topMargin| Name:  | QComboBoxPrivateContainer::topMargin |  | Prototype:  | int QComboBoxPrivateContainer::topMargin() const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 596-605 |  
  |  | 5 | 3 | 
 QComboBoxPrivateContainer::timerEvent| Name:  | QComboBoxPrivateContainer::timerEvent |  | Prototype:  | void QComboBoxPrivateContainer::timerEvent(QTimerEvent *timerEvent) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 386-396 |  
  |  | 6 | 3 | 
 QComboBoxPrivateContainer::spacing| Name:  | QComboBoxPrivateContainer::spacing |  | Prototype:  | int QComboBoxPrivateContainer::spacing() const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 610-621 |  
  |  | 7 | 3 | 
 QComboBoxPrivateContainer::showEvent| Name:  | QComboBoxPrivateContainer::showEvent |  | Prototype:  | void QComboBoxPrivateContainer::showEvent(QShowEvent *) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 729-732 |  
  |  | 1 | 1 | 
 QComboBoxPrivateContainer::setItemView| Name:  | QComboBoxPrivateContainer::setItemView |  | Prototype:  | void QComboBoxPrivateContainer::setItemView(QAbstractItemView *itemView) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 538-591 |  
  |  | 38 | 5 | 
 QComboBoxPrivateContainer::scrollItemView| Name:  | QComboBoxPrivateContainer::scrollItemView |  | Prototype:  | void QComboBoxPrivateContainer::scrollItemView(int action) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 475-481 |  
  |  | 2 | 2 | 
 QComboBoxPrivateContainer::resizeEvent| Name:  | QComboBoxPrivateContainer::resizeEvent |  | Prototype:  | void QComboBoxPrivateContainer::resizeEvent(QResizeEvent *e) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 398-412 |  
  |  | 9 | 3 | 
 QComboBoxPrivateContainer::mouseReleaseEvent| Name:  | QComboBoxPrivateContainer::mouseReleaseEvent |  | Prototype:  | void QComboBoxPrivateContainer::mouseReleaseEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 762-769 |  
  |  | 4 | 2 | 
 QComboBoxPrivateContainer::mousePressEvent| Name:  | QComboBoxPrivateContainer::mousePressEvent |  | Prototype:  | void QComboBoxPrivateContainer::mousePressEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 747-760 |  
  |  | 10 | 2 | 
 QComboBoxPrivateContainer::itemView| Name:  | QComboBoxPrivateContainer::itemView |  | Prototype:  | QAbstractItemView *QComboBoxPrivateContainer::itemView() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 530-533 |  
  |  | 1 | 1 | 
 QComboBoxPrivateContainer::hideEvent| Name:  | QComboBoxPrivateContainer::hideEvent |  | Prototype:  | void QComboBoxPrivateContainer::hideEvent(QHideEvent *) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 734-745 |  
  |  | 4 | 2 | 
 QComboBoxPrivateContainer::eventFilter| Name:  | QComboBoxPrivateContainer::eventFilter |  | Prototype:  | bool QComboBoxPrivateContainer::eventFilter(QObject *o, QEvent *e) |  | Coverage:  |   0.000% (0/63) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 660-727 |  
  |  | 41 | 18 | 
 QComboBoxPrivateContainer::comboStyleOption| Name:  | QComboBoxPrivateContainer::comboStyleOption |  | Prototype:  | QStyleOptionComboBox QComboBoxPrivateContainer::comboStyleOption() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 771-781 |  
  |  | 6 | 1 | 
 QComboBoxPrivateContainer::changeEvent| Name:  | QComboBoxPrivateContainer::changeEvent |  | Prototype:  | void QComboBoxPrivateContainer::changeEvent(QEvent *e) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 647-657 |  
  |  | 6 | 2 | 
 QComboBoxPrivateContainer::QComboBoxPrivateContainer| Name:  | QComboBoxPrivateContainer::QComboBoxPrivateContainer |  | Prototype:  | QComboBoxPrivateContainer::QComboBoxPrivateContainer(QAbstractItemView *itemView, QComboBox *parent) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 425-473 |  
  |  | 27 | 4 | 
 QComboBoxPrivate::viewContainer| Name:  | QComboBoxPrivate::viewContainer |  | Prototype:  | QComboBoxPrivateContainer* QComboBoxPrivate::viewContainer() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 990-1009 |  
  |  | 16 | 2 | 
 QComboBoxPrivate::updateViewContainerPaletteAndOpacity| Name:  | QComboBoxPrivate::updateViewContainerPaletteAndOpacity |  | Prototype:  | void QComboBoxPrivate::updateViewContainerPaletteAndOpacity() |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1100-1121 |  
  |  | 14 | 4 | 
 QComboBoxPrivate::updateLineEditGeometry| Name:  | QComboBoxPrivate::updateLineEditGeometry |  | Prototype:  | void QComboBoxPrivate::updateLineEditGeometry() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1170-1187 |  
  |  | 13 | 3 | 
 QComboBoxPrivate::updateLayoutDirection| Name:  | QComboBoxPrivate::updateLayoutDirection |  | Prototype:  | void QComboBoxPrivate::updateLayoutDirection() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 372-383 |  
  |  | 9 | 3 | 
 QComboBoxPrivate::updateHoverControl| Name:  | QComboBoxPrivate::updateHoverControl |  | Prototype:  | bool QComboBoxPrivate::updateHoverControl(const QPoint &pos) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 256-269 |  
  |  | 9 | 2 | 
 QComboBoxPrivate::updateDelegate| Name:  | QComboBoxPrivate::updateDelegate |  | Prototype:  | void QComboBoxPrivate::updateDelegate(bool force) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1705-1717 |  
  |  | 8 | 4 | 
 QComboBoxPrivate::updateArrow| Name:  | QComboBoxPrivate::updateArrow |  | Prototype:  | void QComboBoxPrivate::updateArrow(QStyle::StateFlag state) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 215-224 |  
  |  | 7 | 2 | 
 QComboBoxPrivate::showPopupFromMouseEvent| Name:  | QComboBoxPrivate::showPopupFromMouseEvent |  | Prototype:  | void QComboBoxPrivate::showPopupFromMouseEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 3058-3097 |  
  |  | 16 | 4 | 
 QComboBoxPrivate::setCurrentIndex| Name:  | QComboBoxPrivate::setCurrentIndex |  | Prototype:  | void QComboBoxPrivate::setCurrentIndex(const QModelIndex &mi) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 2104-2130 |  
  |  | 17 | 7 | 
 QComboBoxPrivate::recomputeSizeHint| Name:  | QComboBoxPrivate::recomputeSizeHint |  | Prototype:  | QSize QComboBoxPrivate::recomputeSizeHint(QSize &sh) const |  | Coverage:  |   0.000% (0/42) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 312-365 |  
  |  | 29 | 14 | 
 QComboBoxPrivate::popupGeometry| Name:  | QComboBoxPrivate::popupGeometry |  | Prototype:  | QRect QComboBoxPrivate::popupGeometry(int screen) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 246-254 |  
  |  | 6 | 2 | 
 QComboBoxPrivate::newHoverControl| Name:  | QComboBoxPrivate::newHoverControl |  | Prototype:  | QStyle::SubControl QComboBoxPrivate::newHoverControl(const QPoint &pos) |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 271-282 |  
  |  | 9 | 1 | 
 QComboBoxPrivate::modelChanged| Name:  | QComboBoxPrivate::modelChanged |  | Prototype:  | void QComboBoxPrivate::modelChanged() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 3328-3337 |  
  |  | 5 | 2 | 
 QComboBoxPrivate::matchFlags| Name:  | QComboBoxPrivate::matchFlags |  | Prototype:  | Qt::MatchFlags QComboBoxPrivate::matchFlags() const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1189-1198 |  
  |  | 4 | 2 | 
 QComboBoxPrivate::keyboardSearchString| Name:  | QComboBoxPrivate::keyboardSearchString |  | Prototype:  | void QComboBoxPrivate::keyboardSearchString(const QString &text) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 3315-3326 |  
  |  | 7 | 2 | 
 QComboBoxPrivate::itemText| Name:  | QComboBoxPrivate::itemText |  | Prototype:  | QString QComboBoxPrivate::itemText(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1325-1328 |  
  |  | 1 | 1 | 
 QComboBoxPrivate::itemRole| Name:  | QComboBoxPrivate::itemRole |  | Prototype:  | int QComboBoxPrivate::itemRole() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1330-1333 |  
  |  | 1 | 1 | 
 QComboBoxPrivate::itemIcon| Name:  | QComboBoxPrivate::itemIcon |  | Prototype:  | QIcon QComboBoxPrivate::itemIcon(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1719-1726 |  
  |  | 4 | 2 | 
 QComboBoxPrivate::init| Name:  | QComboBoxPrivate::init |  | Prototype:  | void QComboBoxPrivate::init() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 966-988 |  
  |  | 9 | 2 | 
 QComboBoxPrivate::emitActivated| Name:  | QComboBoxPrivate::emitActivated |  | Prototype:  | void QComboBoxPrivate::emitActivated(const QModelIndex &index) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1290-1298 |  
  |  | 6 | 2 | 
 QComboBoxPrivate::computeWidthHint| Name:  | QComboBoxPrivate::computeWidthHint |  | Prototype:  | int QComboBoxPrivate::computeWidthHint() const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 288-310 |  
  |  | 15 | 3 | 
 QComboBoxPrivate::adjustComboBoxSize| Name:  | QComboBoxPrivate::adjustComboBoxSize |  | Prototype:  | void QComboBoxPrivate::adjustComboBoxSize() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 367-370 |  
  |  | 1 | 1 | 
 QComboBoxPrivate::_q_updateIndexBeforeChange| Name:  | QComboBoxPrivate::_q_updateIndexBeforeChange |  | Prototype:  | void QComboBoxPrivate::_q_updateIndexBeforeChange() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1067-1070 |  
  |  | 1 | 1 | 
 QComboBoxPrivate::_q_rowsRemoved| Name:  | QComboBoxPrivate::_q_rowsRemoved |  | Prototype:  | void QComboBoxPrivate::_q_rowsRemoved(const QModelIndex &parent, int , int ) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1072-1097 |  
  |  | 16 | 6 | 
 QComboBoxPrivate::_q_rowsInserted| Name:  | QComboBoxPrivate::_q_rowsInserted |  | Prototype:  | void QComboBoxPrivate::_q_rowsInserted(const QModelIndex &parent, int start, int end) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1045-1065 |  
  |  | 12 | 5 | 
 QComboBoxPrivate::_q_returnPressed| Name:  | QComboBoxPrivate::_q_returnPressed |  | Prototype:  | void QComboBoxPrivate::_q_returnPressed() |  | Coverage:  |   0.000% (0/55) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1214-1276 |  
  |  | 40 | 20 | 
 QComboBoxPrivate::_q_resetButton| Name:  | QComboBoxPrivate::_q_resetButton |  | Prototype:  | void QComboBoxPrivate::_q_resetButton() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1012-1015 |  
  |  | 1 | 1 | 
 QComboBoxPrivate::_q_modelReset| Name:  | QComboBoxPrivate::_q_modelReset |  | Prototype:  | void QComboBoxPrivate::_q_modelReset() |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 226-237 |  
  |  | 8 | 3 | 
 QComboBoxPrivate::_q_modelDestroyed| Name:  | QComboBoxPrivate::_q_modelDestroyed |  | Prototype:  | void QComboBoxPrivate::_q_modelDestroyed() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 239-242 |  
  |  | 1 | 1 | 
 QComboBoxPrivate::_q_itemSelected| Name:  | QComboBoxPrivate::_q_itemSelected |  | Prototype:  | void QComboBoxPrivate::_q_itemSelected(const QModelIndex &item) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1278-1288 |  
  |  | 7 | 3 | 
 QComboBoxPrivate::_q_emitHighlighted| Name:  | QComboBoxPrivate::_q_emitHighlighted |  | Prototype:  | void QComboBoxPrivate::_q_emitHighlighted(const QModelIndex &index) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1300-1308 |  
  |  | 6 | 2 | 
 QComboBoxPrivate::_q_emitCurrentIndexChanged| Name:  | QComboBoxPrivate::_q_emitCurrentIndexChanged |  | Prototype:  | void QComboBoxPrivate::_q_emitCurrentIndexChanged(const QModelIndex &index) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1310-1323 |  
  |  | 8 | 2 | 
 QComboBoxPrivate::_q_editingFinished| Name:  | QComboBoxPrivate::_q_editingFinished |  | Prototype:  | void QComboBoxPrivate::_q_editingFinished() |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1201-1212 |  
  |  | 6 | 3 | 
 QComboBoxPrivate::_q_dataChanged| Name:  | QComboBoxPrivate::_q_dataChanged |  | Prototype:  | void QComboBoxPrivate::_q_dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1017-1043 |  
  |  | 16 | 5 | 
 QComboBoxPrivate::_q_completerActivated| Name:  | QComboBoxPrivate::_q_completerActivated |  | Prototype:  | void QComboBoxPrivate::_q_completerActivated(const QModelIndex &index) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 193-212 |  
  |  | 6 | 3 | 
 QComboBoxPrivate::QComboBoxPrivate| Name:  | QComboBoxPrivate::QComboBoxPrivate |  | Prototype:  | QComboBoxPrivate::QComboBoxPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 83-110 |  
  |  | 2 | 1 | 
 QComboBox::~QComboBox| Name:  | QComboBox::~QComboBox |  | Prototype:  | QComboBox::~QComboBox() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1338-1349 |  
  |  | 3 | 1 | 
 QComboBox::wheelEvent| Name:  | QComboBox::wheelEvent |  | Prototype:  | void QComboBox::wheelEvent(QWheelEvent *e) |  | Coverage:  |   0.000% (0/27) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 3269-3296 |  
  |  | 16 | 7 | 
 QComboBox::view| Name:  | QComboBox::view |  | Prototype:  | QAbstractItemView *QComboBox::view() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 2393-2397 |  
  |  | 2 | 1 | 
 QComboBox::validator| Name:  | QComboBox::validator |  | Prototype:  | const QValidator *QComboBox::validator() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1860-1864 |  
  |  | 2 | 1 | 
 QComboBox::sizeHint| Name:  | QComboBox::sizeHint |  | Prototype:  | QSize QComboBox::sizeHint() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 2437-2441 |  
  |  | 2 | 1 | 
 QComboBox::sizeAdjustPolicy| Name:  | QComboBox::sizeAdjustPolicy |  | Prototype:  | QComboBox::SizeAdjustPolicy QComboBox::sizeAdjustPolicy() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1597-1601 |  
  |  | 2 | 1 | 
 QComboBox::showPopup| Name:  | QComboBox::showPopup |  | Prototype:  | void QComboBox::showPopup() |  | Coverage:  |   0.000% (0/104) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 2548-2767 |  
  |  | 118 | 27 | 
 QComboBox::showEvent| Name:  | QComboBox::showEvent |  | Prototype:  | void QComboBox::showEvent(QShowEvent *e) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 2989-2998 |  
  |  | 6 | 2 | 
 QComboBox::setView| Name:  | QComboBox::setView |  | Prototype:  | void QComboBox::setView(QAbstractItemView *itemView) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 2408-2419 |  
  |  | 7 | 3 | 
 QComboBox::setValidator| Name:  | QComboBox::setValidator |  | Prototype:  | void QComboBox::setValidator(const QValidator *v) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qcombobox.cpp |  | Lines:  | 1847-1852 |  
  |  | 3 | 2 |