| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QPixmap::fromImageReader| Name: | QPixmap::fromImageReader | | Prototype: | QPixmap QPixmap::fromImageReader(QImageReader *imageReader, Qt::ImageConversionFlags flags) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 1652-1657 |
| | 3 | 1 |
QPixmap::fill| Name: | QPixmap::fill | | Prototype: | void QPixmap::fill(const QPaintDevice *device, const QPoint &p) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 910-915 |
| | 3 | 1 |
QPixmap::doInit| Name: | QPixmap::doInit | | Prototype: | void QPixmap::doInit(int w, int h, int type) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 92-98 |
| | 3 | 2 |
QPixmap::devicePixelRatio| Name: | QPixmap::devicePixelRatio | | Prototype: | qreal QPixmap::devicePixelRatio() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 658-663 |
| | 3 | 2 |
QPixmap::QPixmap| Name: | QPixmap::QPixmap | | Prototype: | QPixmap::QPixmap(int w, int h) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 127-134 |
| | 3 | 2 |
QPixmap::QPixmap| Name: | QPixmap::QPixmap | | Prototype: | QPixmap::QPixmap(const QSize &size) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 146-153 |
| | 3 | 2 |
QPixmap::QPixmap| Name: | QPixmap::QPixmap | | Prototype: | QPixmap::QPixmap(const QSize &s, int type) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp | | Lines: | 158-164 |
| | 3 | 2 |
QPinchGestureRecognizer::create| Name: | QPinchGestureRecognizer::create | | Prototype: | QGesture *QPinchGestureRecognizer::create(QObject *target) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 152-158 |
| | 3 | 2 |
QPicturePrivate::resetFormat| Name: | QPicturePrivate::resetFormat | | Prototype: | void QPicturePrivate::resetFormat() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1049-1054 |
| | 3 | 1 |
QPictureIO::~QPictureIO| Name: | QPictureIO::~QPictureIO | | Prototype: | QPictureIO::~QPictureIO() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1373-1378 |
| | 3 | 2 |
QPictureIO::setParameters| Name: | QPictureIO::setParameters | | Prototype: | void QPictureIO::setParameters(const char *parameters) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1680-1685 |
| | 3 | 2 |
QPictureIO::QPictureIO| Name: | QPictureIO::QPictureIO | | Prototype: | QPictureIO::QPictureIO(QIODevice *ioDevice, const char *format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1336-1341 |
| | 3 | 1 |
QPictureIO::QPictureIO| Name: | QPictureIO::QPictureIO | | Prototype: | QPictureIO::QPictureIO(const QString &fileName, const char* format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1348-1353 |
| | 3 | 1 |
QPicture::setData| Name: | QPicture::setData | | Prototype: | void QPicture::setData(const char* data, uint size) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 247-252 |
| | 3 | 1 |
QPicture::paintEngine| Name: | QPicture::paintEngine | | Prototype: | QPaintEngine *QPicture::paintEngine() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1130-1135 |
| | 3 | 2 |
QPersistentModelIndex::~QPersistentModelIndex| Name: | QPersistentModelIndex::~QPersistentModelIndex | | Prototype: | QPersistentModelIndex::~QPersistentModelIndex() | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 169-175 |
| | 3 | 2 |
QPersistentModelIndex::sibling| Name: | QPersistentModelIndex::sibling | | Prototype: | QModelIndex QPersistentModelIndex::sibling(int row, int column) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 382-387 |
| | 3 | 2 |
QPersistentModelIndex::row| Name: | QPersistentModelIndex::row | | Prototype: | int QPersistentModelIndex::row() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 310-315 |
| | 3 | 2 |
QPersistentModelIndex::parent| Name: | QPersistentModelIndex::parent | | Prototype: | QModelIndex QPersistentModelIndex::parent() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 368-373 |
| | 3 | 2 |
QPersistentModelIndex::operator==| Name: | QPersistentModelIndex::operator== | | Prototype: | bool QPersistentModelIndex::operator==(const QPersistentModelIndex &other) const | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 185-190 |
| | 3 | 2 |
QPersistentModelIndex::operator==| Name: | QPersistentModelIndex::operator== | | Prototype: | bool QPersistentModelIndex::operator==(const QModelIndex &other) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 283-288 |
| | 3 | 2 |
QPersistentModelIndex::operator<| Name: | QPersistentModelIndex::operator< | | Prototype: | bool QPersistentModelIndex::operator<(const QPersistentModelIndex &other) const | | Coverage: | 50.000% (3/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 202-208 |
| | 3 | 2 |
QPersistentModelIndex::operator!=| Name: | QPersistentModelIndex::operator!= | | Prototype: | bool QPersistentModelIndex::operator!=(const QModelIndex &other) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 297-302 |
| | 3 | 2 |
QPersistentModelIndex::model| Name: | QPersistentModelIndex::model | | Prototype: | const QAbstractItemModel *QPersistentModelIndex::model() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 431-436 |
| | 3 | 2 |
QPersistentModelIndex::internalPointer| Name: | QPersistentModelIndex::internalPointer | | Prototype: | void *QPersistentModelIndex::internalPointer() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 339-344 |
| | 3 | 2 |
QPersistentModelIndex::internalId| Name: | QPersistentModelIndex::internalId | | Prototype: | quintptr QPersistentModelIndex::internalId() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 355-360 |
| | 3 | 2 |
QPersistentModelIndex::flags| Name: | QPersistentModelIndex::flags | | Prototype: | Qt::ItemFlags QPersistentModelIndex::flags() const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 421-426 |
| | 3 | 2 |
QPersistentModelIndex::data| Name: | QPersistentModelIndex::data | | Prototype: | QVariant QPersistentModelIndex::data(int role) const | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 409-414 |
| | 3 | 2 |
QPersistentModelIndex::column| Name: | QPersistentModelIndex::column | | Prototype: | int QPersistentModelIndex::column() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 323-328 |
| | 3 | 2 |
QPersistentModelIndex::child| Name: | QPersistentModelIndex::child | | Prototype: | QModelIndex QPersistentModelIndex::child(int row, int column) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 396-401 |
| | 3 | 2 |
QPersistentModelIndex::QPersistentModelIndex| Name: | QPersistentModelIndex::QPersistentModelIndex | | Prototype: | QPersistentModelIndex::QPersistentModelIndex(const QModelIndex &index) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp | | Lines: | 154-161 |
| | 3 | 2 |
QPenDataHolder::~QPenDataHolder| Name: | QPenDataHolder::~QPenDataHolder | | Prototype: | ~QPenDataHolder() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 253-258 |
| | 3 | 2 |
QPen::setMiterLimit| Name: | QPen::setMiterLimit | | Prototype: | void QPen::setMiterLimit(qreal limit) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 606-611 |
| | 3 | 1 |
QPen::setCosmetic| Name: | QPen::setCosmetic | | Prototype: | void QPen::setCosmetic(bool cosmetic) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 832-837 |
| | 3 | 1 |
QPen::QPen| Name: | QPen::QPen | | Prototype: | QPen::QPen(const QPen &p) noexcept | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | | Lines: | 325-330 |
| | 3 | 2 |
QPdfWriter::setResolution| Name: | QPdfWriter::setResolution | | Prototype: | void QPdfWriter::setResolution(int resolution) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 236-241 |
| | 3 | 2 |
QPdfWriter::QPdfWriter| Name: | QPdfWriter::QPdfWriter | | Prototype: | QPdfWriter::QPdfWriter(const QString &filename) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 144-154 |
| | 3 | 1 |
QPdfWriter::QPdfWriter| Name: | QPdfWriter::QPdfWriter | | Prototype: | QPdfWriter::QPdfWriter(QIODevice *device) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 159-169 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageSize| Name: | QPdfPagedPaintDevicePrivate::setPageSize | | Prototype: | bool setPageSize(const QPageSize &pageSize) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 89-96 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageOrientation| Name: | QPdfPagedPaintDevicePrivate::setPageOrientation | | Prototype: | bool setPageOrientation(QPageLayout::Orientation orientation) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 98-105 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageMargins| Name: | QPdfPagedPaintDevicePrivate::setPageMargins | | Prototype: | bool setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 112-119 |
| | 3 | 1 |
QPdfPagedPaintDevicePrivate::setPageLayout| Name: | QPdfPagedPaintDevicePrivate::setPageLayout | | Prototype: | bool setPageLayout(const QPageLayout &newPageLayout) override | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdfwriter.cpp | | Lines: | 80-87 |
| | 3 | 1 |
QPdfPage::streamImage| Name: | QPdfPage::streamImage | | Prototype: | void QPdfPage::streamImage(int w, int h, int object) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 739-744 |
| | 3 | 2 |
QPdfEnginePrivate::~QPdfEnginePrivate| Name: | QPdfEnginePrivate::~QPdfEnginePrivate | | Prototype: | QPdfEnginePrivate::~QPdfEnginePrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1457-1462 |
| | 3 | 1 |
QPdfEngine::setPageMargins| Name: | QPdfEngine::setPageMargins | | Prototype: | void QPdfEngine::setPageMargins(const QMarginsF &margins, QPageLayout::Unit units) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1308-1313 |
| | 3 | 1 |
QPdf::ByteStream::stream| Name: | QPdf::ByteStream::stream | | Prototype: | QIODevice *ByteStream::stream() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 247-252 |
| | 3 | 1 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(char chr) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 186-191 |
| | 3 | 2 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const char *str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 193-198 |
| | 3 | 2 |
QPdf::ByteStream::operator <<| Name: | QPdf::ByteStream::operator << | | Prototype: | ByteStream &ByteStream::operator <<(const QByteArray &str) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 200-205 |
| | 3 | 2 |
QPdf::ByteStream::constructor_helper| Name: | QPdf::ByteStream::constructor_helper | | Prototype: | void ByteStream::constructor_helper(QByteArray *ba) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 259-264 |
| | 3 | 1 |
QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations| Name: | QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations | | Prototype: | void QParallelAnimationGroupPrivate::disconnectUncontrolledAnimations() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 248-254 |
| | 3 | 2 |
QParallelAnimationGroupPrivate::animationRemoved| Name: | QParallelAnimationGroupPrivate::animationRemoved | | Prototype: | void QParallelAnimationGroupPrivate::animationRemoved(int index, QAbstractAnimation *anim) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qparallelanimationgroup.cpp | | Lines: | 302-307 |
| | 3 | 1 |
QPanGestureRecognizer::create| Name: | QPanGestureRecognizer::create | | Prototype: | QGesture *QPanGestureRecognizer::create(QObject *target) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstandardgestures.cpp | | Lines: | 58-70 |
| | 3 | 2 |
QPalette::init| Name: | QPalette::init | | Prototype: | void QPalette::init() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 664-668 |
| | 3 | 1 |
QPalette::QPalette| Name: | QPalette::QPalette | | Prototype: | QPalette::QPalette(const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | | Lines: | 567-576 |
| | 3 | 1 |
QPainterPrivate::~QPainterPrivate| Name: | QPainterPrivate::~QPainterPrivate | | Prototype: | QPainterPrivate::~QPainterPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 209-214 |
| | 3 | 1 |
QPainterPrivate::updateInvMatrix| Name: | QPainterPrivate::updateInvMatrix | | Prototype: | void QPainterPrivate::updateInvMatrix() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 665-670 |
| | 3 | 1 |
QPainterPrivate::effectiveDevicePixelRatio| Name: | QPainterPrivate::effectiveDevicePixelRatio | | Prototype: | qreal QPainterPrivate::effectiveDevicePixelRatio() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 228-235 |
| | 3 | 2 |
QPainterPathStrokerPrivate::QPainterPathStrokerPrivate| Name: | QPainterPathStrokerPrivate::QPainterPathStrokerPrivate | | Prototype: | QPainterPathStrokerPrivate::QPainterPathStrokerPrivate() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2538-2544 |
| | 3 | 1 |
QPainterPathStroker::setDashPattern| Name: | QPainterPathStroker::setDashPattern | | Prototype: | void QPainterPathStroker::setDashPattern(const QVector<qreal> &dashPattern) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2742-2747 |
| | 3 | 2 |
QPainterPath::translated| Name: | QPainterPath::translated | | Prototype: | QPainterPath QPainterPath::translated(qreal dx, qreal dy) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 2133-2138 |
| | 3 | 1 |
QPainterPath::elementAt| Name: | QPainterPath::elementAt | | Prototype: | QPainterPath::Element QPainterPath::elementAt(int i) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 494-499 |
| | 3 | 1 |
QPainterPath::detach| Name: | QPainterPath::detach | | Prototype: | void QPainterPath::detach() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 561-566 |
| | 3 | 2 |
QPainterPath::currentPosition| Name: | QPainterPath::currentPosition | | Prototype: | QPointF QPainterPath::currentPosition() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | | Lines: | 983-988 |
| | 3 | 1 |
QPainter::setRenderHint| Name: | QPainter::setRenderHint | | Prototype: | void QPainter::setRenderHint(RenderHint hint, bool on) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7063-7077 |
| | 3 | 2 |
QPainter::setLayoutDirection| Name: | QPainter::setLayoutDirection | | Prototype: | void QPainter::setLayoutDirection(Qt::LayoutDirection direction) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7655-7660 |
| | 3 | 2 |
QPainter::redirected| Name: | QPainter::redirected | | Prototype: | QPaintDevice *QPainter::redirected(const QPaintDevice *device, QPoint *offset) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 7382-7387 |
| | 3 | 1 |
QPainter::PixmapFragment::create| Name: | QPainter::PixmapFragment::create | | Prototype: | QPainter::PixmapFragment QPainter::PixmapFragment::create(const QPointF &pos, const QRectF &sourceRect, qreal scaleX, qreal scaleY, qreal rotation, qreal opacity) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 8416-8423 |
| | 3 | 1 |
QPaintEngineEx::createState| Name: | QPaintEngineEx::createState | | Prototype: | QPainterState *QPaintEngineEx::createState(QPainterState *orig) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp | | Lines: | 378-383 |
| | 3 | 2 |
QPaintDevice::~QPaintDevice| Name: | QPaintDevice::~QPaintDevice | | Prototype: | QPaintDevice::~QPaintDevice() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintdevice.cpp | | Lines: | 50-55 |
| | 3 | 2 |
QPageSizePrivate::QPageSizePrivate| Name: | QPageSizePrivate::QPageSizePrivate | | Prototype: | QPageSizePrivate::QPageSizePrivate(const QSize &pointSize, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 769-778 |
| | 3 | 2 |
QPageSizePrivate::QPageSizePrivate| Name: | QPageSizePrivate::QPageSizePrivate | | Prototype: | QPageSizePrivate::QPageSizePrivate(const QSizeF &size, QPageSize::Unit units, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 780-790 |
| | 3 | 2 |
QPageSize::windowsId| Name: | QPageSize::windowsId | | Prototype: | int QPageSize::windowsId() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1358-1363 |
| | 3 | 2 |
QPageSize::sizePoints| Name: | QPageSize::sizePoints | | Prototype: | QSize QPageSize::sizePoints(PageSizeId pageSizeId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1841-1846 |
| | 3 | 2 |
QPageSize::sizePixels| Name: | QPageSize::sizePixels | | Prototype: | QSize QPageSize::sizePixels(PageSizeId pageSizeId, int resolution) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1853-1858 |
| | 3 | 2 |
QPageSize::size| Name: | QPageSize::size | | Prototype: | QSizeF QPageSize::size(PageSizeId pageSizeId, Unit units) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1830-1835 |
| | 3 | 2 |
QPageSize::key| Name: | QPageSize::key | | Prototype: | QString QPageSize::key(PageSizeId pageSizeId) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1479-1484 |
| | 3 | 2 |
QPageSize::isEquivalentTo| Name: | QPageSize::isEquivalentTo | | Prototype: | bool QPageSize::isEquivalentTo(const QPageSize &other) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1281-1286 |
| | 3 | 2 |
QPageSize::definitionUnits| Name: | QPageSize::definitionUnits | | Prototype: | QPageSize::Unit QPageSize::definitionUnits(PageSizeId pageSizeId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1819-1824 |
| | 3 | 2 |
QPageSize::definitionSize| Name: | QPageSize::definitionSize | | Prototype: | QSizeF QPageSize::definitionSize(PageSizeId pageSizeId) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagesize.cpp | | Lines: | 1806-1811 |
| | 3 | 2 |
QPageSetupDialog::~QPageSetupDialog| Name: | QPageSetupDialog::~QPageSetupDialog | | Prototype: | QPageSetupDialog::~QPageSetupDialog() | | Coverage: | 50.000% (2/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog.cpp | | Lines: | 149-154 |
| | 3 | 2 |
QPageSetupDialog::QPageSetupDialog| Name: | QPageSetupDialog::QPageSetupDialog | | Prototype: | QPageSetupDialog::QPageSetupDialog(QWidget *parent) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 624-630 |
| | 3 | 1 |
QPageSetupDialog::QPageSetupDialog| Name: | QPageSetupDialog::QPageSetupDialog | | Prototype: | QPageSetupDialog::QPageSetupDialog(QPrinter *printer, QWidget *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 616-622 |
| | 3 | 1 |
QPagePreview::setPagePreviewLayout| Name: | QPagePreview::setPagePreviewLayout | | Prototype: | void setPagePreviewLayout(int columns, int rows) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 111-116 |
| | 3 | 1 |
QPageLayoutPrivate::fullRectPoints| Name: | QPageLayoutPrivate::fullRectPoints | | Prototype: | QRect QPageLayoutPrivate::fullRectPoints() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | | Lines: | 265-271 |
| | 3 | 2 |
QPageLayoutPrivate::fullRectPixels| Name: | QPageLayoutPrivate::fullRectPixels | | Prototype: | QRect QPageLayoutPrivate::fullRectPixels(int resolution) const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpagelayout.cpp | | Lines: | 273-279 |
| | 3 | 2 |
QPMCache::getKeyData| Name: | QPMCache::getKeyData | | Prototype: | QPixmapCache::KeyData* QPMCache::getKeyData(QPixmapCache::Key *key) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | | Lines: | 452-457 |
| | 3 | 2 |
QPF2Generator::writeTaggedUInt8| Name: | QPF2Generator::writeTaggedUInt8 | | Prototype: | void QPF2Generator::writeTaggedUInt8(QFontEngineQPF2::HeaderTag tag, quint8 value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 608-613 |
| | 3 | 1 |
QPF2Generator::writeTaggedUInt32| Name: | QPF2Generator::writeTaggedUInt32 | | Prototype: | void QPF2Generator::writeTaggedUInt32(QFontEngineQPF2::HeaderTag tag, quint32 value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 601-606 |
| | 3 | 1 |
QPF2Generator::writeTaggedString| Name: | QPF2Generator::writeTaggedString | | Prototype: | void QPF2Generator::writeTaggedString(QFontEngineQPF2::HeaderTag tag, const QByteArray &string) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 594-599 |
| | 3 | 1 |
QPF2Generator::writeTaggedQFixed| Name: | QPF2Generator::writeTaggedQFixed | | Prototype: | void QPF2Generator::writeTaggedQFixed(QFontEngineQPF2::HeaderTag tag, QFixed value) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_qpf2.cpp | | Lines: | 615-620 |
| | 3 | 1 |
QOpenGLWindowPrivate::bindFBO| Name: | QOpenGLWindowPrivate::bindFBO | | Prototype: | void QOpenGLWindowPrivate::bindFBO() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | | Lines: | 320-326 |
| | 3 | 2 |
QOpenGLVersionProfile::QOpenGLVersionProfile| Name: | QOpenGLVersionProfile::QOpenGLVersionProfile | | Prototype: | QOpenGLVersionProfile::QOpenGLVersionProfile(const QSurfaceFormat &format) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 110-116 |
| | 3 | 1 |
QOpenGLTimerQueryPrivate::recordTimestamp| Name: | QOpenGLTimerQueryPrivate::recordTimestamp | | Prototype: | void QOpenGLTimerQueryPrivate::recordTimestamp() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 194-205 |
| | 3 | 2 |
QOpenGLTimerQueryPrivate::isResultAvailable| Name: | QOpenGLTimerQueryPrivate::isResultAvailable | | Prototype: | bool QOpenGLTimerQueryPrivate::isResultAvailable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 222-227 |
| | 3 | 1 |
QOpenGLTimeMonitorPrivate::isResultAvailable| Name: | QOpenGLTimeMonitorPrivate::isResultAvailable | | Prototype: | bool QOpenGLTimeMonitorPrivate::isResultAvailable() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 589-597 |
| | 3 | 1 |
QOpenGLTimeMonitor::recordSample| Name: | QOpenGLTimeMonitor::recordSample | | Prototype: | int QOpenGLTimeMonitor::recordSample() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | | Lines: | 813-818 |
| | 3 | 1 |
QOpenGLTexturePrivate::isBound| Name: | QOpenGLTexturePrivate::isBound | | Prototype: | bool QOpenGLTexturePrivate::isBound() const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 271-276 |
| | 3 | 1 |
QOpenGLTexturePrivate::evaluateMipLevels| Name: | QOpenGLTexturePrivate::evaluateMipLevels | | Prototype: | int QOpenGLTexturePrivate::evaluateMipLevels() const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 292-311 |
| | 3 | 13 |
QOpenGLTextureCacheWrapper::~QOpenGLTextureCacheWrapper| Name: | QOpenGLTextureCacheWrapper::~QOpenGLTextureCacheWrapper | | Prototype: | ~QOpenGLTextureCacheWrapper() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexturecache.cpp | | Lines: | 84-89 |
| | 3 | 1 |