Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QJsonObject::compactName: | 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::QJsonObjectName: | 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::~QJsonDocumentName: | 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::toBinaryDataName: | 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::rawDataName: | 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::isObjectName: | 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::isEmptyName: | 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::isArrayName: | 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::QJsonDocumentName: | 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::~QJsonArrayName: | 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::takeAtName: | 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::sizeName: | 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::isEmptyName: | 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::fromStringListName: | 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::compactName: | 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::atName: | 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::QJsonArrayName: | 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::intersectedName: | 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::setModelName: | 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::selectionName: | 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::hasSelectionName: | 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::clearSelectionName: | 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::clearCurrentIndexName: | 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::valuePropertyNameName: | 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::defaultFactoryName: | 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::createEditorName: | 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::updateEditorGeometryName: | 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::sizeHintName: | 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::drawFocusName: | 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::doCheckName: | 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::produceIntersectionsName: | 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::unregisterCallbackName: | 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::registerCallbackName: | 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::~QInt64SetName: | 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::clearName: | 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::QInt64SetName: | 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::objectAcceptsInputMethodName: | 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::showName: | 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::setInputItemTransformName: | 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::resetName: | 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::localeName: | 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::keyboardRectangleName: | 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::isVisibleName: | 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::isAnimatingName: | 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::invokeActionName: | 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::inputDirectionName: | 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::hideName: | 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::commitName: | 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::keyPressEventName: | 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::setListViewTextName: | 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::listViewTextName: | 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::ensurePlainTextEditName: | 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::ensureListViewName: | 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::ensureLineEditName: | 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::ensureIntSpinBoxName: | 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::ensureEnabledConnectionName: | 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::ensureDoubleSpinBoxName: | 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::ensureComboBoxName: | 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_textChangedName: | 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_plainTextEditTextChangedName: | 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::keyPressEventName: | 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::textEchoModeName: | 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::setOptionName: | 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::setLabelTextName: | 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::setComboBoxItemsName: | 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::setComboBoxEditableName: | 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::isComboBoxEditableName: | 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::intValueName: | 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::intStepName: | 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::intMinimumName: | 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::intMaximumName: | 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::doubleValueName: | 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::doubleMinimumName: | 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::doubleMaximumName: | 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::doubleDecimalsName: | 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::setDeviceCountName: | 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::~QInotifyFileSystemWatcherEngineName: | 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::~QImageWriterName: | 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::supportsOptionName: | 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::supportedSubTypesName: | 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::setTextName: | 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::setDeviceName: | 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::qimageFreeScaleInfoName: | 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::~QImageReaderPrivateName: | 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::transformationName: | 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::supportsOptionName: | 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::supportedMimeTypesName: | 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::supportedImageFormatsName: | 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::setGammaName: | 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::setDeviceName: | 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::nextImageDelayName: | 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::loopCountName: | 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::jumpToNextImageName: | 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::jumpToImageName: | 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::imageFormatName: | 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::imageCountName: | 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::gammaName: | 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::errorStringName: | 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::currentImageRectName: | 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::currentImageNumberName: | 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 |