| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QUnicodeTools::initScripts| Name: | QUnicodeTools::initScripts | | Prototype: | void initScripts(const ushort *string, int length, uchar *scripts) | | Coverage: | 100.000% (27/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qunicodetools.cpp | | Lines: | 679-751 |
| | 24 | 9 |
QTriangulatingStroker::cubicTo| Name: | QTriangulatingStroker::cubicTo | | Prototype: | void QTriangulatingStroker::cubicTo(const qreal *pts) | | Coverage: | 0.000% (0/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulatingstroker.cpp | | Lines: | 307-342 |
| | 24 | 3 |
QTreeViewPrivate::renderTreeToPixmapForAnimation| Name: | QTreeViewPrivate::renderTreeToPixmapForAnimation | | Prototype: | QPixmap QTreeViewPrivate::renderTreeToPixmapForAnimation(const QRect &rect) const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 3244-3281 |
| | 24 | 6 |
QTreeViewPrivate::columnRanges| Name: | QTreeViewPrivate::columnRanges | | Prototype: | QList<QPair<int, int> > QTreeViewPrivate::columnRanges(const QModelIndex &topIndex, const QModelIndex &bottomIndex) const | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 3783-3828 |
| | 24 | 7 |
QTreeView::timerEvent| Name: | QTreeView::timerEvent | | Prototype: | void QTreeView::timerEvent(QTimerEvent *event) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 1241-1272 |
| | 24 | 6 |
QTreeView::setHeader| Name: | QTreeView::setHeader | | Prototype: | void QTreeView::setHeader(QHeaderView *header) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtreeview.cpp | | Lines: | 306-336 |
| | 24 | 5 |
QTranslatorPrivate::clear| Name: | QTranslatorPrivate::clear | | Prototype: | void QTranslatorPrivate::clear() | | Coverage: | 93.333% (14/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qtranslator.cpp | | Lines: | 1052-1085 |
| | 24 | 5 |
QToolBoxButton::initStyleOption| Name: | QToolBoxButton::initStyleOption | | Prototype: | void QToolBoxButton::initStyleOption(QStyleOptionToolBox *option) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbox.cpp | | Lines: | 197-228 |
| | 24 | 9 |
QToolBar::initStyleOption| Name: | QToolBar::initStyleOption | | Prototype: | void QToolBar::initStyleOption(QStyleOptionToolBar *option) const | | Coverage: | 0.000% (0/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtoolbar.cpp | | Lines: | 1257-1285 |
| | 24 | 4 |
QTimeZonePrivate::isValidId| Name: | QTimeZonePrivate::isValidId | | Prototype: | bool QTimeZonePrivate::isValidId(const QByteArray &ianaId) | | Coverage: | 97.727% (43/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtimezoneprivate.cpp | | Lines: | 445-509 |
| | 24 | 8 |
QTextTablePrivate::createTable| Name: | QTextTablePrivate::createTable | | Prototype: | QTextTable *QTextTablePrivate::createTable(QTextDocumentPrivate *pieceTable, int pos, int rows, int cols, const QTextTableFormat &tableFormat) | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtexttable.cpp | | Lines: | 322-364 |
| | 24 | 2 |
QTextStream::pos| Name: | QTextStream::pos | | Prototype: | qint64 QTextStream::pos() const | | Coverage: | 68.000% (17/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qtextstream.cpp | | Lines: | 1226-1269 |
| | 24 | 9 |
QTextCursor::movePosition| Name: | QTextCursor::movePosition | | Prototype: | bool QTextCursor::movePosition(MoveOperation op, MoveMode mode, int n) | | Coverage: | 0.000% (0/42) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp | | Lines: | 1230-1269 |
| | 24 | 15 |
QTestResult::compare| Name: | QTestResult::compare | | Prototype: | bool QTestResult::compare(bool success, const char *failureMsg, char *val1, char *val2, const char *actual, const char *expected, const char *file, int line) | | Coverage: | 80.000% (20/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp | | Lines: | 253-291 |
| | 24 | 8 |
QTest::FatalSignalHandler::FatalSignalHandler| Name: | QTest::FatalSignalHandler::FatalSignalHandler | | Prototype: | FatalSignalHandler::FatalSignalHandler() | | Coverage: | 91.667% (11/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp | | Lines: | 2658-2712 |
| | 24 | 4 |
QTableView::setHorizontalHeader| Name: | QTableView::setHorizontalHeader | | Prototype: | void QTableView::setHorizontalHeader(QHeaderView *header) | | Coverage: | 0.000% (0/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 1223-1254 |
| | 24 | 5 |
QTabBarPrivate::layoutTab| Name: | QTabBarPrivate::layoutTab | | Prototype: | void QTabBarPrivate::layoutTab(int index) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 621-655 |
| | 24 | 8 |
QTabBar::setTabsClosable| Name: | QTabBar::setTabsClosable | | Prototype: | void QTabBar::setTabsClosable(bool closable) | | Coverage: | 0.000% (0/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 2202-2234 |
| | 24 | 9 |
QTabBar::insertTab| Name: | QTabBar::insertTab | | Prototype: | int QTabBar::insertTab(int index, const QIcon& icon, const QString &text) | | Coverage: | 0.000% (0/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | | Lines: | 869-904 |
| | 24 | 7 |
QSystemLocaleData::readEnvironment| Name: | QSystemLocaleData::readEnvironment | | Prototype: | void QSystemLocaleData::readEnvironment() | | Coverage: | 65.517% (19/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale_unix.cpp | | Lines: | 69-96 |
| | 24 | 7 |
QStandardItemPrivate::insertRows| Name: | QStandardItemPrivate::insertRows | | Prototype: | bool QStandardItemPrivate::insertRows(int row, const QList<QStandardItem*> &items) | | Coverage: | 0.000% (0/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp | | Lines: | 369-398 |
| | 24 | 8 |
QSslSocket::startClientEncryption| Name: | QSslSocket::startClientEncryption | | Prototype: | void QSslSocket::startClientEncryption() | | Coverage: | 61.538% (8/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp | | Lines: | 1780-1799 |
| | 24 | 5 |
QSqlTableModel::insertRows| Name: | QSqlTableModel::insertRows | | Prototype: | bool QSqlTableModel::insertRows(int row, int count, const QModelIndex &parent) | | Coverage: | 80.645% (25/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | | Lines: | 1138-1173 |
| | 24 | 8 |
QSpdyProtocolHandler::sendRequest| Name: | QSpdyProtocolHandler::sendRequest | | Prototype: | bool QSpdyProtocolHandler::sendRequest() | | Coverage: | 71.429% (5/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | | Lines: | 280-315 |
| | 24 | 3 |
QSpanCollection::checkConsistency| Name: | QSpanCollection::checkConsistency | | Prototype: | bool QSpanCollection::checkConsistency() const | | Coverage: | 0.000% (0/40) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | | Lines: | 538-571 |
| | 24 | 10 |
QSortFilterProxyModelPrivate::handle_filter_changed| Name: | QSortFilterProxyModelPrivate::handle_filter_changed | | Prototype: | QSet<int> QSortFilterProxyModelPrivate::handle_filter_changed( QVector<int> &source_to_proxy, QVector<int> &proxy_to_source, const QModelIndex &source_parent, Qt::Orientation orient) | | Coverage: | 92.857% (26/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp | | Lines: | 1111-1150 |
| | 24 | 8 |
QShortcutMap::createNewSequences| Name: | QShortcutMap::createNewSequences | | Prototype: | void QShortcutMap::createNewSequences(QKeyEvent *e, QVector<QKeySequence> &ksl, int ignoredModifiers) | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qshortcutmap.cpp | | Lines: | 533-566 |
| | 24 | 5 |
QSharedMemoryPrivate::initKey| Name: | QSharedMemoryPrivate::initKey | | Prototype: | bool QSharedMemoryPrivate::initKey() | | Coverage: | 45.000% (9/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp | | Lines: | 236-273 |
| | 24 | 10 |
QScrollerPropertiesPrivate::defaults| Name: | QScrollerPropertiesPrivate::defaults | | Prototype: | QScrollerPropertiesPrivate *QScrollerPropertiesPrivate::defaults() | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscrollerproperties.cpp | | Lines: | 49-81 |
| | 24 | 2 |
QScroller::grabGesture| Name: | QScroller::grabGesture | | Prototype: | Qt::GestureType QScroller::grabGesture(QObject *target, ScrollerGestureType scrollGestureType) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | | Lines: | 398-434 |
| | 24 | 12 |
QRenderRule::fixupBorder| Name: | QRenderRule::fixupBorder | | Prototype: | void QRenderRule::fixupBorder(int nativeWidth) | | Coverage: | 0.000% (0/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp | | Lines: | 1075-1116 |
| | 24 | 12 |
QRegExpMatchState::prepareForMatch| Name: | QRegExpMatchState::prepareForMatch | | Prototype: | void QRegExpMatchState::prepareForMatch(QRegExpEngine *eng) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | | Lines: | 1365-1406 |
| | 24 | 1 |
QReadWriteLock::tryLockForRead| Name: | QReadWriteLock::tryLockForRead | | Prototype: | bool QReadWriteLock::tryLockForRead() | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp | | Lines: | 181-208 |
| | 24 | 5 |
QRasterPlatformPixmap::fill| Name: | QRasterPlatformPixmap::fill | | Prototype: | void QRasterPlatformPixmap::fill(const QColor &color) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | | Lines: | 166-204 |
| | 24 | 9 |
QProcess::readData| Name: | QProcess::readData | | Prototype: | qint64 QProcess::readData(char *data, qint64 maxlen) | | Coverage: | 68.182% (15/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | | Lines: | 1915-1959 |
| | 24 | 6 |
QPrintPreviewWidgetPrivate::layoutPages| Name: | QPrintPreviewWidgetPrivate::layoutPages | | Prototype: | void QPrintPreviewWidgetPrivate::layoutPages() | | Coverage: | 51.613% (16/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | | Lines: | 348-384 |
| | 24 | 8 |
QPpmHandler::option| Name: | QPpmHandler::option | | Prototype: | QVariant QPpmHandler::option(ImageOption option) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qppmhandler.cpp | | Lines: | 493-528 |
| | 24 | 15 |
QPollingFileSystemWatcherEngine::addPaths| Name: | QPollingFileSystemWatcherEngine::addPaths | | Prototype: | QStringList QPollingFileSystemWatcherEngine::addPaths(const QStringList &paths, QStringList *files, QStringList *directories) | | Coverage: | 70.370% (19/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_polling.cpp | | Lines: | 48-82 |
| | 24 | 8 |
QPlatformFontDatabase::registerQPF2Font| Name: | QPlatformFontDatabase::registerQPF2Font | | Prototype: | void QPlatformFontDatabase::registerQPF2Font(const QByteArray &dataArray, void *handle) | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qplatformfontdatabase.cpp | | Lines: | 64-99 |
| | 24 | 8 |
QPlainTestLogger::printMessage| Name: | QPlainTestLogger::printMessage | | Prototype: | void QPlainTestLogger::printMessage(const char *type, const char *msg, const char *file, int line) | | Coverage: | 76.190% (16/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | | Lines: | 233-265 |
| | 24 | 4 |
QPictureIO::pictureFormat| Name: | QPictureIO::pictureFormat | | Prototype: | QByteArray QPictureIO::pictureFormat(QIODevice *d) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 1753-1788 |
| | 24 | 8 |
QPicture::play| Name: | QPicture::play | | Prototype: | bool QPicture::play(QPainter *painter) | | Coverage: | 0.000% (0/15) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | | Lines: | 408-441 |
| | 24 | 5 |
QPdfEnginePrivate::writeHeader| Name: | QPdfEnginePrivate::writeHeader | | Prototype: | void QPdfEnginePrivate::writeHeader() | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1458-1491 |
| | 24 | 1 |
QPdfEngine::setBrush| Name: | QPdfEngine::setBrush | | Prototype: | void QPdfEngine::setBrush() | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | | Lines: | 1217-1250 |
| | 24 | 7 |
QPathClipper::pathToRect| Name: | QPathClipper::pathToRect | | Prototype: | bool QPathClipper::pathToRect(const QPainterPath &path, QRectF *rect) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp | | Lines: | 1504-1540 |
| | 24 | 8 |
QPainter::setClipPath| Name: | QPainter::setClipPath | | Prototype: | void QPainter::setClipPath(const QPainterPath &path, Qt::ClipOperation op) | | Coverage: | 0.000% (0/27) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | | Lines: | 3229-3269 |
| | 24 | 7 |
QPageSetupWidget::QPageSetupWidget| Name: | QPageSetupWidget::QPageSetupWidget | | Prototype: | QPageSetupWidget::QPageSetupWidget(QWidget *parent) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qpagesetupdialog_unix.cpp | | Lines: | 224-272 |
| | 24 | 1 |
QOpenGLTexture::setSize| Name: | QOpenGLTexture::setSize | | Prototype: | void QOpenGLTexture::setSize(int width, int height, int depth) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | | Lines: | 2611-2654 |
| | 24 | 14 |
QOpenGLFunctions_1_3::~QOpenGLFunctions_1_3| Name: | QOpenGLFunctions_1_3::~QOpenGLFunctions_1_3 | | Prototype: | QOpenGLFunctions_1_3::~QOpenGLFunctions_1_3() | | Coverage: | 0.000% (0/41) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_3.cpp | | Lines: | 75-109 |
| | 24 | 9 |
QOpenGLContext::versionFunctions| Name: | QOpenGLContext::versionFunctions | | Prototype: | QAbstractOpenGLFunctions *QOpenGLContext::versionFunctions(const QOpenGLVersionProfile &versionProfile) const | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglcontext.cpp | | Lines: | 817-861 |
| | 24 | 8 |
QNetworkCookieJar::cookiesForUrl| Name: | QNetworkCookieJar::cookiesForUrl | | Prototype: | QList<QNetworkCookie> QNetworkCookieJar::cookiesForUrl(const QUrl &url) const | | Coverage: | 93.103% (27/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkcookiejar.cpp | | Lines: | 211-254 |
| | 24 | 9 |
QNetworkAccessManagerPrivate::_q_networkSessionStateChanged| Name: | QNetworkAccessManagerPrivate::_q_networkSessionStateChanged | | Prototype: | void QNetworkAccessManagerPrivate::_q_networkSessionStateChanged(QNetworkSession::State state) | | Coverage: | 31.818% (14/44) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessmanager.cpp | | Lines: | 1610-1649 |
| | 24 | 12 |
QNetworkAccessBackend::start| Name: | QNetworkAccessBackend::start | | Prototype: | bool QNetworkAccessBackend::start() | | Coverage: | 57.143% (16/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qnetworkaccessbackend.cpp | | Lines: | 366-425 |
| | 24 | 8 |
QMimeXMLProvider::ensureLoaded| Name: | QMimeXMLProvider::ensureLoaded | | Prototype: | void QMimeXMLProvider::ensureLoaded() | | Coverage: | 85.000% (17/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/mimetypes/qmimeprovider.cpp | | Lines: | 751-791 |
| | 24 | 8 |
QMessageBoxPrivate::detectEscapeButton| Name: | QMessageBoxPrivate::detectEscapeButton | | Prototype: | void QMessageBoxPrivate::detectEscapeButton() | | Coverage: | 0.000% (0/31) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 1032-1074 |
| | 24 | 11 |
QMessageBox::keyPressEvent| Name: | QMessageBox::keyPressEvent | | Prototype: | void QMessageBox::keyPressEvent(QKeyEvent *e) | | Coverage: | 0.000% (0/38) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qmessagebox.cpp | | Lines: | 1450-1526 |
| | 24 | 10 |
QMenuBarPrivate::handleReparent| Name: | QMenuBarPrivate::handleReparent | | Prototype: | void QMenuBarPrivate::handleReparent() | | Coverage: | 0.000% (0/29) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmenubar.cpp | | Lines: | 1326-1382 |
| | 24 | 9 |
QMdiSubWindow::mousePressEvent| Name: | QMdiSubWindow::mousePressEvent | | Prototype: | void QMdiSubWindow::mousePressEvent(QMouseEvent *mouseEvent) | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3182-3223 |
| | 24 | 9 |
QMdiSubWindow::mouseMoveEvent| Name: | QMdiSubWindow::mouseMoveEvent | | Prototype: | void QMdiSubWindow::mouseMoveEvent(QMouseEvent *mouseEvent) | | Coverage: | 0.000% (0/45) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdisubwindow.cpp | | Lines: | 3310-3350 |
| | 24 | 9 |
QMdiArea::showEvent| Name: | QMdiArea::showEvent | | Prototype: | void QMdiArea::showEvent(QShowEvent *showEvent) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qmdiarea.cpp | | Lines: | 2361-2399 |
| | 24 | 10 |
QMatrix4x4::ortho| Name: | QMatrix4x4::ortho | | Prototype: | void QMatrix4x4::ortho(float left, float right, float bottom, float top, float nearPlane, float farPlane) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1401-1432 |
| | 24 | 2 |
QMatrix4x4::frustum| Name: | QMatrix4x4::frustum | | Prototype: | void QMatrix4x4::frustum(float left, float right, float bottom, float top, float nearPlane, float farPlane) | | Coverage: | 0.000% (0/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qmatrix4x4.cpp | | Lines: | 1442-1473 |
| | 24 | 2 |
QLocale::standaloneMonthName| Name: | QLocale::standaloneMonthName | | Prototype: | QString QLocale::standaloneMonthName(int month, FormatType type) const | | Coverage: | 65.217% (15/23) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qlocale.cpp | | Lines: | 2178-2214 |
| | 24 | 9 |
QLocalSocketPrivate::generateErrorString| Name: | QLocalSocketPrivate::generateErrorString | | Prototype: | QString QLocalSocketPrivate::generateErrorString(QLocalSocket::LocalSocketError error, const QString &function) const | | Coverage: | 29.167% (7/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 126-165 |
| | 24 | 13 |
QLocalSocket::waitForConnected| Name: | QLocalSocket::waitForConnected | | Prototype: | bool QLocalSocket::waitForConnected(int msec) | | Coverage: | 9.091% (2/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qlocalsocket_unix.cpp | | Lines: | 507-542 |
| | 24 | 6 |
QLineEdit::mouseDoubleClickEvent| Name: | QLineEdit::mouseDoubleClickEvent | | Prototype: | void QLineEdit::mouseDoubleClickEvent(QMouseEvent* e) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlineedit.cpp | | Lines: | 1572-1615 |
| | 24 | 8 |
QLabel::setText| Name: | QLabel::setText | | Prototype: | void QLabel::setText(const QString &text) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qlabel.cpp | | Lines: | 288-332 |
| | 24 | 6 |
QJsonValue::operator==| Name: | QJsonValue::operator== | | Prototype: | bool QJsonValue::operator==(const QJsonValue &other) const | | Coverage: | 22.857% (8/35) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/json/qjsonvalue.cpp | | Lines: | 599-634 |
| | 24 | 15 |
QIntersectionPoint::isOnLine| Name: | QIntersectionPoint::isOnLine | | Prototype: | bool QIntersectionPoint::isOnLine(const QPodPoint &u, const QPodPoint &v) const | | Coverage: | 0.000% (0/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qtriangulator.cpp | | Lines: | 336-371 |
| | 24 | 9 |
QImageScale::qimageCalcScaleInfo| Name: | QImageScale::qimageCalcScaleInfo | | Prototype: | QImageScaleInfo* QImageScale::qimageCalcScaleInfo(const QImage &img, int sw, int sh, int dw, int dh, char aa) | | Coverage: | 0.000% (0/19) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qimagescale.cpp | | Lines: | 223-256 |
| | 24 | 7 |
QIcuCodec::convertFromUnicode| Name: | QIcuCodec::convertFromUnicode | | Prototype: | QByteArray QIcuCodec::convertFromUnicode(const QChar *unicode, int length, QTextCodec::ConverterState *state) const | | Coverage: | 63.636% (7/11) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/codecs/qicucodec.cpp | | Lines: | 624-656 |
| | 24 | 5 |
QHttpSocketEngine::slotSocketConnected| Name: | QHttpSocketEngine::slotSocketConnected | | Prototype: | void QHttpSocketEngine::slotSocketConnected() | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qhttpsocketengine.cpp | | Lines: | 476-510 |
| | 24 | 4 |
QHttpNetworkReplyPrivate::getChunkSize| Name: | QHttpNetworkReplyPrivate::getChunkSize | | Prototype: | qint64 QHttpNetworkReplyPrivate::getChunkSize(QAbstractSocket *socket, qint64 *chunkSize) | | Coverage: | 72.000% (18/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qhttpnetworkreply.cpp | | Lines: | 905-943 |
| | 24 | 5 |
QHeaderViewPrivate::write| Name: | QHeaderViewPrivate::write | | Prototype: | void QHeaderViewPrivate::write(QDataStream &out) const | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qheaderview.cpp | | Lines: | 3665-3696 |
| | 24 | 1 |
QGraphicsView::fitInView| Name: | QGraphicsView::fitInView | | Prototype: | void QGraphicsView::fitInView(const QRectF &rect, Qt::AspectRatioMode aspectRatioMode) | | Coverage: | 0.000% (0/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsview.cpp | | Lines: | 2052-2090 |
| | 24 | 8 |
QGraphicsScene::wheelEvent| Name: | QGraphicsScene::wheelEvent | | Prototype: | void QGraphicsScene::wheelEvent(QGraphicsSceneWheelEvent *wheelEvent) | | Coverage: | 0.000% (0/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qgraphicsscene.cpp | | Lines: | 4133-4179 |
| | 24 | 8 |
QGLShader::compileSourceCode| Name: | QGLShader::compileSourceCode | | Prototype: | bool QGLShader::compileSourceCode(const char *source) | | Coverage: | 26.667% (8/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qglshaderprogram.cpp | | Lines: | 399-443 |
| | 24 | 8 |
QGLFormat::toSurfaceFormat| Name: | QGLFormat::toSurfaceFormat | | Prototype: | QSurfaceFormat QGLFormat::toSurfaceFormat(const QGLFormat &format) | | Coverage: | 44.000% (11/25) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/opengl/qgl.cpp | | Lines: | 472-501 |
| | 24 | 9 |
QFutureInterfaceBasePrivate::connectOutputInterface| Name: | QFutureInterfaceBasePrivate::connectOutputInterface | | Prototype: | void QFutureInterfaceBasePrivate::connectOutputInterface(QFutureCallOutInterface *interface) | | Coverage: | 81.250% (13/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qfutureinterface.cpp | | Lines: | 548-582 |
| | 24 | 6 |
QFreetypeFace::computeSize| Name: | QFreetypeFace::computeSize | | Prototype: | void QFreetypeFace::computeSize(const QFontDef &fontDef, int *xsize, int *ysize, bool *outline_drawing) | | Coverage: | 13.889% (5/36) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine_ft.cpp | | Lines: | 327-367 |
| | 24 | 8 |
QFormLayoutPrivate::setupHorizontalLayoutData| Name: | QFormLayoutPrivate::setupHorizontalLayoutData | | Prototype: | void QFormLayoutPrivate::setupHorizontalLayoutData(int width) | | Coverage: | 0.000% (0/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qformlayout.cpp | | Lines: | 842-894 |
| | 24 | 7 |
QFontconfigDatabase::addApplicationFont| Name: | QFontconfigDatabase::addApplicationFont | | Prototype: | QStringList QFontconfigDatabase::addApplicationFont(const QByteArray &fontData, const QString &fileName) | | Coverage: | 62.500% (10/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/fontdatabases/fontconfig/qfontconfigdatabase.cpp | | Lines: | 767-803 |
| | 24 | 6 |
QFontEngine::harfbuzzFont| Name: | QFontEngine::harfbuzzFont | | Prototype: | void *QFontEngine::harfbuzzFont() const | | Coverage: | 0.000% (0/16) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontengine.cpp | | Lines: | 302-336 |
| | 24 | 6 |
QFontDatabase::isSmoothlyScalable| Name: | QFontDatabase::isSmoothlyScalable | | Prototype: | bool QFontDatabase::isSmoothlyScalable(const QString &family, const QString &style) const | | Coverage: | 0.000% (0/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qfontdatabase.cpp | | Lines: | 1700-1737 |
| | 24 | 10 |
QFileSystemEngine::getLinkTarget| Name: | QFileSystemEngine::getLinkTarget | | Prototype: | QFileSystemEntry QFileSystemEngine::getLinkTarget(const QFileSystemEntry &link, QFileSystemMetaData &data) | | Coverage: | 82.143% (23/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemengine_unix.cpp | | Lines: | 144-230 |
| | 24 | 8 |
QFactoryLoader::instance| Name: | QFactoryLoader::instance | | Prototype: | QObject *QFactoryLoader::instance(int index) const | | Coverage: | 63.333% (19/30) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/plugin/qfactoryloader.cpp | | Lines: | 251-285 |
| | 24 | 10 |
QFSFileEnginePrivate::writeFdFh| Name: | QFSFileEnginePrivate::writeFdFh | | Prototype: | qint64 QFSFileEnginePrivate::writeFdFh(const char *data, qint64 len) | | Coverage: | 76.471% (26/34) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfsfileengine.cpp | | Lines: | 716-765 |
| | 24 | 9 |
QEventDispatcherUNIX::setSocketNotifierPending| Name: | QEventDispatcherUNIX::setSocketNotifierPending | | Prototype: | void QEventDispatcherUNIX::setSocketNotifierPending(QSocketNotifier *notifier) | | Coverage: | 0.000% (0/24) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_unix.cpp | | Lines: | 502-543 |
| | 24 | 7 |
QEventDispatcherGlib::~QEventDispatcherGlib| Name: | QEventDispatcherGlib::~QEventDispatcherGlib | | Prototype: | QEventDispatcherGlib::~QEventDispatcherGlib() | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qeventdispatcher_glib.cpp | | Lines: | 360-396 |
| | 24 | 2 |
QEvdevTouchScreenData::reportPoints| Name: | QEvdevTouchScreenData::reportPoints | | Prototype: | void QEvdevTouchScreenData::reportPoints() | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | | Lines: | 634-676 |
| | 24 | 6 |
QEvdevTouchScreenData::assignIds| Name: | QEvdevTouchScreenData::assignIds | | Prototype: | void QEvdevTouchScreenData::assignIds() | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchhandler.cpp | | Lines: | 600-632 |
| | 24 | 8 |
QEvdevTouchManager::QEvdevTouchManager| Name: | QEvdevTouchManager::QEvdevTouchManager | | Prototype: | QEvdevTouchManager::QEvdevTouchManager(const QString &key, const QString &specification, QObject *parent) | | Coverage: | 0.000% (0/22) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtouch/qevdevtouchmanager.cpp | | Lines: | 48-89 |
| | 24 | 10 |
QEvdevTabletHandler::QEvdevTabletHandler| Name: | QEvdevTabletHandler::QEvdevTabletHandler | | Prototype: | QEvdevTabletHandler::QEvdevTabletHandler(const QString &spec, QObject *parent) | | Coverage: | 0.000% (0/28) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/platformsupport/input/evdevtablet/qevdevtablet.cpp | | Lines: | 214-249 |
| | 24 | 10 |
QEglFSCursor::initCursorAtlas| Name: | QEglFSCursor::initCursorAtlas | | Prototype: | void QEglFSCursor::initCursorAtlas() | | Coverage: | 0.000% (0/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/plugins/platforms/eglfs/qeglfscursor.cpp | | Lines: | 161-196 |
| | 24 | 4 |
QDockWidgetPrivate::updateButtons| Name: | QDockWidgetPrivate::updateButtons | | Prototype: | void QDockWidgetPrivate::updateButtons() | | Coverage: | 0.000% (0/5) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdockwidget.cpp | | Lines: | 667-704 |
| | 24 | 1 |
QDirModelPrivate::children| Name: | QDirModelPrivate::children | | Prototype: | QVector<QDirModelPrivate::QDirNode> QDirModelPrivate::children(QDirNode *parent, bool stat) const | | Coverage: | 0.000% (0/26) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qdirmodel.cpp | | Lines: | 1183-1218 |
| | 24 | 8 |
QDir::cd| Name: | QDir::cd | | Prototype: | bool QDir::cd(const QString &dirName) | | Coverage: | 93.750% (30/32) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 865-922 |
| | 24 | 8 |
QDateTimeParser::potentialValue| Name: | QDateTimeParser::potentialValue | | Prototype: | bool QDateTimeParser::potentialValue(const QString &str, int min, int max, int index, const QDateTime ¤tValue, int insert) const | | Coverage: | 97.297% (36/37) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1537-1572 |
| | 24 | 11 |
QDateTimeParser::fieldInfo| Name: | QDateTimeParser::fieldInfo | | Prototype: | QDateTimeParser::FieldInfo QDateTimeParser::fieldInfo(int index) const | | Coverage: | 69.697% (23/33) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1449-1496 |
| | 24 | 19 |
QDateTimeEditPrivate::init| Name: | QDateTimeEditPrivate::init | | Prototype: | void QDateTimeEditPrivate::init(const QVariant &var) | | Coverage: | 0.000% (0/18) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qdatetimeedit.cpp | | Lines: | 2387-2422 |
| | 24 | 8 |