Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ |
QJsonValue::detachName: | QJsonValue::detach | Prototype: | void QJsonValue::detach() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 647-658 |
| | 8 | 3 |
QJsonValue::QJsonValueName: | QJsonValue::QJsonValue | Prototype: | QJsonValue::QJsonValue(const QJsonValue &other) | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | Lines: | 255-265 |
| | 7 | 3 |
QJsonPrivate::Data::validName: | QJsonPrivate::Data::valid | Prototype: | bool Data::valid() const | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjson.cpp | Lines: | 126-140 |
| | 9 | 3 |
QJsonObject::valueName: | QJsonObject::value | Prototype: | QJsonValue QJsonObject::value(const QString &key) const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 358-368 |
| | 7 | 3 |
QJsonObject::toVariantMapName: | QJsonObject::toVariantMap | Prototype: | QVariantMap QJsonObject::toVariantMap() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 258-268 |
| | 6 | 3 |
QJsonObject::toVariantHashName: | QJsonObject::toVariantHash | Prototype: | QVariantHash QJsonObject::toVariantHash() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 297-307 |
| | 6 | 3 |
QJsonObject::keysName: | QJsonObject::keys | Prototype: | QStringList QJsonObject::keys() const | Coverage: | 85.714% (6/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 314-325 |
| | 7 | 3 |
QJsonObject::eraseName: | QJsonObject::erase | Prototype: | QJsonObject::iterator QJsonObject::erase(QJsonObject::iterator it) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonobject.cpp | Lines: | 571-586 |
| | 9 | 3 |
QJsonDocument::toVariantName: | QJsonDocument::toVariant | Prototype: | QVariant QJsonDocument::toVariant() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 285-294 |
| | 5 | 3 |
QJsonDocument::toJsonName: | QJsonDocument::toJson | Prototype: | QByteArray QJsonDocument::toJson(JsonFormat format) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 339-352 |
| | 7 | 3 |
QJsonDocument::objectName: | QJsonDocument::object | Prototype: | QJsonObject QJsonDocument::object() const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 438-446 |
| | 5 | 3 |
QJsonDocument::arrayName: | QJsonDocument::array | Prototype: | QJsonArray QJsonDocument::array() const | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsondocument.cpp | Lines: | 456-464 |
| | 5 | 3 |
QJsonArray::toVariantListName: | QJsonArray::toVariantList | Prototype: | QVariantList QJsonArray::toVariantList() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 306-316 |
| | 6 | 3 |
QJsonArray::removeAtName: | QJsonArray::removeAt | Prototype: | void QJsonArray::removeAt(int i) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 417-427 |
| | 7 | 3 |
QJsonArray::containsName: | QJsonArray::contains | Prototype: | bool QJsonArray::contains(const QJsonValue &value) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonarray.cpp | Lines: | 561-568 |
| | 4 | 3 |
QItemSelectionModelPrivate::_q_rowsAboutToBeInsertedName: | QItemSelectionModelPrivate::_q_rowsAboutToBeInserted | Prototype: | void QItemSelectionModelPrivate::_q_rowsAboutToBeInserted(const QModelIndex &parent, int start, int end) | Coverage: | 92.308% (12/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 823-845 |
| | 16 | 3 |
QItemSelectionModelPrivate::_q_columnsAboutToBeInsertedName: | QItemSelectionModelPrivate::_q_columnsAboutToBeInserted | Prototype: | void QItemSelectionModelPrivate::_q_columnsAboutToBeInserted(const QModelIndex &parent, int start, int end) | Coverage: | 61.538% (8/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 794-816 |
| | 16 | 3 |
QItemSelectionModel::selectionName: | QItemSelectionModel::selection | Prototype: | const QItemSelection QItemSelectionModel::selection() const | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qitemselectionmodel.cpp | Lines: | 1713-1728 |
| | 9 | 3 |
QItemEditorFactory::registerEditorName: | QItemEditorFactory::registerEditor | Prototype: | void QItemEditorFactory::registerEditor(int userType, QItemEditorCreatorBase *creator) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemeditorfactory.cpp | Lines: | 198-210 |
| | 8 | 3 |
QItemDelegatePrivate::replaceNewLineName: | QItemDelegatePrivate::replaceNewLine | Prototype: | inline static QString replaceNewLine(QString text) | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 91-98 |
| | 5 | 3 |
QItemDelegatePrivate::iconModeName: | QItemDelegatePrivate::iconMode | Prototype: | inline QIcon::Mode iconMode(QStyle::State state) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 81-86 |
| | 3 | 3 |
QItemDelegatePrivate::doTextLayoutName: | QItemDelegatePrivate::doTextLayout | Prototype: | QSizeF QItemDelegatePrivate::doTextLayout(int lineWidth) const | Coverage: | 0.000% (0/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 141-157 |
| | 12 | 3 |
QItemDelegate::setModelDataName: | QItemDelegate::setModelData | Prototype: | void QItemDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 516-535 |
| | 9 | 3 |
QItemDelegate::setEditorDataName: | QItemDelegate::setEditorData | Prototype: | void QItemDelegate::setEditorData(QWidget *editor, const QModelIndex &index) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 488-503 |
| | 6 | 3 |
QItemDelegate::selectedName: | QItemDelegate::selected | Prototype: | QPixmap *QItemDelegate::selected(const QPixmap &pixmap, const QPalette &palette, bool enabled) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qitemdelegate.cpp | Lines: | 970-995 |
| | 18 | 3 |
QIsciiCodec::createName: | QIsciiCodec::create | Prototype: | QTextCodec *QIsciiCodec::create(const char *name) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qisciicodec.cpp | Lines: | 67-74 |
| | 4 | 3 |
QIntersectionPoint::roundName: | QIntersectionPoint::round | Prototype: | QPodPoint QIntersectionPoint::round() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | Lines: | 309-317 |
| | 6 | 3 |
QInternal::activateCallbacksName: | QInternal::activateCallbacks | Prototype: | bool QInternal::activateCallbacks(Callback cb, void **parameters) | Coverage: | 44.444% (4/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/global/qglobal.cpp | Lines: | 3871-3884 |
| | 9 | 3 |
QIntValidator::fixupName: | QIntValidator::fixup | Prototype: | void QIntValidator::fixup(QString &input) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | Lines: | 438-449 |
| | 8 | 3 |
QInputMethodQueryEvent::valueName: | QInputMethodQueryEvent::value | Prototype: | QVariant QInputMethodQueryEvent::value(Qt::InputMethodQuery query) const | Coverage: | 0.000% (0/6) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2173-2179 |
| | 4 | 3 |
QInputMethodQueryEvent::setValueName: | QInputMethodQueryEvent::setValue | Prototype: | void QInputMethodQueryEvent::setValue(Qt::InputMethodQuery query, const QVariant &value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp | Lines: | 2158-2168 |
| | 6 | 3 |
QInputMethod::queryFocusObjectName: | QInputMethod::queryFocusObject | Prototype: | QVariant QInputMethod::queryFocusObject(Qt::InputMethodQuery query, QVariant argument) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 368-386 |
| | 14 | 3 |
QInputMethod::cursorRectangleName: | QInputMethod::cursorRectangle | Prototype: | QRectF QInputMethod::cursorRectangle() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qinputmethod.cpp | Lines: | 130-145 |
| | 10 | 3 |
QInputDialogPrivate::setComboBoxTextName: | QInputDialogPrivate::setComboBoxText | Prototype: | void QInputDialogPrivate::setComboBoxText(const QString &text) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 409-417 |
| | 5 | 3 |
QInputDialog::getTextName: | QInputDialog::getText | Prototype: | QString QInputDialog::getText(QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1194-1213 |
| | 12 | 3 |
QInputDialog::getMultiLineTextName: | QInputDialog::getMultiLineText | Prototype: | QString QInputDialog::getMultiLineText(QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1242-1261 |
| | 12 | 3 |
QInputDialog::getItemName: | QInputDialog::getItem | Prototype: | QString QInputDialog::getItem(QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1413-1435 |
| | 14 | 3 |
QInputDialog::getIntName: | QInputDialog::getInt | Prototype: | int QInputDialog::getInt(QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1290-1308 |
| | 12 | 3 |
QInputDialog::getDoubleName: | QInputDialog::getDouble | Prototype: | double QInputDialog::getDouble(QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 1363-1382 |
| | 12 | 3 |
QInputDialog::comboBoxItemsName: | QInputDialog::comboBoxItems | Prototype: | QStringList QInputDialog::comboBoxItems() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qinputdialog.cpp | Lines: | 788-799 |
| | 8 | 3 |
QInotifyFileSystemWatcherEngine::getPathFromIDName: | QInotifyFileSystemWatcherEngine::getPathFromID | Prototype: | QString QInotifyFileSystemWatcherEngine::getPathFromID(int id) const | Coverage: | 90.909% (10/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | Lines: | 399-409 |
| | 6 | 3 |
QInotifyFileSystemWatcherEngine::createName: | QInotifyFileSystemWatcherEngine::create | Prototype: | QInotifyFileSystemWatcherEngine *QInotifyFileSystemWatcherEngine::create(QObject *parent) | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_inotify.cpp | Lines: | 222-234 |
| | 7 | 3 |
QImageWriter::canWriteName: | QImageWriter::canWrite | Prototype: | bool QImageWriter::canWrite() const | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagewriter.cpp | Lines: | 714-725 |
| | 7 | 3 |
QImageReader::supportsAnimationName: | QImageReader::supportsAnimation | Prototype: | bool QImageReader::supportsAnimation() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 1113-1120 |
| | 5 | 3 |
QImageReader::supportedSubTypesName: | QImageReader::supportedSubTypes | Prototype: | QList<QByteArray> QImageReader::supportedSubTypes() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 1142-1150 |
| | 5 | 3 |
QImageReader::subTypeName: | QImageReader::subType | Prototype: | QByteArray QImageReader::subType() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 1127-1135 |
| | 5 | 3 |
QImageReader::sizeName: | QImageReader::size | Prototype: | QSize QImageReader::size() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 931-940 |
| | 5 | 3 |
QImageReader::setBackgroundColorName: | QImageReader::setBackgroundColor | Prototype: | void QImageReader::setBackgroundColor(const QColor &color) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 1079-1085 |
| | 4 | 3 |
QImageReader::imageFormatName: | QImageReader::imageFormat | Prototype: | QImage::Format QImageReader::imageFormat() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 954-963 |
| | 5 | 3 |
QImageReader::imageFormatName: | QImageReader::imageFormat | Prototype: | QByteArray QImageReader::imageFormat(QIODevice *device) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 1573-1583 |
| | 7 | 3 |
QImageReader::formatName: | QImageReader::format | Prototype: | QByteArray QImageReader::format() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 717-726 |
| | 5 | 3 |
QImageReader::backgroundColorName: | QImageReader::backgroundColor | Prototype: | QColor QImageReader::backgroundColor() const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagereader.cpp | Lines: | 1096-1103 |
| | 5 | 3 |
QImagePixmapCleanupHooks::executePlatformPixmapModificationHooksName: | QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks | Prototype: | void QImagePixmapCleanupHooks::executePlatformPixmapModificationHooks(QPlatformPixmap* pmd) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | Lines: | 79-89 |
| | 5 | 3 |
QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooksName: | QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks | Prototype: | void QImagePixmapCleanupHooks::executePlatformPixmapDestructionHooks(QPlatformPixmap* pmd) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | Lines: | 91-101 |
| | 5 | 3 |
QImagePixmapCleanupHooks::executeImageHooksName: | QImagePixmapCleanupHooks::executeImageHooks | Prototype: | void QImagePixmapCleanupHooks::executeImageHooks(qint64 key) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimagepixmapcleanuphooks.cpp | Lines: | 103-113 |
| | 5 | 3 |
QImageData::doImageIOName: | QImageData::doImageIO | Prototype: | bool QImageData::doImageIO(const QImage *image, QImageWriter *writer, int quality) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3482-3489 |
| | 5 | 3 |
QImage::toImageFormatName: | QImage::toImageFormat | Prototype: | QImage::Format QImage::toImageFormat(QPixelFormat format) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 5179-5186 |
| | 4 | 3 |
QImage::setTextName: | QImage::setText | Prototype: | void QImage::setText(const QString &key, const QString &value) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3798-3806 |
| | 5 | 3 |
QImage::setOffsetName: | QImage::setOffset | Prototype: | void QImage::setOffset(const QPoint& p) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3727-3735 |
| | 5 | 3 |
QImage::setDotsPerMeterYName: | QImage::setDotsPerMeterY | Prototype: | void QImage::setDotsPerMeterY(int y) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3695-3703 |
| | 5 | 3 |
QImage::setDotsPerMeterXName: | QImage::setDotsPerMeterX | Prototype: | void QImage::setDotsPerMeterX(int x) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3673-3681 |
| | 5 | 3 |
QImage::setDevicePixelRatioName: | QImage::setDevicePixelRatio | Prototype: | void QImage::setDevicePixelRatio(qreal scaleFactor) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 1452-1462 |
| | 6 | 3 |
QImage::scanLineName: | QImage::scanLine | Prototype: | uchar *QImage::scanLine(int i) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 1554-1566 |
| | 6 | 3 |
QImage::scaledToWidthName: | QImage::scaledToWidth | Prototype: | QImage QImage::scaledToWidth(int w, Qt::TransformationMode mode) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2678-2690 |
| | 8 | 3 |
QImage::scaledToHeightName: | QImage::scaledToHeight | Prototype: | QImage QImage::scaledToHeight(int h, Qt::TransformationMode mode) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 2706-2718 |
| | 8 | 3 |
QImage::mirrored_inplaceName: | QImage::mirrored_inplace | Prototype: | void QImage::mirrored_inplace(bool horizontal, bool vertical) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 3110-3120 |
| | 6 | 3 |
QImage::bitsName: | QImage::bits | Prototype: | uchar *QImage::bits() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 1614-1625 |
| | 6 | 3 |
QImage::QImageName: | QImage::QImage | Prototype: | QImage::QImage(const char * const xpm[]) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 988-997 |
| | 5 | 3 |
QImage::QImageName: | QImage::QImage | Prototype: | QImage::QImage(const QImage &image) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qimage.cpp | Lines: | 1009-1020 |
| | 6 | 3 |
QIdentityProxyModel::setSourceModelName: | QIdentityProxyModel::setSourceModel | Prototype: | void QIdentityProxyModel::setSourceModel(QAbstractItemModel* newSourceModel) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 333-418 |
| | 77 | 3 |
QIdentityProxyModel::matchName: | QIdentityProxyModel::match | Prototype: | QModelIndexList QIdentityProxyModel::match(const QModelIndex& start, int role, const QVariant& value, int hits, Qt::MatchFlags flags) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 263-278 |
| | 12 | 3 |
QIdentityProxyModel::mapSelectionToSourceName: | QIdentityProxyModel::mapSelectionToSource | Prototype: | QItemSelection QIdentityProxyModel::mapSelectionToSource(const QItemSelection& selection) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 228-246 |
| | 12 | 3 |
QIdentityProxyModel::mapSelectionFromSourceName: | QIdentityProxyModel::mapSelectionFromSource | Prototype: | QItemSelection QIdentityProxyModel::mapSelectionFromSource(const QItemSelection& selection) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qidentityproxymodel.cpp | Lines: | 205-223 |
| | 12 | 3 |
QIcuTimeZonePrivate::isDaylightTimeName: | QIcuTimeZonePrivate::isDaylightTime | Prototype: | bool QIcuTimeZonePrivate::isDaylightTime(qint64 atMSecsSinceEpoch) const | Coverage: | 57.143% (4/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 379-399 |
| | 12 | 3 |
QIcuTimeZonePrivate::displayNameName: | QIcuTimeZonePrivate::displayName | Prototype: | QString QIcuTimeZonePrivate::displayName(QTimeZone::TimeType timeType, QTimeZone::NameType nameType, const QLocale &locale) const | Coverage: | 28.571% (2/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate_icu.cpp | Lines: | 323-338 |
| | 6 | 3 |
QIcuCodec::mibEnumName: | QIcuCodec::mibEnum | Prototype: | int QIcuCodec::mibEnum() const | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 684-692 |
| | 4 | 3 |
QIcuCodec::defaultCodecUnlockedName: | QIcuCodec::defaultCodecUnlocked | Prototype: | QTextCodec *QIcuCodec::defaultCodecUnlocked() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 430-447 |
| | 10 | 3 |
QIcuCodec::aliasesName: | QIcuCodec::aliases | Prototype: | QList<QByteArray> QIcuCodec::aliases() const | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | Lines: | 665-681 |
| | 9 | 3 |
QIconModeViewBase::setPositionForIndexName: | QIconModeViewBase::setPositionForIndex | Prototype: | void QIconModeViewBase::setPositionForIndex(const QPoint &position, const QModelIndex &index) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2702-2713 |
| | 8 | 3 |
QIconModeViewBase::scrollContentsByName: | QIconModeViewBase::scrollContentsBy | Prototype: | void QIconModeViewBase::scrollContentsBy(int dx, int dy, bool scrollElasticBand) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2853-2861 |
| | 5 | 3 |
QIconModeViewBase::doBatchedItemLayoutName: | QIconModeViewBase::doBatchedItemLayout | Prototype: | bool QIconModeViewBase::doBatchedItemLayout(const QListViewLayoutInfo &info, int max) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2873-2886 |
| | 8 | 3 |
QIconModeViewBase::dataChangedName: | QIconModeViewBase::dataChanged | Prototype: | void QIconModeViewBase::dataChanged(const QModelIndex &topLeft, const QModelIndex &bottomRight) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qlistview.cpp | Lines: | 2863-2871 |
| | 5 | 3 |
QIconLoaderEngine::actualSizeName: | QIconLoaderEngine::actualSize | Prototype: | QSize QIconLoaderEngine::actualSize(const QSize &size, QIcon::Mode mode, QIcon::State state) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconloader.cpp | Lines: | 482-498 |
| | 9 | 3 |
QIconEngine::virtual_hookName: | QIconEngine::virtual_hook | Prototype: | void QIconEngine::virtual_hook(int id, void *data) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qiconengine.cpp | Lines: | 237-249 |
| | 6 | 3 |
QIcon::pixmapName: | QIcon::pixmap | Prototype: | QPixmap QIcon::pixmap(QWindow *window, const QSize &size, Mode mode, State state) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 830-848 |
| | 10 | 3 |
QIcon::operator=Name: | QIcon::operator= | Prototype: | QIcon &QIcon::operator=(const QIcon &other) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 688-696 |
| | 6 | 3 |
QIcon::fromThemeName: | QIcon::fromTheme | Prototype: | QIcon QIcon::fromTheme(const QString &name, const QIcon &fallback) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 1169-1189 |
| | 13 | 3 |
QIcon::addPixmapName: | QIcon::addPixmap | Prototype: | void QIcon::addPixmap(const QPixmap &pixmap, Mode mode, State state) | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 961-972 |
| | 7 | 3 |
QIcon::actualSizeName: | QIcon::actualSize | Prototype: | QSize QIcon::actualSize(QWindow *window, const QSize &size, Mode mode, State state) const | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp | Lines: | 861-874 |
| | 7 | 3 |
QIPAddressUtils::checkedToAsciiName: | QIPAddressUtils::checkedToAscii | Prototype: | static const QChar *checkedToAscii(Buffer &buffer, const QChar *begin, const QChar *end) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qipaddress.cpp | Lines: | 49-65 |
| | 11 | 3 |
QIODevicePrivate::peekName: | QIODevicePrivate::peek | Prototype: | qint64 QIODevicePrivate::peek(char *data, qint64 maxSize) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1425-1435 |
| | 7 | 3 |
QIODevicePrivate::peekName: | QIODevicePrivate::peek | Prototype: | QByteArray QIODevicePrivate::peek(qint64 maxSize) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 1440-1451 |
| | 7 | 3 |
QIODevice::setTextModeEnabledName: | QIODevice::setTextModeEnabled | Prototype: | void QIODevice::setTextModeEnabled(bool enabled) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qiodevice.cpp | Lines: | 485-496 |
| | 7 | 3 |
QHttpThreadDelegate::~QHttpThreadDelegateName: | QHttpThreadDelegate::~QHttpThreadDelegate | Prototype: | QHttpThreadDelegate::~QHttpThreadDelegate() | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 203-215 |
| | 4 | 3 |
QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlotName: | QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot | Prototype: | void QHttpThreadDelegate::synchronousProxyAuthenticationRequiredSlot(const QNetworkProxy &p, QAuthenticator *a) | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 717-737 |
| | 8 | 3 |
QHttpThreadDelegate::synchronousFinishedSlotName: | QHttpThreadDelegate::synchronousFinishedSlot | Prototype: | void QHttpThreadDelegate::synchronousFinishedSlot() | Coverage: | 42.857% (3/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 510-531 |
| | 11 | 3 |
QHttpThreadDelegate::synchronousAuthenticationRequiredSlotName: | QHttpThreadDelegate::synchronousAuthenticationRequiredSlot | Prototype: | void QHttpThreadDelegate::synchronousAuthenticationRequiredSlot(const QHttpNetworkRequest &request, QAuthenticator *a) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 694-714 |
| | 9 | 3 |
QHttpThreadDelegate::finishedWithErrorSlotName: | QHttpThreadDelegate::finishedWithErrorSlot | Prototype: | void QHttpThreadDelegate::finishedWithErrorSlot(QNetworkReply::NetworkError errorCode, const QString &detail) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 533-553 |
| | 9 | 3 |
QHttpThreadDelegate::abortRequestName: | QHttpThreadDelegate::abortRequest | Prototype: | void QHttpThreadDelegate::abortRequest() | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpthreaddelegate.cpp | Lines: | 393-412 |
| | 8 | 3 |
QHttpSocketEngine::setProxyName: | QHttpSocketEngine::setProxy | Prototype: | void QHttpSocketEngine::setProxy(const QNetworkProxy &proxy) | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | Lines: | 105-115 |
| | 8 | 3 |