| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QProcess::waitForFinished| Name: | QProcess::waitForFinished | | Prototype: | bool QProcess::waitForFinished(int msecs) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1862-1877 |
| | 11 | 4 |
QProcess::waitForReadyRead| Name: | QProcess::waitForReadyRead | | Prototype: | bool QProcess::waitForReadyRead(int msecs) | | Coverage: | 100.000% (14/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1811-1822 |
| | 8 | 4 |
QProcessEnvironment::operator==| Name: | QProcessEnvironment::operator== | | Prototype: | bool QProcessEnvironment::operator==(const QProcessEnvironment &other) const | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 270-284 |
| | 8 | 4 |
QProcessPrivate::waitForDeadChild| Name: | QProcessPrivate::waitForDeadChild | | Prototype: | bool QProcessPrivate::waitForDeadChild() | | Coverage: | 71.429% (10/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 942-966 |
| | 12 | 4 |
QProcessPrivate::writeToStdin| Name: | QProcessPrivate::writeToStdin | | Prototype: | bool QProcessPrivate::writeToStdin() | | Coverage: | 75.000% (9/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp | | Lines: | 623-653 |
| | 15 | 4 |
QProgressBar::event| Name: | QProgressBar::event | | Prototype: | bool QProgressBar::event(QEvent *e) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 570-587 |
| | 8 | 4 |
QProgressBar::setValue| Name: | QProgressBar::setValue | | Prototype: | void QProgressBar::setValue(int value) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qprogressbar.cpp | | Lines: | 312-329 |
| | 12 | 4 |
QProgressDialog::setBar| Name: | QProgressDialog::setBar | | Prototype: | void QProgressDialog::setBar(QProgressBar *bar) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 465-484 |
| | 13 | 4 |
QProgressDialog::setCancelButton| Name: | QProgressDialog::setCancelButton | | Prototype: | void QProgressDialog::setCancelButton(QPushButton *cancelButton) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 401-424 |
| | 13 | 4 |
QProgressDialogPrivate::adoptChildWidget| Name: | QProgressDialogPrivate::adoptChildWidget | | Prototype: | void QProgressDialogPrivate::adoptChildWidget(QWidget *c) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qprogressdialog.cpp | | Lines: | 486-499 |
| | 8 | 4 |
QPropertyAnimationPrivate::updateProperty| Name: | QPropertyAnimationPrivate::updateProperty | | Prototype: | void QPropertyAnimationPrivate::updateProperty(const QVariant &newValue) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | | Lines: | 119-139 |
| | 11 | 4 |
QPushButton::focusOutEvent| Name: | QPushButton::focusOutEvent | | Prototype: | void QPushButton::focusOutEvent(QFocusEvent *e) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 488-504 |
| | 9 | 4 |
QPushButton::keyPressEvent| Name: | QPushButton::keyPressEvent | | Prototype: | void QPushButton::keyPressEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 454-468 |
| | 6 | 4 |
QPushButton::setDefault| Name: | QPushButton::setDefault | | Prototype: | void QPushButton::setDefault(bool enable) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | | Lines: | 359-376 |
| | 12 | 4 |
QQuaternion::fromRotationMatrix| Name: | QQuaternion::fromRotationMatrix | | Prototype: | QQuaternion QQuaternion::fromRotationMatrix(const QMatrix3x3 &rot3x3) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 648-681 |
| | 22 | 4 |
QQuaternion::getEulerAngles| Name: | QQuaternion::getEulerAngles | | Prototype: | void QQuaternion::getEulerAngles(float *pitch, float *yaw, float *roll) const | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 505-554 |
| | 33 | 4 |
QQuaternion::nlerp| Name: | QQuaternion::nlerp | | Prototype: | QQuaternion QQuaternion::nlerp (const QQuaternion& q1, const QQuaternion& q2, float t) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | | Lines: | 960-977 |
| | 9 | 4 |
QRadioButton::mouseMoveEvent| Name: | QRadioButton::mouseMoveEvent | | Prototype: | void QRadioButton::mouseMoveEvent(QMouseEvent *e) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qradiobutton.cpp | | Lines: | 227-242 |
| | 9 | 4 |
QRasterBuffer::colorizeBitmap| Name: | QRasterBuffer::colorizeBitmap | | Prototype: | QImage QRasterBuffer::colorizeBitmap(const QImage &image, const QColor &color) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3614-3635 |
| | 15 | 4 |
QRasterBuffer::flushToARGBImage| Name: | QRasterBuffer::flushToARGBImage | | Prototype: | void QRasterBuffer::flushToARGBImage(QImage *target) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 4116-4137 |
| | 14 | 4 |
QRasterPaintEngine::clip| Name: | QRasterPaintEngine::clip | | Prototype: | void QRasterPaintEngine::clip(const QRect &rect, Qt::ClipOperation op) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1208-1227 |
| | 9 | 4 |
QRasterPaintEngine::drawLines| Name: | QRasterPaintEngine::drawLines | | Prototype: | void QRasterPaintEngine::drawLines(const QLine *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3115-3137 |
| | 12 | 4 |
QRasterPaintEngine::drawLines| Name: | QRasterPaintEngine::drawLines | | Prototype: | void QRasterPaintEngine::drawLines(const QLineF *lines, int lineCount) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 3188-3209 |
| | 12 | 4 |
QRasterPaintEnginePrivate::isUnclipped_normalized| Name: | QRasterPaintEnginePrivate::isUnclipped_normalized | | Prototype: | bool QRasterPaintEnginePrivate::isUnclipped_normalized(const QRect &r) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 2841-2864 |
| | 12 | 4 |
QRasterPaintEnginePrivate::updateMatrixData| Name: | QRasterPaintEnginePrivate::updateMatrixData | | Prototype: | void QRasterPaintEnginePrivate::updateMatrixData(QSpanData *spanData, const QBrush &b, const QTransform &m) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp | | Lines: | 1046-1077 |
| | 21 | 4 |
QRawFont::advancesForGlyphIndexes| Name: | QRawFont::advancesForGlyphIndexes | | Prototype: | bool QRawFont::advancesForGlyphIndexes(const quint32 *glyphIndexes, QPointF *advances, int numGlyphs, LayoutFlags layoutFlags) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp | | Lines: | 564-587 |
| | 15 | 4 |
QRecursiveMutexPrivate::lock| Name: | QRecursiveMutexPrivate::lock | | Prototype: | inline bool QRecursiveMutexPrivate::lock(int timeout) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qmutex.cpp | | Lines: | 622-640 |
| | 12 | 4 |
QRegExpEngine::Box::catAnchor| Name: | QRegExpEngine::Box::catAnchor | | Prototype: | void QRegExpEngine::Box::catAnchor(int a) | | Coverage: | 60.000% (6/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 2649-2659 |
| | 6 | 4 |
QRegExpEngine::Box::setupHeuristics| Name: | QRegExpEngine::Box::setupHeuristics | | Prototype: | void QRegExpEngine::Box::setupHeuristics() | | Coverage: | 100.000% (15/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 2662-2689 |
| | 11 | 4 |
QRegExpEngine::getRep| Name: | QRegExpEngine::getRep | | Prototype: | int QRegExpEngine::getRep(int def) | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 3290-3306 |
| | 10 | 4 |
QRegion::QRegion| Name: | QRegion::QRegion | | Prototype: | QRegion::QRegion(const QRect &r, RegionType t) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 3816-3832 |
| | 11 | 4 |
QRegion::operator==| Name: | QRegion::operator== | | Prototype: | bool QRegion::operator==(const QRegion &r) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 4273-4284 |
| | 7 | 4 |
QRegion::setRects| Name: | QRegion::setRects | | Prototype: | void QRegion::setRects(const QRect *rects, int num) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qregion.cpp | | Lines: | 4235-4265 |
| | 22 | 4 |
QRegularExpression::namedCaptureGroups| Name: | QRegularExpression::namedCaptureGroups | | Prototype: | QStringList QRegularExpression::namedCaptureGroups() const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp | | Lines: | 1619-1653 |
| | 18 | 4 |
QRegularExpressionValidator::validate| Name: | QRegularExpressionValidator::validate | | Prototype: | QValidator::State QRegularExpressionValidator::validate(QString &input, int &pos) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 1010-1029 |
| | 10 | 4 |
QRegularExpressionValidatorPrivate::setRegularExpression| Name: | QRegularExpressionValidatorPrivate::setRegularExpression | | Prototype: | void QRegularExpressionValidatorPrivate::setRegularExpression(const QRegularExpression &re) | | Coverage: | 0.000% (0/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/util/qvalidator.cpp | | Lines: | 1057-1067 |
| | 5 | 4 |
QRenderRule::baseStyleCanDraw| Name: | QRenderRule::baseStyleCanDraw | | Prototype: | bool baseStyleCanDraw() const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 509-517 |
| | 7 | 4 |
QRenderRule::drawBackground| Name: | QRenderRule::drawBackground | | Prototype: | void QRenderRule::drawBackground(QPainter *p, const QRect& rect, const QPoint& off) | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1296-1318 |
| | 13 | 4 |
QResourceFileEngine::open| Name: | QResourceFileEngine::open | | Prototype: | bool QResourceFileEngine::open(QIODevice::OpenMode flags) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1246-1260 |
| | 10 | 4 |
QResourceFileEngine::read| Name: | QResourceFileEngine::read | | Prototype: | qint64 QResourceFileEngine::read(char *data, qint64 len) | | Coverage: | 100.000% (11/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 1275-1288 |
| | 10 | 4 |
QResourceRoot::children| Name: | QResourceRoot::children | | Prototype: | QStringList QResourceRoot::children(int node) const | | Coverage: | 70.000% (7/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | | Lines: | 777-798 |
| | 16 | 4 |
QRingBuffer::indexOf| Name: | QRingBuffer::indexOf | | Prototype: | qint64 QRingBuffer::indexOf(char c, qint64 maxLength) const | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 196-212 |
| | 11 | 4 |
QRingBuffer::peek| Name: | QRingBuffer::peek | | Prototype: | qint64 QRingBuffer::peek(char *data, qint64 maxLength, qint64 pos) const | | Coverage: | 85.714% (12/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 260-281 |
| | 12 | 4 |
QRingBuffer::readPointerAtPosition| Name: | QRingBuffer::readPointerAtPosition | | Prototype: | const char *QRingBuffer::readPointerAtPosition(qint64 pos, qint64 &length) const | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 48-64 |
| | 10 | 4 |
QRingBuffer::reserve| Name: | QRingBuffer::reserve | | Prototype: | char *QRingBuffer::reserve(qint64 bytes) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qringbuffer.cpp | | Lines: | 98-124 |
| | 16 | 4 |
QRollEffect::QRollEffect| Name: | QRollEffect::QRollEffect | | Prototype: | QRollEffect::QRollEffect(QWidget* w, Qt::WindowFlags f, DirFlags orient) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qeffects.cpp | | Lines: | 375-404 |
| | 16 | 4 |
QScanConverter::mergeCurve| Name: | QScanConverter::mergeCurve | | Prototype: | void QScanConverter::mergeCurve(const QT_FT_Vector &pa, const QT_FT_Vector &pb, const QT_FT_Vector &pc, const QT_FT_Vector &pd) | | Coverage: | 0.000% (0/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp | | Lines: | 475-520 |
| | 27 | 4 |
QScreen::grabWindow| Name: | QScreen::grabWindow | | Prototype: | QPixmap QScreen::grabWindow(WId window, int x, int y, int width, int height) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qscreen.cpp | | Lines: | 680-700 |
| | 16 | 4 |
QScrollArea::setWidget| Name: | QScrollArea::setWidget | | Prototype: | void QScrollArea::setWidget(QWidget *widget) | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | | Lines: | 250-271 |
| | 17 | 4 |
QScrollBar::initStyleOption| Name: | QScrollBar::initStyleOption | | Prototype: | void QScrollBar::initStyleOption(QStyleOptionSlider *option) const | | Coverage: | 0.000% (0/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | | Lines: | 306-327 |
| | 18 | 4 |
QScrollBarPrivate::flash| Name: | QScrollBarPrivate::flash | | Prototype: | void QScrollBarPrivate::flash() | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | | Lines: | 238-250 |
| | 8 | 4 |
QScroller::pixelPerMeter| Name: | QScroller::pixelPerMeter | | Prototype: | QPointF QScroller::pixelPerMeter() const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 563-585 |
| | 14 | 4 |
QScroller::stop| Name: | QScroller::stop | | Prototype: | void QScroller::stop() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 535-552 |
| | 13 | 4 |
QScrollerPrivate::scrollingSegmentsEndPos| Name: | QScrollerPrivate::scrollingSegmentsEndPos | | Prototype: | qreal QScrollerPrivate::scrollingSegmentsEndPos(Qt::Orientation orientation) const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 1161-1174 |
| | 7 | 4 |
QSequentialAnimationGroupPrivate::_q_uncontrolledAnimationFinished| Name: | QSequentialAnimationGroupPrivate::_q_uncontrolledAnimationFinished | | Prototype: | void QSequentialAnimationGroupPrivate::_q_uncontrolledAnimationFinished() | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 476-499 |
| | 12 | 4 |
QSequentialAnimationGroupPrivate::activateCurrentAnimation| Name: | QSequentialAnimationGroupPrivate::activateCurrentAnimation | | Prototype: | void QSequentialAnimationGroupPrivate::activateCurrentAnimation(bool intermediate) | | Coverage: | 92.857% (13/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 457-474 |
| | 9 | 4 |
QSequentialAnimationGroupPrivate::animationInsertedAt| Name: | QSequentialAnimationGroupPrivate::animationInsertedAt | | Prototype: | void QSequentialAnimationGroupPrivate::animationInsertedAt(int index) | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 507-525 |
| | 9 | 4 |
QSequentialAnimationGroupPrivate::restart| Name: | QSequentialAnimationGroupPrivate::restart | | Prototype: | void QSequentialAnimationGroupPrivate::restart() | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 143-160 |
| | 10 | 4 |
QSequentialAnimationGroupPrivate::setCurrentAnimation| Name: | QSequentialAnimationGroupPrivate::setCurrentAnimation | | Prototype: | void QSequentialAnimationGroupPrivate::setCurrentAnimation(int index, bool intermediate) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qsequentialanimationgroup.cpp | | Lines: | 427-455 |
| | 15 | 4 |
QSettings::endGroup| Name: | QSettings::endGroup | | Prototype: | void QSettings::endGroup() | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 2934-2949 |
| | 10 | 4 |
QSettingsPrivate::iniEscapedStringList| Name: | QSettingsPrivate::iniEscapedStringList | | Prototype: | void QSettingsPrivate::iniEscapedStringList(const QStringList &strs, QByteArray &result, QTextCodec *codec) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 719-738 |
| | 6 | 4 |
QSettingsPrivate::splitArgs| Name: | QSettingsPrivate::splitArgs | | Prototype: | QStringList QSettingsPrivate::splitArgs(const QString &s, int idx) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qsettings.cpp | | Lines: | 909-933 |
| | 16 | 4 |
QShapedPixmapWindow::setPixmap| Name: | QShapedPixmapWindow::setPixmap | | Prototype: | void QShapedPixmapWindow::setPixmap(const QPixmap &pixmap) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshapedpixmapdndwindow.cpp | | Lines: | 59-70 |
| | 7 | 4 |
QSharedMemory::attach| Name: | QSharedMemory::attach | | Prototype: | bool QSharedMemory::attach(AccessMode mode) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 391-407 |
| | 9 | 4 |
QSharedMemoryPrivate::attach| Name: | QSharedMemoryPrivate::attach | | Prototype: | bool QSharedMemoryPrivate::attach(QSharedMemory::AccessMode mode) | | Coverage: | 45.455% (5/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory_systemv.cpp | | Lines: | 169-196 |
| | 15 | 4 |
QShortcut::QShortcut| Name: | QShortcut::QShortcut | | Prototype: | QShortcut::QShortcut(const QKeySequence &key, QWidget *parent, const char *member, const char *ambiguousMember, Qt::ShortcutContext context) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qshortcut.cpp | | Lines: | 450-466 |
| | 10 | 4 |
QShortcutMap::setShortcutAutoRepeat| Name: | QShortcutMap::setShortcutAutoRepeat | | Prototype: | int QShortcutMap::setShortcutAutoRepeat(bool on, int id, QObject *owner, const QKeySequence &key) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 262-290 |
| | 17 | 4 |
QShortcutMap::setShortcutEnabled| Name: | QShortcutMap::setShortcutEnabled | | Prototype: | int QShortcutMap::setShortcutEnabled(bool enable, int id, QObject *owner, const QKeySequence &key) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 224-252 |
| | 17 | 4 |
QSidebar::removeEntry| Name: | QSidebar::removeEntry | | Prototype: | void QSidebar::removeEntry() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines: | 460-473 |
| | 9 | 4 |
QSidebar::showContextMenu| Name: | QSidebar::showContextMenu | | Prototype: | void QSidebar::showContextMenu(const QPoint &position) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | | Lines: | 440-452 |
| | 9 | 4 |
QSimpleTextCodec::convertToUnicode| Name: | QSimpleTextCodec::convertToUnicode | | Prototype: | QString QSimpleTextCodec::convertToUnicode(const char* chars, int len, ConverterState *) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qsimplecodec.cpp | | Lines: | 637-654 |
| | 10 | 4 |
QSimplex::collectResults| Name: | QSimplex::collectResults | | Prototype: | void QSimplex::collectResults() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 573-590 |
| | 6 | 4 |
QSimplex::dumpMatrix| Name: | QSimplex::dumpMatrix | | Prototype: | void QSimplex::dumpMatrix() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 345-362 |
| | 12 | 4 |
QSimplex::solver| Name: | QSimplex::solver | | Prototype: | qreal QSimplex::solver(SolverFactor factor) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | | Lines: | 512-547 |
| | 15 | 4 |
QSingleShotTimer::timerEvent| Name: | QSingleShotTimer::timerEvent | | Prototype: | void QSingleShotTimer::timerEvent(QTimerEvent *) | | Coverage: | 90.909% (10/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtimer.cpp | | Lines: | 296-320 |
| | 9 | 4 |
QSize::scaled| Name: | QSize::scaled | | Prototype: | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 221-242 |
| | 11 | 4 |
QSizeF::scaled| Name: | QSizeF::scaled | | Prototype: | QSizeF QSizeF::scaled(const QSizeF &s, Qt::AspectRatioMode mode) const | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp | | Lines: | 654-674 |
| | 10 | 4 |
QSizeGripPrivate::updateTopLevelWidget| Name: | QSizeGripPrivate::updateTopLevelWidget | | Prototype: | void updateTopLevelWidget() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsizegrip.cpp | | Lines: | 93-104 |
| | 9 | 4 |
QSlider::sizeHint| Name: | QSlider::sizeHint | | Prototype: | QSize QSlider::sizeHint() const | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 461-479 |
| | 15 | 4 |
QSliderPrivate::newHoverControl| Name: | QSliderPrivate::newHoverControl | | Prototype: | QStyle::SubControl QSliderPrivate::newHoverControl(const QPoint &pos) | | Coverage: | 0.000% (0/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | | Lines: | 166-191 |
| | 19 | 4 |
QSocketNotifier::event| Name: | QSocketNotifier::event | | Prototype: | bool QSocketNotifier::event(QEvent *e) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | | Lines: | 246-264 |
| | 11 | 4 |
QSocks5BindStore::timerEvent| Name: | QSocks5BindStore::timerEvent | | Prototype: | void QSocks5BindStore::timerEvent(QTimerEvent * event) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 386-400 |
| | 7 | 4 |
QSocks5SocketEngine::accept| Name: | QSocks5SocketEngine::accept | | Prototype: | int QSocks5SocketEngine::accept() | | Coverage: | 42.857% (3/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1434-1467 |
| | 20 | 4 |
QSocks5SocketEngine::initialize| Name: | QSocks5SocketEngine::initialize | | Prototype: | bool QSocks5SocketEngine::initialize(qintptr socketDescriptor, QAbstractSocket::SocketState socketState) | | Coverage: | 40.000% (4/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1013-1067 |
| | 39 | 4 |
QSocks5SocketEngine::option| Name: | QSocks5SocketEngine::option | | Prototype: | int QSocks5SocketEngine::option(SocketOption option) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1690-1701 |
| | 7 | 4 |
QSocks5SocketEngine::setOption| Name: | QSocks5SocketEngine::setOption | | Prototype: | bool QSocks5SocketEngine::setOption(SocketOption option, int value) | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1703-1715 |
| | 8 | 4 |
QSocks5SocketEngine::waitForReadOrWrite| Name: | QSocks5SocketEngine::waitForReadOrWrite | | Prototype: | bool QSocks5SocketEngine::waitForReadOrWrite(bool *readyToRead, bool *readyToWrite, bool checkRead, bool checkWrite, int msecs, bool *timedOut) | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 1823-1839 |
| | 10 | 4 |
QSocks5SocketEnginePrivate::_q_emitPendingReadNotification| Name: | QSocks5SocketEnginePrivate::_q_emitPendingReadNotification | | Prototype: | void QSocks5SocketEnginePrivate::_q_emitPendingReadNotification() | | Coverage: | 64.286% (9/14) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | | Lines: | 907-924 |
| | 11 | 4 |
QSortFilterProxyModel::hasChildren| Name: | QSortFilterProxyModel::hasChildren | | Prototype: | bool QSortFilterProxyModel::hasChildren(const QModelIndex &parent) const | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1944-1958 |
| | 10 | 4 |
QSortFilterProxyModel::insertColumns| Name: | QSortFilterProxyModel::insertColumns | | Prototype: | bool QSortFilterProxyModel::insertColumns(int column, int count, const QModelIndex &parent) | | Coverage: | 75.000% (12/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2094-2109 |
| | 13 | 4 |
QSortFilterProxyModel::insertRows| Name: | QSortFilterProxyModel::insertRows | | Prototype: | bool QSortFilterProxyModel::insertRows(int row, int count, const QModelIndex &parent) | | Coverage: | 87.500% (14/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 2074-2089 |
| | 13 | 4 |
QSortFilterProxyModelPrivate::_q_sourceColumnsRemoved| Name: | QSortFilterProxyModelPrivate::_q_sourceColumnsRemoved | | Prototype: | void QSortFilterProxyModelPrivate::_q_sourceColumnsRemoved( const QModelIndex &source_parent, int start, int end) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1507-1523 |
| | 9 | 4 |
QSortFilterProxyModelPrivate::can_create_mapping| Name: | QSortFilterProxyModelPrivate::can_create_mapping | | Prototype: | bool QSortFilterProxyModelPrivate::can_create_mapping(const QModelIndex &source_parent) const | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 407-424 |
| | 10 | 4 |
QSortFilterProxyModelPrivate::proxy_intervals_for_source_items| Name: | QSortFilterProxyModelPrivate::proxy_intervals_for_source_items | | Prototype: | QVector<QPair<int, int > > QSortFilterProxyModelPrivate::proxy_intervals_for_source_items( const QVector<int> &source_to_proxy, const QVector<int> &source_items) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 507-531 |
| | 16 | 4 |
QSortFilterProxyModelPrivate::proxy_item_range| Name: | QSortFilterProxyModelPrivate::proxy_item_range | | Prototype: | void QSortFilterProxyModelPrivate::proxy_item_range( const QVector<int> &source_to_proxy, const QVector<int> &source_items, int &proxy_low, int &proxy_high) const | | Coverage: | 80.000% (8/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 977-991 |
| | 9 | 4 |
QSortFilterProxyModelPrivate::proxy_to_source| Name: | QSortFilterProxyModelPrivate::proxy_to_source | | Prototype: | QModelIndex QSortFilterProxyModelPrivate::proxy_to_source(const QModelIndex &proxy_index) const | | Coverage: | 58.333% (7/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 368-384 |
| | 13 | 4 |
QSpanCollection::spanAt| Name: | QSpanCollection::spanAt | | Prototype: | QSpanCollection::Span *QSpanCollection::spanAt(int x, int y) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 135-147 |
| | 10 | 4 |
QSpdyProtocolHandler::composeHeader| Name: | QSpdyProtocolHandler::composeHeader | | Prototype: | QByteArray QSpdyProtocolHandler::composeHeader(const QHttpNetworkRequest &request) | | Coverage: | 83.333% (15/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 465-525 |
| | 36 | 4 |
QSpdyProtocolHandler::readNextChunk| Name: | QSpdyProtocolHandler::readNextChunk | | Prototype: | bool QSpdyProtocolHandler::readNextChunk(qint64 length, char *sink) | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 533-561 |
| | 16 | 4 |
QSpiApplicationAdaptor::notifyKeyboardListenerCallback| Name: | QSpiApplicationAdaptor::notifyKeyboardListenerCallback | | Prototype: | void QSpiApplicationAdaptor::notifyKeyboardListenerCallback(const QDBusMessage& message) | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/linuxaccessibility/application.cpp | | Lines: | 205-220 |
| | 10 | 4 |