| Function | Condition % | eLOC - Effective Lines of Codeā¾ | McCabe - Cyclomatic Complexity | 
 QStyleFactory::keys| Name:  | QStyleFactory::keys |  | Prototype:  | QStringList QStyleFactory::keys() |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp |  | Lines:  | 170-218 |  
  |  | 11 | 4 | 
 QStyleFactory::create| Name:  | QStyleFactory::create |  | Prototype:  | QStyle *QStyleFactory::create(const QString& key) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylefactory.cpp |  | Lines:  | 108-162 |  
  |  | 11 | 5 | 
 QString::remove| Name:  | QString::remove |  | Prototype:  | QString &QString::remove(int pos, int len) |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 2240-2255 |  
  |  | 11 | 5 | 
 QString::fromLocal8Bit_helper| Name:  | QString::fromLocal8Bit_helper |  | Prototype:  | QString QString::fromLocal8Bit_helper(const char *str, int size) |  | Coverage:  |  82.353% (14/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4743-4759 |  
  |  | 11 | 5 | 
 QString::QString| Name:  | QString::QString |  | Prototype:  | QString::QString(int size, QChar ch) |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1539-1554 |  
  |  | 11 | 4 | 
 QStorageInfoPrivate::retrieveVolumeInfo| Name:  | QStorageInfoPrivate::retrieveVolumeInfo |  | Prototype:  | void QStorageInfoPrivate::retrieveVolumeInfo() |  | Coverage:  |  55.556% (5/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 535-562 |  
  |  | 11 | 3 | 
 QStateMachinePrivate::unregisterAllTransitions| Name:  | QStateMachinePrivate::unregisterAllTransitions |  | Prototype:  | void QStateMachinePrivate::unregisterAllTransitions() |  | Coverage:  |  92.308% (12/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2324-2343 |  
  |  | 11 | 5 | 
 QStateMachinePrivate::selectAnimations| Name:  | QStateMachinePrivate::selectAnimations |  | Prototype:  | QList<QAbstractAnimation *> QStateMachinePrivate::selectAnimations(const QList<QAbstractTransition *> &transitionList) const |  | Coverage:  |  90.000% (9/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1584-1601 |  
  |  | 11 | 4 | 
 QStateMachinePrivate::cancelAllDelayedEvents| Name:  | QStateMachinePrivate::cancelAllDelayedEvents |  | Prototype:  | void QStateMachinePrivate::cancelAllDelayedEvents() |  | Coverage:  |  75.000% (6/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2038-2055 |  
  |  | 11 | 3 | 
 QStateMachine::start| Name:  | QStateMachine::start |  | Prototype:  | void QStateMachine::start() |  | Coverage:  |  83.333% (10/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2620-2640 |  
  |  | 11 | 5 | 
 QState::setErrorState| Name:  | QState::setErrorState |  | Prototype:  | void QState::setErrorState(QAbstractState *state) |  | Coverage:  | 100.000% (18/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstate.cpp |  | Lines:  | 296-313 |  
  |  | 11 | 4 | 
 QStandardItemModel::itemFromIndex| Name:  | QStandardItemModel::itemFromIndex |  | Prototype:  | QStandardItem *QStandardItemModel::itemFromIndex(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp |  | Lines:  | 2207-2222 |  
  |  | 11 | 4 | 
 QStandardItemModel::flags| Name:  | QStandardItemModel::flags |  | Prototype:  | Qt::ItemFlags QStandardItemModel::flags(const QModelIndex &index) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp |  | Lines:  | 2752-2765 |  
  |  | 11 | 3 | 
 QSslSocketPrivate::isMatchingHostname| Name:  | QSslSocketPrivate::isMatchingHostname |  | Prototype:  | bool QSslSocketPrivate::isMatchingHostname(const QSslCertificate &cert, const QString &peerName) |  | Coverage:  |  54.545% (6/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2664-2682 |  
  |  | 11 | 5 | 
 QSslSocketPrivate::bind| Name:  | QSslSocketPrivate::bind |  | Prototype:  | bool QSslSocketPrivate::bind(const QHostAddress &address, quint16 port, QAbstractSocket::BindMode mode) |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2321-2343 |  
  |  | 11 | 3 | 
 QSslConfiguration::setPeerVerifyDepth| Name:  | QSslConfiguration::setPeerVerifyDepth |  | Prototype:  | void QSslConfiguration::setPeerVerifyDepth(int depth) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslconfiguration.cpp |  | Lines:  | 353-361 |  
  |  | 11 | 3 | 
 QSslCertificatePrivate::certificatesFromDer| Name:  | QSslCertificatePrivate::certificatesFromDer |  | Prototype:  | QList<QSslCertificate> QSslCertificatePrivate::certificatesFromDer(const QByteArray &der, int count) |  | Coverage:  |  91.667% (11/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp |  | Lines:  | 686-705 |  
  |  | 11 | 3 | 
 QSslCertificate::serialNumber| Name:  | QSslCertificate::serialNumber |  | Prototype:  | QByteArray QSslCertificate::serialNumber() const |  | Coverage:  | 100.000% (9/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslcertificate_openssl.cpp |  | Lines:  | 98-113 |  
  |  | 11 | 3 | 
 QSqlTableModel::insertRowIntoTable| Name:  | QSqlTableModel::insertRowIntoTable |  | Prototype:  | bool QSqlTableModel::insertRowIntoTable(const QSqlRecord &values) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqltablemodel.cpp |  | Lines:  | 662-679 |  
  |  | 11 | 2 | 
 QSqlResult::savePrepare| Name:  | QSqlResult::savePrepare |  | Prototype:  | bool QSqlResult::savePrepare(const QString& query) |  | Coverage:  |  60.000% (6/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp |  | Lines:  | 585-602 |  
  |  | 11 | 4 | 
 QSqlResult::execBatch| Name:  | QSqlResult::execBatch |  | Prototype:  | bool QSqlResult::execBatch(bool arrayBind) |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlresult.cpp |  | Lines:  | 948-963 |  
  |  | 11 | 5 | 
 QSqlQueryModel::removeColumns| Name:  | QSqlQueryModel::removeColumns |  | Prototype:  | bool QSqlQueryModel::removeColumns(int column, int count, const QModelIndex &parent) |  | Coverage:  |  87.500% (14/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp |  | Lines:  | 641-657 |  
  |  | 11 | 4 | 
 QSqlQuery::next| Name:  | QSqlQuery::next |  | Prototype:  | bool QSqlQuery::next() |  | Coverage:  |  92.857% (13/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp |  | Lines:  | 648-666 |  
  |  | 11 | 6 | 
 QSqlCachedResult::cacheNext| Name:  | QSqlCachedResult::cacheNext |  | Prototype:  | bool QSqlCachedResult::cacheNext() |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlcachedresult.cpp |  | Lines:  | 263-280 |  
  |  | 11 | 4 | 
 QSplitter::event| Name:  | QSplitter::event |  | Prototype:  | bool QSplitter::event(QEvent *e) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qsplitter.cpp |  | Lines:  | 1287-1310 |  
  |  | 11 | 9 | 
 QSpdyProtocolHandler::sendDataFrame| Name:  | QSpdyProtocolHandler::sendDataFrame |  | Prototype:  | qint64 QSpdyProtocolHandler::sendDataFrame(qint32 streamID, DataFrameFlags flags, quint32 length, const char *data) |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp |  | Lines:  | 773-792 |  
  |  | 11 | 2 | 
 QSpdyProtocolHandler::QSpdyProtocolHandler| Name:  | QSpdyProtocolHandler::QSpdyProtocolHandler |  | Prototype:  | QSpdyProtocolHandler::QSpdyProtocolHandler(QHttpNetworkConnectionChannel *channel) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/access/qspdyprotocolhandler.cpp |  | Lines:  | 256-278 |  
  |  | 11 | 1 | 
 QSortFilterProxyModelPrivate::sort| Name:  | QSortFilterProxyModelPrivate::sort |  | Prototype:  | void QSortFilterProxyModelPrivate::sort() |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 437-451 |  
  |  | 11 | 2 | 
 QSortFilterProxyModelPrivate::remove_proxy_interval| Name:  | QSortFilterProxyModelPrivate::remove_proxy_interval |  | Prototype:  | void QSortFilterProxyModelPrivate::remove_proxy_interval( QVector<int> &source_to_proxy, QVector<int> &proxy_to_source, int proxy_start, int proxy_end, const QModelIndex &proxy_parent, Qt::Orientation orient, bool emit_signal) |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qsortfilterproxymodel.cpp |  | Lines:  | 576-599 |  
  |  | 11 | 5 | 
 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:  | 916-933 |  
  |  | 11 | 4 | 
 QSocks5SocketEngine::~QSocks5SocketEngine| Name:  | QSocks5SocketEngine::~QSocks5SocketEngine |  | Prototype:  | QSocks5SocketEngine::~QSocks5SocketEngine() |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qsocks5socketengine.cpp |  | Lines:  | 988-1006 |  
  |  | 11 | 5 | 
 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:  | 252-270 |  
  |  | 11 | 4 | 
 QSize::scaled| Name:  | QSize::scaled |  | Prototype:  | QSize QSize::scaled(const QSize &s, Qt::AspectRatioMode mode) const noexcept |  | Coverage:  |  93.333% (14/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qsize.cpp |  | Lines:  | 225-246 |  
  |  | 11 | 4 | 
 QSimplex::combineRows| Name:  | QSimplex::combineRows |  | Prototype:  | void QSimplex::combineRows(int toIndex, int fromIndex, qreal factor) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/graphicsview/qsimplex_p.cpp |  | Lines:  | 375-396 |  
  |  | 11 | 5 | 
 QSharedMemory::lock| Name:  | QSharedMemory::lock |  | Prototype:  | bool QSharedMemory::lock() |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsharedmemory.cpp |  | Lines:  | 503-518 |  
  |  | 11 | 3 | 
 QScrollBar::wheelEvent| Name:  | QScrollBar::wheelEvent |  | Prototype:  | void QScrollBar::wheelEvent(QWheelEvent *event) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp |  | Lines:  | 514-533 |  
  |  | 11 | 5 | 
 QScrollBar::sizeHint| Name:  | QScrollBar::sizeHint |  | Prototype:  | QSize QScrollBar::sizeHint() const |  | Coverage:  |   0.000% (0/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp |  | Lines:  | 454-470 |  
  |  | 11 | 2 | 
 QScrollBar::paintEvent| Name:  | QScrollBar::paintEvent |  | Prototype:  | void QScrollBar::paintEvent(QPaintEvent *) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qscrollbar.cpp |  | Lines:  | 539-554 |  
  |  | 11 | 3 | 
 QScanConverter::mergeIntersection| Name:  | QScanConverter::mergeIntersection |  | Prototype:  | inline void QScanConverter::mergeIntersection(Intersection *it, const Intersection &isect) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qrasterizer.cpp |  | Lines:  | 461-479 |  
  |  | 11 | 3 | 
 QResourcePrivate::clear| Name:  | QResourcePrivate::clear |  | Prototype:  | void QResourcePrivate::clear() |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qresource.cpp |  | Lines:  | 239-254 |  
  |  | 11 | 3 | 
 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:  | 1247-1262 |  
  |  | 11 | 4 | 
 QRegularExpressionMatchPrivate::nextMatch| Name:  | QRegularExpressionMatchPrivate::nextMatch |  | Prototype:  | QRegularExpressionMatch QRegularExpressionMatchPrivate::nextMatch() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregularexpression.cpp |  | Lines:  | 1434-1452 |  
  |  | 11 | 1 | 
 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:  | 3840-3856 |  
  |  | 11 | 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:  | 2668-2695 |  
  |  | 11 | 4 | 
 QRegExpCharClass::in| Name:  | QRegExpCharClass::in |  | Prototype:  | bool QRegExpCharClass::in(QChar ch) const |  | Coverage:  | 100.000% (15/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qregexp.cpp |  | Lines:  | 2416-2435 |  
  |  | 11 | 5 | 
 QReadWriteLockPrivate::recursiveLockForRead| Name:  | QReadWriteLockPrivate::recursiveLockForRead |  | Prototype:  | bool QReadWriteLockPrivate::recursiveLockForRead(int timeout) |  | Coverage:  | 100.000% (7/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp |  | Lines:  | 537-555 |  
  |  | 11 | 3 | 
 QReadWriteLock::stateForWaitCondition| Name:  | QReadWriteLock::stateForWaitCondition |  | Prototype:  | QReadWriteLock::StateForWaitCondition QReadWriteLock::stateForWaitCondition() const |  | Coverage:  |  71.429% (10/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/thread/qreadwritelock.cpp |  | Lines:  | 446-462 |  
  |  | 11 | 6 | 
 QRawFont::glyphIndexesForChars| Name:  | QRawFont::glyphIndexesForChars |  | Prototype:  | bool QRawFont::glyphIndexesForChars(const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qrawfont.cpp |  | Lines:  | 516-533 |  
  |  | 11 | 3 | 
 QRasterPlatformPixmap::toImage| Name:  | QRasterPlatformPixmap::toImage |  | Prototype:  | QImage QRasterPlatformPixmap::toImage(const QRect &rect) const |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap_raster.cpp |  | Lines:  | 231-247 |  
  |  | 11 | 3 | 
 QRasterPaintEngine::updateRasterState| Name:  | QRasterPaintEngine::updateRasterState |  | Prototype:  | void QRasterPaintEngine::updateRasterState() |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 827-844 |  
  |  | 11 | 3 | 
 QRasterPaintEngine::toNormalizedFillRect| Name:  | QRasterPaintEngine::toNormalizedFillRect |  | Prototype:  | QRect QRasterPaintEngine::toNormalizedFillRect(const QRectF &rect) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 1630-1647 |  
  |  | 11 | 3 | 
 QRasterPaintEngine::drawPoints| Name:  | QRasterPaintEngine::drawPoints |  | Prototype:  | void QRasterPaintEngine::drawPoints(const QPointF *points, int pointCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3083-3100 |  
  |  | 11 | 3 | 
 QRasterPaintEngine::drawPoints| Name:  | QRasterPaintEngine::drawPoints |  | Prototype:  | void QRasterPaintEngine::drawPoints(const QPoint *points, int pointCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine_raster.cpp |  | Lines:  | 3103-3120 |  
  |  | 11 | 3 | 
 QQuaternion::normalize| Name:  | QQuaternion::normalize |  | Prototype:  | void QQuaternion::normalize() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp |  | Lines:  | 281-297 |  
  |  | 11 | 2 | 
 QQuaternion::fromAxes| Name:  | QQuaternion::fromAxes |  | Prototype:  | QQuaternion QQuaternion::fromAxes(const QVector3D &xAxis, const QVector3D &yAxis, const QVector3D &zAxis) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/math3d/qquaternion.cpp |  | Lines:  | 718-732 |  
  |  | 11 | 1 | 
 QPushButton::event| Name:  | QPushButton::event |  | Prototype:  | bool QPushButton::event(QEvent *e) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qpushbutton.cpp |  | Lines:  | 661-680 |  
  |  | 11 | 6 | 
 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:  | 125-145 |  
  |  | 11 | 4 | 
 QProcessEnvironment::systemEnvironment| Name:  | QProcessEnvironment::systemEnvironment |  | Prototype:  | QProcessEnvironment QProcessEnvironment::systemEnvironment() |  | Coverage:  |  71.429% (5/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess_unix.cpp |  | Lines:  | 322-339 |  
  |  | 11 | 3 | 
 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:  | 1908-1923 |  
  |  | 11 | 4 | 
 QProcess::waitForBytesWritten| Name:  | QProcess::waitForBytesWritten |  | Prototype:  | bool QProcess::waitForBytesWritten(int msecs) |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qprocess.cpp |  | Lines:  | 1872-1887 |  
  |  | 11 | 4 | 
 QPrintPreviewWidgetPrivate::populateScene| Name:  | QPrintPreviewWidgetPrivate::populateScene |  | Prototype:  | void QPrintPreviewWidgetPrivate::populateScene() |  | Coverage:  |  66.667% (2/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 335-352 |  
  |  | 11 | 3 | 
 QPrintPreviewWidgetPrivate::generatePreview| Name:  | QPrintPreviewWidgetPrivate::generatePreview |  | Prototype:  | void QPrintPreviewWidgetPrivate::generatePreview() |  | Coverage:  |  75.000% (3/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 392-411 |  
  |  | 11 | 2 | 
 QPrintPreviewWidget::setViewMode| Name:  | QPrintPreviewWidget::setViewMode |  | Prototype:  | void QPrintPreviewWidget::setViewMode(ViewMode mode) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qprintpreviewwidget.cpp |  | Lines:  | 575-590 |  
  |  | 11 | 2 | 
 QPrintPreviewDialogPrivate::setFitting| Name:  | QPrintPreviewDialogPrivate::setFitting |  | Prototype:  | void QPrintPreviewDialogPrivate::setFitting(bool on) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintpreviewdialog.cpp |  | Lines:  | 448-465 |  
  |  | 11 | 4 | 
 QPrintDialogPrivate::_q_collapseOrExpandDialog| Name:  | QPrintDialogPrivate::_q_collapseOrExpandDialog |  | Prototype:  | void QPrintDialogPrivate::_q_collapseOrExpandDialog() |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/dialogs/qprintdialog_unix.cpp |  | Lines:  | 478-494 |  
  |  | 11 | 3 | 
 QPreviewPaintEngine::begin| Name:  | QPreviewPaintEngine::begin |  | Prototype:  | bool QPreviewPaintEngine::begin(QPaintDevice *) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/kernel/qpaintengine_preview.cpp |  | Lines:  | 84-99 |  
  |  | 11 | 1 | 
 QPlatformDialogHelper::buttonRole| Name:  | QPlatformDialogHelper::buttonRole |  | Prototype:  | QPlatformDialogHelper::ButtonRole QPlatformDialogHelper::buttonRole(QPlatformDialogHelper::StandardButton button) |  | Coverage:  |   0.000% (0/29) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformdialoghelper.cpp |  | Lines:  | 810-851 |  
  |  | 11 | 20 | 
 QPlatformCursorImage::set| Name:  | QPlatformCursorImage::set |  | Prototype:  | void QPlatformCursorImage::set(Qt::CursorShape id) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qplatformcursor.cpp |  | Lines:  | 548-564 |  
  |  | 11 | 5 | 
 QPixmapStylePrivate::getCachedPixmap| Name:  | QPixmapStylePrivate::getCachedPixmap |  | Prototype:  | QPixmap QPixmapStylePrivate::getCachedPixmap(QPixmapStyle::ControlDescriptor control, const QPixmapStyleDescriptor &desc, const QSize &size) const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp |  | Lines:  | 1133-1152 |  
  |  | 11 | 2 | 
 QPixmapStyle::progressBarSizeFromContents| Name:  | QPixmapStyle::progressBarSizeFromContents |  | Prototype:  | QSize QPixmapStyle::progressBarSizeFromContents(const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qpixmapstyle.cpp |  | Lines:  | 963-982 |  
  |  | 11 | 3 | 
 QPixmapIconEngine::write| Name:  | QPixmapIconEngine::write |  | Prototype:  | bool QPixmapIconEngine::write(QDataStream &out) const |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qicon.cpp |  | Lines:  | 495-510 |  
  |  | 11 | 3 | 
 QPixmap::fill| Name:  | QPixmap::fill |  | Prototype:  | void QPixmap::fill(const QColor &color) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmap.cpp |  | Lines:  | 935-959 |  
  |  | 11 | 4 | 
 QPersistentModelIndexData::create| Name:  | QPersistentModelIndexData::create |  | Prototype:  | QPersistentModelIndexData *QPersistentModelIndexData::create(const QModelIndex &index) |  | Coverage:  | 100.000% (5/5) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qabstractitemmodel.cpp |  | Lines:  | 55-70 |  
  |  | 11 | 2 | 
 QPdfEnginePrivate::xprintf| Name:  | QPdfEnginePrivate::xprintf |  | Prototype:  | void QPdfEnginePrivate::xprintf(const char* fmt, ...) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 1810-1828 |  
  |  | 11 | 2 | 
 QPdfEnginePrivate::newPage| Name:  | QPdfEnginePrivate::newPage |  | Prototype:  | void QPdfEnginePrivate::newPage() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 2719-2734 |  
  |  | 11 | 2 | 
 QPdfEngine::drawPoints| Name:  | QPdfEngine::drawPoints |  | Prototype:  | void QPdfEngine::drawPoints (const QPointF *points, int pointCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 764-780 |  
  |  | 11 | 3 | 
 QPdfEngine::drawLines| Name:  | QPdfEngine::drawLines |  | Prototype:  | void QPdfEngine::drawLines (const QLineF *lines, int lineCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpdf.cpp |  | Lines:  | 782-797 |  
  |  | 11 | 3 | 
 QPainterPath::angleAtPercent| Name:  | QPainterPath::angleAtPercent |  | Prototype:  | qreal QPainterPath::angleAtPercent(qreal t) const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 3021-3038 |  
  |  | 11 | 2 | 
 QPainterPath::addPath| Name:  | QPainterPath::addPath |  | Prototype:  | void QPainterPath::addPath(const QPainterPath &other) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainterpath.cpp |  | Lines:  | 1223-1242 |  
  |  | 11 | 3 | 
 QPainter::~QPainter| Name:  | QPainter::~QPainter |  | Prototype:  | QPainter::~QPainter() |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 1484-1503 |  
  |  | 11 | 5 | 
 QPainter::setPen| Name:  | QPainter::setPen |  | Prototype:  | void QPainter::setPen(const QColor &color) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3840-3862 |  
  |  | 11 | 4 | 
 QPainter::setPen| Name:  | QPainter::setPen |  | Prototype:  | void QPainter::setPen(Qt::PenStyle style) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3908-3928 |  
  |  | 11 | 4 | 
 QPainter::setOpacity| Name:  | QPainter::setOpacity |  | Prototype:  | void QPainter::setOpacity(qreal opacity) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 2069-2089 |  
  |  | 11 | 4 | 
 QPainter::save| Name:  | QPainter::save |  | Prototype:  | void QPainter::save() |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 1570-1591 |  
  |  | 11 | 3 | 
 QPainter::drawPath| Name:  | QPainter::drawPath |  | Prototype:  | void QPainter::drawPath(const QPainterPath &path) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpainter.cpp |  | Lines:  | 3371-3399 |  
  |  | 11 | 4 | 
 QPaintEngineEx::drawRects| Name:  | QPaintEngineEx::drawRects |  | Prototype:  | void QPaintEngineEx::drawRects(const QRect *rects, int rectCount) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 707-722 |  
  |  | 11 | 2 | 
 QPaintEngineEx::drawRects| Name:  | QPaintEngineEx::drawRects |  | Prototype:  | void QPaintEngineEx::drawRects(const QRectF *rects, int rectCount) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 724-738 |  
  |  | 11 | 2 | 
 QPaintEngineEx::drawLines| Name:  | QPaintEngineEx::drawLines |  | Prototype:  | void QPaintEngineEx::drawLines(const QLine *lines, int lineCount) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengineex.cpp |  | Lines:  | 783-800 |  
  |  | 11 | 3 | 
 QPaintEngine::drawPoints| Name:  | QPaintEngine::drawPoints |  | Prototype:  | void QPaintEngine::drawPoints(const QPoint *points, int pointCount) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpaintengine.cpp |  | Lines:  | 479-494 |  
  |  | 11 | 3 | 
 QPMCache::replace| Name:  | QPMCache::replace |  | Prototype:  | bool QPMCache::replace(const QPixmapCache::Key &key, const QPixmap &pixmap, int cost) |  | Coverage:  |   0.000% (0/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/image/qpixmapcache.cpp |  | Lines:  | 368-388 |  
  |  | 11 | 3 | 
 QOpenGLWindow::makeCurrent| Name:  | QOpenGLWindow::makeCurrent |  | Prototype:  | void QOpenGLWindow::makeCurrent() |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qopenglwindow.cpp |  | Lines:  | 427-448 |  
  |  | 11 | 4 | 
 QOpenGLWidgetPrivate::invokeUserPaint| Name:  | QOpenGLWidgetPrivate::invokeUserPaint |  | Prototype:  | void QOpenGLWidgetPrivate::invokeUserPaint() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp |  | Lines:  | 817-834 |  
  |  | 11 | 1 | 
 QOpenGLWidget::resizeEvent| Name:  | QOpenGLWidget::resizeEvent |  | Prototype:  | void QOpenGLWidget::resizeEvent(QResizeEvent *e) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qopenglwidget.cpp |  | Lines:  | 1167-1184 |  
  |  | 11 | 3 | 
 QOpenGLTimeMonitorPrivate::recordSample| Name:  | QOpenGLTimeMonitorPrivate::recordSample |  | Prototype:  | void QOpenGLTimeMonitorPrivate::recordSample() |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp |  | Lines:  | 565-587 |  
  |  | 11 | 5 | 
 QOpenGLTimeMonitorPrivate::intervals| Name:  | QOpenGLTimeMonitorPrivate::intervals |  | Prototype:  | QVector<GLuint64> QOpenGLTimeMonitorPrivate::intervals() const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltimerquery.cpp |  | Lines:  | 614-636 |  
  |  | 11 | 5 | 
 QOpenGLTextureGlyphCache::clear| Name:  | QOpenGLTextureGlyphCache::clear |  | Prototype:  | void QOpenGLTextureGlyphCache::clear() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureglyphcache.cpp |  | Lines:  | 462-477 |  
  |  | 11 | 2 | 
 QOpenGLTextureBlitter::targetTransform| Name:  | QOpenGLTextureBlitter::targetTransform |  | Prototype:  | QMatrix4x4 QOpenGLTextureBlitter::targetTransform(const QRectF &target, const QRect &viewport) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltextureblitter.cpp |  | Lines:  | 443-461 |  
  |  | 11 | 1 | 
 QOpenGLTexture::setSamples| Name:  | QOpenGLTexture::setSamples |  | Prototype:  | void QOpenGLTexture::setSamples(int samples) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 2841-2870 |  
  |  | 11 | 13 | 
 QOpenGLTexture::setMipLevels| Name:  | QOpenGLTexture::setMipLevels |  | Prototype:  | void QOpenGLTexture::setMipLevels(int levels) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 2709-2737 |  
  |  | 11 | 13 | 
 QOpenGLTexture::setLayers| Name:  | QOpenGLTexture::setLayers |  | Prototype:  | void QOpenGLTexture::setLayers(int layers) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/opengl/qopengltexture.cpp |  | Lines:  | 2773-2801 |  
  |  | 11 | 13 |