| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QJsonObject::compact| Name: | QJsonObject::compact | | Prototype: | void QJsonObject::compact() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 1229-1237 |
| | 5 | 2 |
QJsonObject::QJsonObject| Name: | QJsonObject::QJsonObject | | Prototype: | QJsonObject::QJsonObject(const QJsonObject &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | | Lines: | 171-177 |
| | 4 | 2 |
QJsonDocument::~QJsonDocument| Name: | QJsonDocument::~QJsonDocument | | Prototype: | QJsonDocument::~QJsonDocument() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 123-127 |
| | 2 | 2 |
QJsonDocument::toBinaryData| Name: | QJsonDocument::toBinaryData | | Prototype: | QByteArray QJsonDocument::toBinaryData() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 397-403 |
| | 3 | 2 |
QJsonDocument::rawData| Name: | QJsonDocument::rawData | | Prototype: | const char *QJsonDocument::rawData(int *size) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 209-217 |
| | 5 | 2 |
QJsonDocument::isObject| Name: | QJsonDocument::isObject | | Prototype: | bool QJsonDocument::isObject() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 424-431 |
| | 4 | 2 |
QJsonDocument::isEmpty| Name: | QJsonDocument::isEmpty | | Prototype: | bool QJsonDocument::isEmpty() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 377-383 |
| | 3 | 2 |
QJsonDocument::isArray| Name: | QJsonDocument::isArray | | Prototype: | bool QJsonDocument::isArray() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 410-417 |
| | 4 | 2 |
QJsonDocument::QJsonDocument| Name: | QJsonDocument::QJsonDocument | | Prototype: | QJsonDocument::QJsonDocument(const QJsonDocument &other) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | | Lines: | 132-137 |
| | 3 | 2 |
QJsonArray::~QJsonArray| Name: | QJsonArray::~QJsonArray | | Prototype: | QJsonArray::~QJsonArray() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 178-182 |
| | 2 | 2 |
QJsonArray::takeAt| Name: | QJsonArray::takeAt | | Prototype: | QJsonValue QJsonArray::takeAt(int i) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 463-471 |
| | 5 | 2 |
QJsonArray::size| Name: | QJsonArray::size | | Prototype: | int QJsonArray::size() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 328-334 |
| | 3 | 2 |
QJsonArray::isEmpty| Name: | QJsonArray::isEmpty | | Prototype: | bool QJsonArray::isEmpty() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 349-355 |
| | 3 | 2 |
QJsonArray::fromStringList| Name: | QJsonArray::fromStringList | | Prototype: | QJsonArray QJsonArray::fromStringList(const QStringList &list) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 247-253 |
| | 4 | 2 |
QJsonArray::compact| Name: | QJsonArray::compact | | Prototype: | void QJsonArray::compact() | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 1208-1216 |
| | 5 | 2 |
QJsonArray::at| Name: | QJsonArray::at | | Prototype: | QJsonValue QJsonArray::at(int i) const | | Coverage: | 75.000% (6/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 363-369 |
| | 3 | 2 |
QJsonArray::QJsonArray| Name: | QJsonArray::QJsonArray | | Prototype: | QJsonArray::QJsonArray(const QJsonArray &other) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | | Lines: | 190-196 |
| | 4 | 2 |
QItemSelectionRange::intersected| Name: | QItemSelectionRange::intersected | | Prototype: | QItemSelectionRange QItemSelectionRange::intersected(const QItemSelectionRange &other) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 246-258 |
| | 9 | 2 |
QItemSelectionModel::setModel| Name: | QItemSelectionModel::setModel | | Prototype: | void QItemSelectionModel::setModel(QAbstractItemModel *model) | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1787-1795 |
| | 5 | 2 |
QItemSelectionModel::selection| Name: | QItemSelectionModel::selection | | Prototype: | const QItemSelection QItemSelectionModel::selection() const | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1715-1730 |
| | 8 | 2 |
QItemSelectionModel::hasSelection| Name: | QItemSelectionModel::hasSelection | | Prototype: | bool QItemSelectionModel::hasSelection() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1624-1634 |
| | 6 | 2 |
QItemSelectionModel::clearSelection| Name: | QItemSelectionModel::clearSelection | | Prototype: | void QItemSelectionModel::clearSelection() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1338-1345 |
| | 4 | 2 |
QItemSelectionModel::clearCurrentIndex| Name: | QItemSelectionModel::clearCurrentIndex | | Prototype: | void QItemSelectionModel::clearCurrentIndex() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | | Lines: | 1313-1323 |
| | 7 | 2 |
QItemEditorFactory::valuePropertyName| Name: | QItemEditorFactory::valuePropertyName | | Prototype: | QByteArray QItemEditorFactory::valuePropertyName(int userType) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 176-184 |
| | 5 | 2 |
QItemEditorFactory::defaultFactory| Name: | QItemEditorFactory::defaultFactory | | Prototype: | const QItemEditorFactory *QItemEditorFactory::defaultFactory() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 331-337 |
| | 3 | 2 |
QItemEditorFactory::createEditor| Name: | QItemEditorFactory::createEditor | | Prototype: | QWidget *QItemEditorFactory::createEditor(int userType, QWidget *parent) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | | Lines: | 163-171 |
| | 5 | 2 |
QItemDelegate::updateEditorGeometry| Name: | QItemDelegate::updateEditorGeometry | | Prototype: | void QItemDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 548-564 |
| | 12 | 2 |
QItemDelegate::sizeHint| Name: | QItemDelegate::sizeHint | | Prototype: | QSize QItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 445-458 |
| | 8 | 2 |
QItemDelegate::drawFocus| Name: | QItemDelegate::drawFocus | | Prototype: | void QItemDelegate::drawFocus(QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 708-727 |
| | 15 | 2 |
QItemDelegate::doCheck| Name: | QItemDelegate::doCheck | | Prototype: | QRect QItemDelegate::doCheck(const QStyleOptionViewItem &option, const QRect &bounding, const QVariant &value) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | | Lines: | 1046-1059 |
| | 9 | 2 |
QIntersectionFinder::produceIntersections| Name: | QIntersectionFinder::produceIntersections | | Prototype: | void QIntersectionFinder::produceIntersections(QPathSegments &segments) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 585-591 |
| | 3 | 2 |
QInternal::unregisterCallback| Name: | QInternal::unregisterCallback | | Prototype: | bool QInternal::unregisterCallback(Callback cb, qInternalCallback callback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 4021-4028 |
| | 4 | 2 |
QInternal::registerCallback| Name: | QInternal::registerCallback | | Prototype: | bool QInternal::registerCallback(Callback cb, qInternalCallback callback) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | | Lines: | 4010-4019 |
| | 6 | 2 |
QInt64Set::~QInt64Set| Name: | QInt64Set::~QInt64Set | | Prototype: | inline ~QInt64Set() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 478-478 |
| | 1 | 2 |
QInt64Set::clear| Name: | QInt64Set::clear | | Prototype: | inline void QInt64Set::clear() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 566-572 |
| | 4 | 2 |
QInt64Set::QInt64Set| Name: | QInt64Set::QInt64Set | | Prototype: | inline QInt64Set::QInt64Set(int capacity) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 495-503 |
| | 5 | 2 |
QInputMethodPrivate::objectAcceptsInputMethod| Name: | QInputMethodPrivate::objectAcceptsInputMethod | | Prototype: | bool QInputMethodPrivate::objectAcceptsInputMethod(QObject *object) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 393-403 |
| | 6 | 2 |
QInputMethod::show| Name: | QInputMethod::show | | Prototype: | void QInputMethod::show() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 206-212 |
| | 4 | 2 |
QInputMethod::setInputItemTransform| Name: | QInputMethod::setInputItemTransform | | Prototype: | void QInputMethod::setInputItemTransform(const QTransform &transform) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 92-101 |
| | 6 | 2 |
QInputMethod::reset| Name: | QInputMethod::reset | | Prototype: | void QInputMethod::reset() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 345-351 |
| | 4 | 2 |
QInputMethod::locale| Name: | QInputMethod::locale | | Prototype: | QLocale QInputMethod::locale() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 282-289 |
| | 5 | 2 |
QInputMethod::keyboardRectangle| Name: | QInputMethod::keyboardRectangle | | Prototype: | QRectF QInputMethod::keyboardRectangle() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 176-183 |
| | 5 | 2 |
QInputMethod::isVisible| Name: | QInputMethod::isVisible | | Prototype: | bool QInputMethod::isVisible() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 238-245 |
| | 5 | 2 |
QInputMethod::isAnimating| Name: | QInputMethod::isAnimating | | Prototype: | bool QInputMethod::isAnimating() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 269-276 |
| | 5 | 2 |
QInputMethod::invokeAction| Name: | QInputMethod::invokeAction | | Prototype: | void QInputMethod::invokeAction(Action a, int cursorPosition) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 385-391 |
| | 4 | 2 |
QInputMethod::inputDirection| Name: | QInputMethod::inputDirection | | Prototype: | Qt::LayoutDirection QInputMethod::inputDirection() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 295-302 |
| | 5 | 2 |
QInputMethod::hide| Name: | QInputMethod::hide | | Prototype: | void QInputMethod::hide() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 221-227 |
| | 4 | 2 |
QInputMethod::commit| Name: | QInputMethod::commit | | Prototype: | void QInputMethod::commit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | | Lines: | 361-367 |
| | 4 | 2 |
QInputDialogSpinBox::keyPressEvent| Name: | QInputDialogSpinBox::keyPressEvent | | Prototype: | void keyPressEvent(QKeyEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 120-129 |
| | 4 | 2 |
QInputDialogPrivate::setListViewText| Name: | QInputDialogPrivate::setListViewText | | Prototype: | void QInputDialogPrivate::setListViewText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 425-433 |
| | 5 | 2 |
QInputDialogPrivate::listViewText| Name: | QInputDialogPrivate::listViewText | | Prototype: | QString QInputDialogPrivate::listViewText() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 435-443 |
| | 4 | 2 |
QInputDialogPrivate::ensurePlainTextEdit| Name: | QInputDialogPrivate::ensurePlainTextEdit | | Prototype: | void QInputDialogPrivate::ensurePlainTextEdit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 267-280 |
| | 8 | 2 |
QInputDialogPrivate::ensureListView| Name: | QInputDialogPrivate::ensureListView | | Prototype: | void QInputDialogPrivate::ensureListView() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 298-314 |
| | 12 | 2 |
QInputDialogPrivate::ensureLineEdit| Name: | QInputDialogPrivate::ensureLineEdit | | Prototype: | void QInputDialogPrivate::ensureLineEdit() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 253-265 |
| | 7 | 2 |
QInputDialogPrivate::ensureIntSpinBox| Name: | QInputDialogPrivate::ensureIntSpinBox | | Prototype: | void QInputDialogPrivate::ensureIntSpinBox() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 316-325 |
| | 6 | 2 |
QInputDialogPrivate::ensureEnabledConnection| Name: | QInputDialogPrivate::ensureEnabledConnection | | Prototype: | void QInputDialogPrivate::ensureEnabledConnection(QAbstractSpinBox *spinBox) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 338-344 |
| | 3 | 2 |
QInputDialogPrivate::ensureDoubleSpinBox| Name: | QInputDialogPrivate::ensureDoubleSpinBox | | Prototype: | void QInputDialogPrivate::ensureDoubleSpinBox() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 327-336 |
| | 6 | 2 |
QInputDialogPrivate::ensureComboBox| Name: | QInputDialogPrivate::ensureComboBox | | Prototype: | void QInputDialogPrivate::ensureComboBox() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 282-296 |
| | 9 | 2 |
QInputDialogPrivate::_q_textChanged| Name: | QInputDialogPrivate::_q_textChanged | | Prototype: | void QInputDialogPrivate::_q_textChanged(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 445-452 |
| | 4 | 2 |
QInputDialogPrivate::_q_plainTextEditTextChanged| Name: | QInputDialogPrivate::_q_plainTextEditTextChanged | | Prototype: | void QInputDialogPrivate::_q_plainTextEditTextChanged() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 454-462 |
| | 5 | 2 |
QInputDialogDoubleSpinBox::keyPressEvent| Name: | QInputDialogDoubleSpinBox::keyPressEvent | | Prototype: | void keyPressEvent(QKeyEvent *event) override | | Coverage: | 0.000% (0/9) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 155-164 |
| | 4 | 2 |
QInputDialog::textEchoMode| Name: | QInputDialog::textEchoMode | | Prototype: | QLineEdit::EchoMode QInputDialog::textEchoMode() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 736-744 |
| | 4 | 2 |
QInputDialog::setOption| Name: | QInputDialog::setOption | | Prototype: | void QInputDialog::setOption(InputDialogOption option, bool on) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 634-639 |
| | 3 | 2 |
QInputDialog::setLabelText| Name: | QInputDialog::setLabelText | | Prototype: | void QInputDialog::setLabelText(const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 594-602 |
| | 4 | 2 |
QInputDialog::setComboBoxItems| Name: | QInputDialog::setComboBoxItems | | Prototype: | void QInputDialog::setComboBoxItems(const QStringList &items) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 779-792 |
| | 7 | 2 |
QInputDialog::setComboBoxEditable| Name: | QInputDialog::setComboBoxEditable | | Prototype: | void QInputDialog::setComboBoxEditable(bool editable) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 753-760 |
| | 5 | 2 |
QInputDialog::isComboBoxEditable| Name: | QInputDialog::isComboBoxEditable | | Prototype: | bool QInputDialog::isComboBoxEditable() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 762-770 |
| | 4 | 2 |
QInputDialog::intValue| Name: | QInputDialog::intValue | | Prototype: | int QInputDialog::intValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 822-830 |
| | 4 | 2 |
QInputDialog::intStep| Name: | QInputDialog::intStep | | Prototype: | int QInputDialog::intStep() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 909-917 |
| | 4 | 2 |
QInputDialog::intMinimum| Name: | QInputDialog::intMinimum | | Prototype: | int QInputDialog::intMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 847-855 |
| | 4 | 2 |
QInputDialog::intMaximum| Name: | QInputDialog::intMaximum | | Prototype: | int QInputDialog::intMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 872-880 |
| | 4 | 2 |
QInputDialog::doubleValue| Name: | QInputDialog::doubleValue | | Prototype: | double QInputDialog::doubleValue() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 934-942 |
| | 4 | 2 |
QInputDialog::doubleMinimum| Name: | QInputDialog::doubleMinimum | | Prototype: | double QInputDialog::doubleMinimum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 959-967 |
| | 4 | 2 |
QInputDialog::doubleMaximum| Name: | QInputDialog::doubleMaximum | | Prototype: | double QInputDialog::doubleMaximum() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 984-992 |
| | 4 | 2 |
QInputDialog::doubleDecimals| Name: | QInputDialog::doubleDecimals | | Prototype: | int QInputDialog::doubleDecimals() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | | Lines: | 1022-1030 |
| | 4 | 2 |
QInputDeviceManagerPrivate::setDeviceCount| Name: | QInputDeviceManagerPrivate::setDeviceCount | | Prototype: | void QInputDeviceManagerPrivate::setDeviceCount(QInputDeviceManager::DeviceType type, int count) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputdevicemanager.cpp | | Lines: | 81-88 |
| | 4 | 2 |
QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine| Name: | QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine | | Prototype: | QInotifyFileSystemWatcherEngine::~QInotifyFileSystemWatcherEngine() | | Coverage: | 100.000% (2/2) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | | Lines: | 252-259 |
| | 4 | 2 |
QImageWriter::~QImageWriter| Name: | QImageWriter::~QImageWriter | | Prototype: | QImageWriter::~QImageWriter() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 354-360 |
| | 4 | 2 |
QImageWriter::supportsOption| Name: | QImageWriter::supportsOption | | Prototype: | bool QImageWriter::supportsOption(QImageIOHandler::ImageOption option) const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 813-822 |
| | 5 | 2 |
QImageWriter::supportedSubTypes| Name: | QImageWriter::supportedSubTypes | | Prototype: | QList<QByteArray> QImageWriter::supportedSubTypes() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 563-568 |
| | 3 | 2 |
QImageWriter::setText| Name: | QImageWriter::setText | | Prototype: | void QImageWriter::setText(const QString &key, const QString &text) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 707-712 |
| | 3 | 2 |
QImageWriter::setDevice| Name: | QImageWriter::setDevice | | Prototype: | void QImageWriter::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | | Lines: | 401-410 |
| | 6 | 2 |
QImageScale::qimageFreeScaleInfo| Name: | QImageScale::qimageFreeScaleInfo | | Prototype: | QImageScaleInfo* QImageScale::qimageFreeScaleInfo(QImageScaleInfo *isi) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 217-227 |
| | 7 | 2 |
QImageReaderPrivate::~QImageReaderPrivate| Name: | QImageReaderPrivate::~QImageReaderPrivate | | Prototype: | QImageReaderPrivate::~QImageReaderPrivate() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 574-579 |
| | 3 | 2 |
QImageReader::transformation| Name: | QImageReader::transformation | | Prototype: | QImageIOHandler::Transformations QImageReader::transformation() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1166-1172 |
| | 4 | 2 |
QImageReader::supportsOption| Name: | QImageReader::supportsOption | | Prototype: | bool QImageReader::supportsOption(QImageIOHandler::ImageOption option) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1553-1558 |
| | 3 | 2 |
QImageReader::supportedMimeTypes| Name: | QImageReader::supportedMimeTypes | | Prototype: | QList<QByteArray> QImageReader::supportedMimeTypes() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1654-1668 |
| | 8 | 2 |
QImageReader::supportedImageFormats| Name: | QImageReader::supportedImageFormats | | Prototype: | QList<QByteArray> QImageReader::supportedImageFormats() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1629-1643 |
| | 8 | 2 |
QImageReader::setGamma| Name: | QImageReader::setGamma | | Prototype: | void QImageReader::setGamma(float gamma) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1223-1227 |
| | 2 | 2 |
QImageReader::setDevice| Name: | QImageReader::setDevice | | Prototype: | void QImageReader::setDevice(QIODevice *device) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 837-846 |
| | 7 | 2 |
QImageReader::nextImageDelay| Name: | QImageReader::nextImageDelay | | Prototype: | int QImageReader::nextImageDelay() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1478-1483 |
| | 3 | 2 |
QImageReader::loopCount| Name: | QImageReader::loopCount | | Prototype: | int QImageReader::loopCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1446-1451 |
| | 3 | 2 |
QImageReader::jumpToNextImage| Name: | QImageReader::jumpToNextImage | | Prototype: | bool QImageReader::jumpToNextImage() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1415-1420 |
| | 3 | 2 |
QImageReader::jumpToImage| Name: | QImageReader::jumpToImage | | Prototype: | bool QImageReader::jumpToImage(int imageNumber) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1431-1436 |
| | 3 | 2 |
QImageReader::imageFormat| Name: | QImageReader::imageFormat | | Prototype: | QByteArray QImageReader::imageFormat(const QString &fileName) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1564-1571 |
| | 4 | 2 |
QImageReader::imageCount| Name: | QImageReader::imageCount | | Prototype: | int QImageReader::imageCount() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1462-1467 |
| | 3 | 2 |
QImageReader::gamma| Name: | QImageReader::gamma | | Prototype: | float QImageReader::gamma() const | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1238-1243 |
| | 3 | 2 |
QImageReader::errorString| Name: | QImageReader::errorString | | Prototype: | QString QImageReader::errorString() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1530-1535 |
| | 3 | 2 |
QImageReader::currentImageRect| Name: | QImageReader::currentImageRect | | Prototype: | QRect QImageReader::currentImageRect() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1507-1512 |
| | 3 | 2 |
QImageReader::currentImageNumber| Name: | QImageReader::currentImageNumber | | Prototype: | int QImageReader::currentImageNumber() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | | Lines: | 1494-1499 |
| | 3 | 2 |