Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity |
QTextHtmlImporter::QTextHtmlImporterName: | QTextHtmlImporter::QTextHtmlImporter | Prototype: | QTextHtmlImporter::QTextHtmlImporter(QTextDocument *_doc, const QString &_html, ImportMode mode, const QTextDocument *resourceProvider) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 422-448 |
| | 14 | 4 |
QTextHtmlExporter::emitTextFrameName: | QTextHtmlExporter::emitTextFrame | Prototype: | void QTextHtmlExporter::emitTextFrame(const QTextFrame *f) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 3168-3191 |
| | 14 | 3 |
QTextFramePrivate::fragmentRemovedName: | QTextFramePrivate::fragmentRemoved | Prototype: | void QTextFramePrivate::fragmentRemoved(QChar type, uint fragment) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextobject.cpp | Lines: | 553-571 |
| | 14 | 4 |
QTextEngine::setPreeditAreaName: | QTextEngine::setPreeditArea | Prototype: | void QTextEngine::setPreeditArea(int position, const QString &preeditText) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2604-2624 |
| | 14 | 5 |
QTextEngine::setFormatsName: | QTextEngine::setFormats | Prototype: | void QTextEngine::setFormats(const QVector<QTextLayout::FormatRange> &formats) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2626-2647 |
| | 14 | 5 |
QTextEngine::formatIndexName: | QTextEngine::formatIndex | Prototype: | int QTextEngine::formatIndex(const QScriptItem *si) const | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp | Lines: | 2520-2540 |
| | 14 | 5 |
QTextDocumentPrivate::changeObjectFormatName: | QTextDocumentPrivate::changeObjectFormat | Prototype: | void QTextDocumentPrivate::changeObjectFormat(QTextObject *obj, int format) | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 1400-1420 |
| | 14 | 3 |
QTextDocumentPrivate::appendUndoItemName: | QTextDocumentPrivate::appendUndoItem | Prototype: | void QTextDocumentPrivate::appendUndoItem(QAbstractUndoItem *item) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp | Lines: | 1035-1054 |
| | 14 | 2 |
QTextDocumentLayout::timerEventName: | QTextDocumentLayout::timerEvent | Prototype: | void QTextDocumentLayout::timerEvent(QTimerEvent *e) | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 3309-3330 |
| | 14 | 6 |
QTextDocumentLayout::drawName: | QTextDocumentLayout::draw | Prototype: | void QTextDocumentLayout::draw(QPainter *painter, const PaintContext &context) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp | Lines: | 2862-2888 |
| | 14 | 4 |
QTextDocument::adjustSizeName: | QTextDocument::adjustSize | Prototype: | void QTextDocument::adjustSize() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument.cpp | Lines: | 803-823 |
| | 14 | 3 |
QTextCopyHelper::convertFormatIndexName: | QTextCopyHelper::convertFormatIndex | Prototype: | int QTextCopyHelper::convertFormatIndex(const QTextFormat &oldFormat, int objectIndexToSet) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentfragment.cpp | Lines: | 68-86 |
| | 14 | 4 |
QTest::messageFormatStringName: | QTest::messageFormatString | Prototype: | static const char *messageFormatString(bool noDescription, bool noTag) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | Lines: | 204-224 |
| | 14 | 4 |
QTest::incidentFormatStringName: | QTest::incidentFormatString | Prototype: | static const char *incidentFormatString(bool noDescription, bool noTag) | Coverage: | 100.000% (10/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qxmltestlogger.cpp | Lines: | 177-197 |
| | 14 | 4 |
QTableViewPrivate::initName: | QTableViewPrivate::init | Prototype: | void QTableViewPrivate::init() | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 604-625 |
| | 14 | 1 |
QTableView::visualRectName: | QTableView::visualRect | Prototype: | QRect QTableView::visualRect(const QModelIndex &index) const | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2676-2697 |
| | 14 | 3 |
QTableView::rowMovedName: | QTableView::rowMoved | Prototype: | void QTableView::rowMoved(int, int oldIndex, int newIndex) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2919-2938 |
| | 14 | 2 |
QTableView::columnMovedName: | QTableView::columnMoved | Prototype: | void QTableView::columnMoved(int, int oldIndex, int newIndex) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 2947-2966 |
| | 14 | 2 |
QTableModel::setVerticalHeaderItemName: | QTableModel::setVerticalHeaderItem | Prototype: | void QTableModel::setVerticalHeaderItem(int section, QTableWidgetItem *item) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 294-314 |
| | 14 | 5 |
QTableModel::setHorizontalHeaderItemName: | QTableModel::setHorizontalHeaderItem | Prototype: | void QTableModel::setHorizontalHeaderItem(int section, QTableWidgetItem *item) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp | Lines: | 272-292 |
| | 14 | 5 |
QTableCornerButton::paintEventName: | QTableCornerButton::paintEvent | Prototype: | void paintEvent(QPaintEvent*) override | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp | Lines: | 586-601 |
| | 14 | 4 |
QTabBarPrivate::slideName: | QTabBarPrivate::slide | Prototype: | void QTabBarPrivate::slide(int from, int to) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 1880-1896 |
| | 14 | 2 |
QTabBarPrivate::_q_closeTabName: | QTabBarPrivate::_q_closeTab | Prototype: | void QTabBarPrivate::_q_closeTab() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp | Lines: | 763-784 |
| | 14 | 6 |
QStyle::sliderPositionFromValueName: | QStyle::sliderPositionFromValue | Prototype: | int QStyle::sliderPositionFromValue(int min, int max, int logicalValue, int span, bool upsideDown) | Coverage: | 0.000% (0/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2214-2237 |
| | 14 | 5 |
QStyle::alignedRectName: | QStyle::alignedRect | Prototype: | QRect QStyle::alignedRect(Qt::LayoutDirection direction, Qt::Alignment alignment, const QSize &size, const QRect &rectangle) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstyle.cpp | Lines: | 2165-2181 |
| | 14 | 5 |
QString::rightJustifiedName: | QString::rightJustified | Prototype: | QString QString::rightJustified(int width, QChar fill, bool truncate) const | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5738-5757 |
| | 14 | 5 |
QString::numberName: | QString::number | Prototype: | QString QString::number(double n, char f, int prec) | Coverage: | 66.667% (8/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 6789-6816 |
| | 14 | 6 |
QString::leftJustifiedName: | QString::leftJustified | Prototype: | QString QString::leftJustified(int width, QChar fill, bool truncate) const | Coverage: | 100.000% (14/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 5699-5718 |
| | 14 | 5 |
QString::lastIndexOfName: | QString::lastIndexOf | Prototype: | int QString::lastIndexOf(const QString &str, int from, Qt::CaseSensitivity cs) const | Coverage: | 100.000% (20/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 3265-3283 |
| | 14 | 6 |
QString::fromLatin1_helperName: | QString::fromLatin1_helper | Prototype: | QString::Data *QString::fromLatin1_helper(const char *str, int size) | Coverage: | 72.222% (13/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp | Lines: | 4678-4697 |
| | 14 | 5 |
QStateMachinePrivate::unregisterRestorablesName: | QStateMachinePrivate::unregisterRestorables | Prototype: | void QStateMachinePrivate::unregisterRestorables(const QList<QAbstractState *> &states, QObject *object, const QByteArray &propertyName) | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1339-1363 |
| | 14 | 5 |
QStateMachinePrivate::registerEventTransitionName: | QStateMachinePrivate::registerEventTransition | Prototype: | void QStateMachinePrivate::registerEventTransition(QEventTransition *transition) | Coverage: | 73.333% (11/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2352-2374 |
| | 14 | 5 |
QStateMachinePrivate::_q_startDelayedEventTimerName: | QStateMachinePrivate::_q_startDelayedEventTimer | Prototype: | void QStateMachinePrivate::_q_startDelayedEventTimer(int id, int delay) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 1949-1970 |
| | 14 | 3 |
QStateMachine::postEventName: | QStateMachine::postEvent | Prototype: | void QStateMachine::postEvent(QEvent *event, EventPriority priority) | Coverage: | 76.923% (10/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp | Lines: | 2687-2714 |
| | 14 | 7 |
QSslContext::cacheSessionName: | QSslContext::cacheSession | Prototype: | bool QSslContext::cacheSession(SSL* ssl) | Coverage: | 59.091% (13/22) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcontext_openssl.cpp | Lines: | 469-495 |
| | 14 | 7 |
QSslCertificatePrivate::text_from_X509Name: | QSslCertificatePrivate::text_from_X509 | Prototype: | QString QSslCertificatePrivate::text_from_X509(X509 *x509) | Coverage: | 38.462% (5/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp | Lines: | 557-580 |
| | 14 | 5 |
QSqlTableModel::updateRowInTableName: | QSqlTableModel::updateRowInTable | Prototype: | bool QSqlTableModel::updateRowInTable(int row, const QSqlRecord &values) | Coverage: | 50.000% (5/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 626-646 |
| | 14 | 2 |
QSqlTableModel::selectName: | QSqlTableModel::select | Prototype: | bool QSqlTableModel::select() | Coverage: | 88.889% (8/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp | Lines: | 363-385 |
| | 14 | 3 |
QSqlRelationalTableModel::dataName: | QSqlRelationalTableModel::data | Prototype: | QVariant QSqlRelationalTableModel::data(const QModelIndex &index, int role) const | Coverage: | 86.207% (25/29) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlrelationaltablemodel.cpp | Lines: | 425-451 |
| | 14 | 7 |
QSqlQuery::previousName: | QSqlQuery::previous | Prototype: | bool QSqlQuery::previous() | Coverage: | 58.824% (10/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp | Lines: | 697-720 |
| | 14 | 7 |
QSqlDatabase::driversName: | QSqlDatabase::drivers | Prototype: | QStringList QSqlDatabase::drivers() | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp | Lines: | 541-596 |
| | 14 | 6 |
QSpdyProtocolHandler::handleWINDOW_UPDATEName: | QSpdyProtocolHandler::handleWINDOW_UPDATE | Prototype: | void QSpdyProtocolHandler::handleWINDOW_UPDATE(char , quint32 , const QByteArray &frameData) | Coverage: | 66.667% (6/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 1138-1161 |
| | 14 | 3 |
QSpdyProtocolHandler::_q_receiveReplyName: | QSpdyProtocolHandler::_q_receiveReply | Prototype: | void QSpdyProtocolHandler::_q_receiveReply() | Coverage: | 52.941% (9/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp | Lines: | 330-358 |
| | 14 | 6 |
QSocks5SocketEngine::waitForWriteName: | QSocks5SocketEngine::waitForWrite | Prototype: | bool QSocks5SocketEngine::waitForWrite(int msecs, bool *timedOut) | Coverage: | 68.421% (13/19) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 1808-1832 |
| | 14 | 5 |
QSocks5BindStore::retrieveName: | QSocks5BindStore::retrieve | Prototype: | QSocks5BindData *QSocks5BindStore::retrieve(qintptr socketDescriptor) | Coverage: | 50.000% (7/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp | Lines: | 370-392 |
| | 14 | 5 |
QSocketNotifier::setEnabledName: | QSocketNotifier::setEnabled | Prototype: | void QSocketNotifier::setEnabled(bool enable) | Coverage: | 75.000% (12/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsocketnotifier.cpp | Lines: | 228-247 |
| | 14 | 6 |
QSlider::mouseReleaseEventName: | QSlider::mouseReleaseEvent | Prototype: | void QSlider::mouseReleaseEvent(QMouseEvent *ev) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qslider.cpp | Lines: | 445-462 |
| | 14 | 3 |
QSimplex::clearDataStructuresName: | QSimplex::clearDataStructures | Prototype: | void QSimplex::clearDataStructures() | Coverage: | 0.000% (0/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp | Lines: | 94-117 |
| | 14 | 3 |
QSidebar::setModelAndUrlsName: | QSidebar::setModelAndUrls | Prototype: | void QSidebar::setModelAndUrls(QFileSystemModel *model, const QList<QUrl> &newUrls) | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/dialogs/qsidebar.cpp | Lines: | 382-402 |
| | 14 | 1 |
QSemaphore::tryAcquireName: | QSemaphore::tryAcquire | Prototype: | bool QSemaphore::tryAcquire(int n, int timeout) | Coverage: | 68.750% (11/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qsemaphore.cpp | Lines: | 214-235 |
| | 14 | 5 |
QScroller::handleInputName: | QScroller::handleInput | Prototype: | bool QScroller::handleInput(Input input, const QPointF &position, qint64 timestamp) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qscroller.cpp | Lines: | 984-1012 |
| | 14 | 3 |
QScrollBarPrivate::initName: | QScrollBarPrivate::init | Prototype: | void QScrollBarPrivate::init() | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp | Lines: | 384-406 |
| | 14 | 2 |
QScrollArea::sizeHintName: | QScrollArea::sizeHint | Prototype: | QSize QScrollArea::sizeHint() const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollarea.cpp | Lines: | 388-406 |
| | 14 | 5 |
QResource::unregisterResourceName: | QResource::unregisterResource | Prototype: | bool QResource::unregisterResource(const uchar *rccData, const QString &resourceRoot) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1164-1186 |
| | 14 | 5 |
QResource::unregisterResourceName: | QResource::unregisterResource | Prototype: | bool QResource::unregisterResource(const QString &rccFilename, const QString &resourceRoot) | Coverage: | 80.000% (12/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp | Lines: | 1093-1115 |
| | 14 | 5 |
QRegExpEngine::heuristicallyChooseHeuristicName: | QRegExpEngine::heuristicallyChooseHeuristic | Prototype: | void QRegExpEngine::heuristicallyChooseHeuristic() | Coverage: | 100.000% (13/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 1620-1649 |
| | 14 | 5 |
QRegExp::operator=Name: | QRegExp::operator= | Prototype: | QRegExp &QRegExp::operator=(const QRegExp &rx) | Coverage: | 71.429% (5/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp | Lines: | 3987-4005 |
| | 14 | 3 |
QRasterPlatformPixmap::resizeName: | QRasterPlatformPixmap::resize | Prototype: | void QRasterPlatformPixmap::resize(int width, int height) | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp | Lines: | 96-117 |
| | 14 | 3 |
QRasterBuffer::flushToARGBImageName: | 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: | 4126-4147 |
| | 14 | 4 |
QQuaternion::getAxisAndAngleName: | QQuaternion::getAxisAndAngle | Prototype: | void QQuaternion::getAxisAndAngle(float *x, float *y, float *z, float *angle) const | Coverage: | 0.000% (0/8) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp | Lines: | 428-453 |
| | 14 | 3 |
QPushButton::setMenuName: | QPushButton::setMenu | Prototype: | void QPushButton::setMenu(QMenu* menu) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp | Lines: | 525-544 |
| | 14 | 5 |
QPropertyAnimationPrivate::updateMetaPropertyName: | QPropertyAnimationPrivate::updateMetaProperty | Prototype: | void QPropertyAnimationPrivate::updateMetaProperty() | Coverage: | 66.667% (12/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qpropertyanimation.cpp | Lines: | 100-123 |
| | 14 | 6 |
QProcessPrivate::_q_startupNotificationName: | QProcessPrivate::_q_startupNotification | Prototype: | bool QProcessPrivate::_q_startupNotification() | Coverage: | 100.000% (7/7) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp | Lines: | 1190-1215 |
| | 14 | 3 |
QPrintPreviewWidgetPrivate::calcCurrentPageName: | QPrintPreviewWidgetPrivate::calcCurrentPage | Prototype: | int QPrintPreviewWidgetPrivate::calcCurrentPage() | Coverage: | 60.000% (6/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp | Lines: | 293-311 |
| | 14 | 4 |
QPreviewPaintEngine::newPageName: | QPreviewPaintEngine::newPage | Prototype: | bool QPreviewPaintEngine::newPage() | Coverage: | 100.000% (1/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_preview.cpp | Lines: | 148-171 |
| | 14 | 1 |
QPolygonF::containsPointName: | QPolygonF::containsPoint | Prototype: | bool QPolygonF::containsPoint(const QPointF &pt, Qt::FillRule fillRule) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 830-852 |
| | 14 | 4 |
QPolygon::containsPointName: | QPolygon::containsPoint | Prototype: | bool QPolygon::containsPoint(const QPoint &pt, Qt::FillRule fillRule) const | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpolygon.cpp | Lines: | 861-883 |
| | 14 | 4 |
QPollingFileSystemWatcherEngine::removePathsName: | QPollingFileSystemWatcherEngine::removePaths | Prototype: | QStringList QPollingFileSystemWatcherEngine::removePaths(const QStringList &paths, QStringList *files, QStringList *directories) | Coverage: | 93.333% (14/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qfilesystemwatcher_polling.cpp | Lines: | 90-113 |
| | 14 | 5 |
QPlatformWindow::screenForGeometryName: | QPlatformWindow::screenForGeometry | Prototype: | QPlatformScreen *QPlatformWindow::screenForGeometry(const QRect &newGeometry) const | Coverage: | 0.000% (0/20) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformwindow.cpp | Lines: | 489-510 |
| | 14 | 6 |
QPlatformInputContext::setSelectionOnFocusObjectName: | QPlatformInputContext::setSelectionOnFocusObject | Prototype: | void QPlatformInputContext::setSelectionOnFocusObject(const QPointF &anchorPos, const QPointF &cursorPos) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatforminputcontext.cpp | Lines: | 277-296 |
| | 14 | 4 |
QPlainTextDocumentLayout::blockBoundingRectName: | QPlainTextDocumentLayout::blockBoundingRect | Prototype: | QRectF QPlainTextDocumentLayout::blockBoundingRect(const QTextBlock &block) const | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qplaintextedit.cpp | Lines: | 191-209 |
| | 14 | 6 |
QPlainTestLogger::stopLoggingName: | QPlainTestLogger::stopLogging | Prototype: | void QPlainTestLogger::stopLogging() | Coverage: | 100.000% (5/5) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qplaintestlogger.cpp | Lines: | 354-373 |
| | 14 | 2 |
QPixmapStyle::drawPanelItemViewItemName: | QPixmapStyle::drawPanelItemViewItem | Prototype: | void QPixmapStyle::drawPanelItemViewItem(const QStyleOption *option, QPainter *painter, const QWidget *widget) const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp | Lines: | 756-778 |
| | 14 | 3 |
QPicture::saveName: | QPicture::save | Prototype: | bool QPicture::save(QIODevice *dev, const char *format) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpicture.cpp | Lines: | 350-376 |
| | 14 | 5 |
QPen::operator==Name: | QPen::operator== | Prototype: | bool QPen::operator==(const QPen &p) const | Coverage: | 0.000% (0/1) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpen.cpp | Lines: | 861-877 |
| | 14 | 1 |
QPdfEnginePrivate::addConstantAlphaObjectName: | QPdfEnginePrivate::addConstantAlphaObject | Prototype: | int QPdfEnginePrivate::addConstantAlphaObject(int brushAlpha, int penAlpha) | Coverage: | 0.000% (0/12) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 2312-2330 |
| | 14 | 4 |
QPdfEngine::updateClipPathName: | QPdfEngine::updateClipPath | Prototype: | void QPdfEngine::updateClipPath(const QPainterPath &p, Qt::ClipOperation op) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp | Lines: | 1141-1162 |
| | 14 | 4 |
QPalette::setBrushName: | QPalette::setBrush | Prototype: | void QPalette::setBrush(ColorGroup cg, ColorRole cr, const QBrush &b) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qpalette.cpp | Lines: | 751-770 |
| | 14 | 5 |
QPainterPrivate::updateStateImplName: | QPainterPrivate::updateStateImpl | Prototype: | void QPainterPrivate::updateStateImpl(QPainterState *newState) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 879-909 |
| | 14 | 4 |
QPainterPath::quadToName: | QPainterPath::quadTo | Prototype: | void QPainterPath::quadTo(const QPointF &c, const QPointF &e) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 837-867 |
| | 14 | 3 |
QPainterPath::moveToName: | QPainterPath::moveTo | Prototype: | void QPainterPath::moveTo(const QPointF &p) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp | Lines: | 672-701 |
| | 14 | 3 |
QPainter::drawPolylineName: | QPainter::drawPolyline | Prototype: | void QPainter::drawPolyline(const QPointF *points, int pointCount) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4697-4730 |
| | 14 | 5 |
QPainter::drawPolylineName: | QPainter::drawPolyline | Prototype: | void QPainter::drawPolyline(const QPoint *points, int pointCount) | Coverage: | 0.000% (0/15) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4738-4771 |
| | 14 | 5 |
QPainter::drawPieName: | QPainter::drawPie | Prototype: | void QPainter::drawPie(const QRectF &r, int a, int alen) | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp | Lines: | 4413-4440 |
| | 14 | 5 |
QPaintEngine::drawLinesName: | QPaintEngine::drawLines | Prototype: | void QPaintEngine::drawLines(const QLine *lines, int lineCount) | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp | Lines: | 797-823 |
| | 14 | 3 |
QPMCache::insertName: | QPMCache::insert | Prototype: | bool QPMCache::insert(const QString& key, const QPixmap &pixmap, int cost) | Coverage: | 0.000% (0/11) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp | Lines: | 325-350 |
| | 14 | 4 |
QOpenGLWindowPrivate::initializeName: | QOpenGLWindowPrivate::initialize | Prototype: | void QOpenGLWindowPrivate::initialize() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp | Lines: | 218-238 |
| | 14 | 5 |
QOpenGLWidgetPrivate::grabFramebufferName: | QOpenGLWidgetPrivate::grabFramebuffer | Prototype: | QImage QOpenGLWidgetPrivate::grabFramebuffer() | Coverage: | 0.000% (0/14) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp | Lines: | 871-897 |
| | 14 | 5 |
QOpenGLTimerQuery::~QOpenGLTimerQueryName: | QOpenGLTimerQuery::~QOpenGLTimerQuery | Prototype: | QOpenGLTimerQuery::~QOpenGLTimerQuery() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 308-331 |
| | 14 | 6 |
QOpenGLTimeMonitor::~QOpenGLTimeMonitorName: | QOpenGLTimeMonitor::~QOpenGLTimeMonitor | Prototype: | QOpenGLTimeMonitor::~QOpenGLTimeMonitor() | Coverage: | 0.000% (0/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp | Lines: | 699-722 |
| | 14 | 6 |
QOpenGLTextureBlitterPrivate::blitName: | QOpenGLTextureBlitterPrivate::blit | Prototype: | void QOpenGLTextureBlitterPrivate::blit(GLuint texture, const QMatrix4x4 &vertexTransform, QOpenGLTextureBlitter::Origin origin) | Coverage: | 0.000% (0/10) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 260-282 |
| | 14 | 4 |
QOpenGLTextureBlitter::sourceTransformName: | QOpenGLTextureBlitter::sourceTransform | Prototype: | QMatrix3x3 QOpenGLTextureBlitter::sourceTransform(const QRectF &subTexture, const QSize &textureSize, Origin origin) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 463-487 |
| | 14 | 2 |
QOpenGLTextureBlitter::bindName: | QOpenGLTextureBlitter::bind | Prototype: | void QOpenGLTextureBlitter::bind(GLenum target) | Coverage: | 0.000% (0/4) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp | Lines: | 385-405 |
| | 14 | 2 |
QOpenGLTexture::generateMipMapsName: | QOpenGLTexture::generateMipMaps | Prototype: | void QOpenGLTexture::generateMipMaps(int baseLevel, bool resetBaseLevel) | Coverage: | 0.000% (0/17) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp | Lines: | 3705-3722 |
| | 14 | 6 |
QOpenGLShader::sourceCodeName: | QOpenGLShader::sourceCode | Prototype: | QByteArray QOpenGLShader::sourceCode() const | Coverage: | 0.000% (0/9) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglshaderprogram.cpp | Lines: | 637-653 |
| | 14 | 3 |
QOpenGLFunctions_1_0::initializeOpenGLFunctionsName: | QOpenGLFunctions_1_0::initializeOpenGLFunctions | Prototype: | bool QOpenGLFunctions_1_0::initializeOpenGLFunctions() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglfunctions_1_0.cpp | Lines: | 85-111 |
| | 14 | 3 |
QOpenGLFramebufferObject::releaseName: | QOpenGLFramebufferObject::release | Prototype: | bool QOpenGLFramebufferObject::release() | Coverage: | 0.000% (0/13) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglframebufferobject.cpp | Lines: | 1105-1129 |
| | 14 | 5 |
QOpenGL2PaintEngineEx::drawStaticTextItemName: | QOpenGL2PaintEngineEx::drawStaticTextItem | Prototype: | void QOpenGL2PaintEngineEx::drawStaticTextItem(QStaticTextItem *textItem) | Coverage: | 0.000% (0/18) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopenglpaintengine.cpp | Lines: | 1517-1542 |
| | 14 | 4 |
QObjectPrivate::~QObjectPrivateName: | QObjectPrivate::~QObjectPrivate | Prototype: | QObjectPrivate::~QObjectPrivate() | Coverage: | 91.667% (22/24) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 234-262 |
| | 14 | 8 |
QObjectPrivate::receiverListName: | QObjectPrivate::receiverList | Prototype: | QObjectList QObjectPrivate::receiverList(const char *signal) const | Coverage: | 31.250% (5/16) | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qobject.cpp | Lines: | 340-360 |
| | 14 | 6 |