| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–¾ | 
 QTextEngine::alignLine| Name:  | QTextEngine::alignLine |  | Prototype:  | QFixed QTextEngine::alignLine(const QScriptLine &line) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextengine.cpp |  | Lines:  | 3092-3107 |  
  |  | 11 | 5 | 
 QTextEdit::mouseMoveEvent| Name:  | QTextEdit::mouseMoveEvent |  | Prototype:  | void QTextEdit::mouseMoveEvent(QMouseEvent *e) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextedit.cpp |  | Lines:  | 1577-1592 |  
  |  | 12 | 5 | 
 QTextDocumentPrivate::setLayout| Name:  | QTextDocumentPrivate::setLayout |  | Prototype:  | void QTextDocumentPrivate::setLayout(QAbstractTextDocumentLayout *layout) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp |  | Lines:  | 298-317 |  
  |  | 15 | 5 | 
 QTextDocumentPrivate::insert_block| Name:  | QTextDocumentPrivate::insert_block |  | Prototype:  | int QTextDocumentPrivate::insert_block(int pos, uint strPos, int format, int blockFormat, QTextUndoCommand::Operation op, int command) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp |  | Lines:  | 348-392 |  
  |  | 32 | 5 | 
 QTextDocumentPrivate::endEditBlock| Name:  | QTextDocumentPrivate::endEditBlock |  | Prototype:  | void QTextDocumentPrivate::endEditBlock() |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp |  | Lines:  | 1183-1201 |  
  |  | 11 | 5 | 
 QTextDocumentPrivate::clear| Name:  | QTextDocumentPrivate::clear |  | Prototype:  | void QTextDocumentPrivate::clear() |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocument_p.cpp |  | Lines:  | 234-286 |  
  |  | 35 | 5 | 
 QTextDocumentLayoutPrivate::floatMargins| Name:  | QTextDocumentLayoutPrivate::floatMargins |  | Prototype:  | void QTextDocumentLayoutPrivate::floatMargins(const QFixed &y, const QTextLayoutStruct *layoutStruct, QFixed *left, QFixed *right) const |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp |  | Lines:  | 2804-2824 |  
  |  | 10 | 5 | 
 QTextDocumentLayoutPrivate::drawBorder| Name:  | QTextDocumentLayoutPrivate::drawBorder |  | Prototype:  | void QTextDocumentLayoutPrivate::drawBorder(QPainter *painter, const QRectF &rect, qreal topMargin, qreal bottomMargin, qreal border, const QBrush &brush, QTextFrameFormat::BorderStyle style) const |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp |  | Lines:  | 828-870 |  
  |  | 19 | 5 | 
 QTextDocumentLayout::positionInlineObject| Name:  | QTextDocumentLayout::positionInlineObject |  | Prototype:  | void QTextDocumentLayout::positionInlineObject(QTextInlineObject item, int posInDocument, const QTextFormat &format) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp |  | Lines:  | 3080-3105 |  
  |  | 17 | 5 | 
 QTextDocumentLayout::hitTest| Name:  | QTextDocumentLayout::hitTest |  | Prototype:  | int QTextDocumentLayout::hitTest(const QPointF &point, Qt::HitTestAccuracy accuracy) const |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp |  | Lines:  | 3013-3037 |  
  |  | 19 | 5 | 
 QTextDocumentLayout::blockBoundingRect| Name:  | QTextDocumentLayout::blockBoundingRect |  | Prototype:  | QRectF QTextDocumentLayout::blockBoundingRect(const QTextBlock &block) const |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextdocumentlayout.cpp |  | Lines:  | 3271-3298 |  
  |  | 19 | 5 | 
 QTextCursor::setPosition| Name:  | QTextCursor::setPosition |  | Prototype:  | void QTextCursor::setPosition(int pos, MoveMode m) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp |  | Lines:  | 1149-1172 |  
  |  | 15 | 5 | 
 QTextCursor::columnNumber| Name:  | QTextCursor::columnNumber |  | Prototype:  | int QTextCursor::columnNumber() const |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp |  | Lines:  | 2552-2572 |  
  |  | 13 | 5 | 
 QTextCursor::charFormat| Name:  | QTextCursor::charFormat |  | Prototype:  | QTextCharFormat QTextCursor::charFormat() const |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qtextcursor.cpp |  | Lines:  | 1871-1903 |  
  |  | 20 | 5 | 
 QTextBrowserPrivate::_q_activateAnchor| Name:  | QTextBrowserPrivate::_q_activateAnchor |  | Prototype:  | void QTextBrowserPrivate::_q_activateAnchor(const QString &href) |  | Coverage:  |   0.000% (0/27) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp |  | Lines:  | 205-244 |  
  |  | 23 | 5 | 
 QTextBrowser::setSource| Name:  | QTextBrowser::setSource |  | Prototype:  | void QTextBrowser::setSource(const QUrl &url) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp |  | Lines:  | 753-789 |  
  |  | 22 | 5 | 
 QTextBrowser::keyPressEvent| Name:  | QTextBrowser::keyPressEvent |  | Prototype:  | void QTextBrowser::keyPressEvent(QKeyEvent *ev) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtextbrowser.cpp |  | Lines:  | 920-986 |  
  |  | 12 | 5 | 
 QTextBoundaryFinder::QTextBoundaryFinder| Name:  | QTextBoundaryFinder::QTextBoundaryFinder |  | Prototype:  | QTextBoundaryFinder::QTextBoundaryFinder(BoundaryType type, const QChar *chars, int length, unsigned char *buffer, int bufferSize) |  | Coverage:  |  62.500% (10/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qtextboundaryfinder.cpp |  | Lines:  | 268-288 |  
  |  | 9 | 5 | 
 QTestXunitStreamer::outputElements| Name:  | QTestXunitStreamer::outputElements |  | Prototype:  | void QTestXunitStreamer::outputElements(QTestElement *element, bool) const |  | Coverage:  |  93.333% (14/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestxunitstreamer.cpp |  | Lines:  | 176-207 |  
  |  | 17 | 5 | 
 QTestXunitStreamer::formatAfterAttributes| Name:  | QTestXunitStreamer::formatAfterAttributes |  | Prototype:  | void QTestXunitStreamer::formatAfterAttributes(const QTestElement *element, QTestCharBuffer *formatted) const |  | Coverage:  |  81.250% (13/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestxunitstreamer.cpp |  | Lines:  | 147-166 |  
  |  | 10 | 5 | 
 QTestResult::verify| Name:  | QTestResult::verify |  | Prototype:  | bool QTestResult::verify(bool statement, const char *statementStr, const char *description, const char *file, int line) |  | Coverage:  |  88.235% (15/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp |  | Lines:  | 239-257 |  
  |  | 10 | 5 | 
 QTestResult::expectFail| Name:  | QTestResult::expectFail |  | Prototype:  | bool QTestResult::expectFail(const char *dataIndex, const char *comment, QTest::TestFailMode mode, const char *file, int line) |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestresult.cpp |  | Lines:  | 192-213 |  
  |  | 13 | 5 | 
 QTestPrivate::parseGpuBlackList| Name:  | QTestPrivate::parseGpuBlackList |  | Prototype:  | void parseGpuBlackList() |  | Coverage:  |  54.545% (6/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp |  | Lines:  | 258-267 |  
  |  | 6 | 5 | 
 QTestPrivate::checkBlackLists| Name:  | QTestPrivate::checkBlackLists |  | Prototype:  | void checkBlackLists(const char *slot, const char *data) |  | Coverage:  |  66.667% (14/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestblacklist.cpp |  | Lines:  | 269-296 |  
  |  | 16 | 5 | 
 QTestLog::printUnhandledIgnoreMessages| Name:  | QTestLog::printUnhandledIgnoreMessages |  | Prototype:  | void QTestLog::printUnhandledIgnoreMessages() |  | Coverage:  | 100.000% (10/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestlog.cpp |  | Lines:  | 367-383 |  
  |  | 6 | 5 | 
 QTest::toHexRepresentation| Name:  | QTest::toHexRepresentation |  | Prototype:  | char *toHexRepresentation(const char *ba, int length) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qtestcase.cpp |  | Lines:  | 1047-1101 |  
  |  | 30 | 5 | 
 QTest::qt_asprintf| Name:  | QTest::qt_asprintf |  | Prototype:  | int qt_asprintf(QTestCharBuffer *str, const char *format, ...) |  | Coverage:  |  61.538% (8/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/testlib/qabstracttestlogger.cpp |  | Lines:  | 133-164 |  
  |  | 17 | 5 | 
 QTcpServerPrivate::resolveProxy| Name:  | QTcpServerPrivate::resolveProxy |  | Prototype:  | QNetworkProxy QTcpServerPrivate::resolveProxy(const QHostAddress &address, quint16 port) |  | Coverage:  | 100.000% (12/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp |  | Lines:  | 140-164 |  
  |  | 11 | 5 | 
 QTcpServer::setSocketDescriptor| Name:  | QTcpServer::setSocketDescriptor |  | Prototype:  | bool QTcpServer::setSocketDescriptor(qintptr socketDescriptor) |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/socket/qtcpserver.cpp |  | Lines:  | 403-444 |  
  |  | 22 | 5 | 
 QTableViewPrivate::spanContainsSection| Name:  | QTableViewPrivate::spanContainsSection |  | Prototype:  | bool QTableViewPrivate::spanContainsSection(const QHeaderView *header, int logical, int spanLogical, int span) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 746-760 |  
  |  | 11 | 5 | 
 QTableView::setVerticalHeader| Name:  | QTableView::setVerticalHeader |  | Prototype:  | void QTableView::setVerticalHeader(QHeaderView *header) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 1265-1293 |  
  |  | 23 | 5 | 
 QTableView::setModel| Name:  | QTableView::setModel |  | Prototype:  | void QTableView::setModel(QAbstractItemModel *model) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtableview.cpp |  | Lines:  | 1114-1147 |  
  |  | 27 | 5 | 
 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:  | 1227-1258 |  
  |  | 24 | 5 | 
 QTableModel::sort| Name:  | QTableModel::sort |  | Prototype:  | void QTableModel::sort(int column, Qt::SortOrder order) |  | Coverage:  |   0.000% (0/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp |  | Lines:  | 495-537 |  
  |  | 29 | 5 | 
 QTableModel::setVerticalHeaderItem| Name:  | 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::setHorizontalHeaderItem| Name:  | 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 | 
 QTableModel::setData| Name:  | QTableModel::setData |  | Prototype:  | bool QTableModel::setData(const QModelIndex &index, const QVariant &value, int role) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp |  | Lines:  | 410-433 |  
  |  | 15 | 5 | 
 QTableModel::clear| Name:  | QTableModel::clear |  | Prototype:  | void QTableModel::clear() |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qtablewidget.cpp |  | Lines:  | 743-760 |  
  |  | 11 | 5 | 
 QTabWidgetPrivate::updateTabBarPosition| Name:  | QTabWidgetPrivate::updateTabBarPosition |  | Prototype:  | void QTabWidgetPrivate::updateTabBarPosition() |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp |  | Lines:  | 933-955 |  
  |  | 15 | 5 | 
 QTabWidget::sizeHint| Name:  | QTabWidget::sizeHint |  | Prototype:  | QSize QTabWidget::sizeHint() const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp |  | Lines:  | 820-847 |  
  |  | 20 | 5 | 
 QTabWidget::setCornerWidget| Name:  | QTabWidget::setCornerWidget |  | Prototype:  | void QTabWidget::setCornerWidget(QWidget * widget, Qt::Corner corner) |  | Coverage:  |   0.000% (0/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabwidget.cpp |  | Lines:  | 577-593 |  
  |  | 11 | 5 | 
 QTabBarPrivate::makeVisible| Name:  | QTabBarPrivate::makeVisible |  | Prototype:  | void QTabBarPrivate::makeVisible(int index) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp |  | Lines:  | 668-699 |  
  |  | 21 | 5 | 
 QTabBar::tabRect| Name:  | QTabBar::tabRect |  | Prototype:  | QRect QTabBar::tabRect(int index) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp |  | Lines:  | 1263-1279 |  
  |  | 12 | 5 | 
 QTabBar::minimumSizeHint| Name:  | QTabBar::minimumSizeHint |  | Prototype:  | QSize QTabBar::minimumSizeHint() const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qtabbar.cpp |  | Lines:  | 1407-1422 |  
  |  | 11 | 5 | 
 QSystemTrayIconPrivate::showMessage_sys_qpa| Name:  | QSystemTrayIconPrivate::showMessage_sys_qpa |  | Prototype:  | void QSystemTrayIconPrivate::showMessage_sys_qpa(const QString &title, const QString &message, QSystemTrayIcon::MessageIcon icon, int msecs) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp |  | Lines:  | 726-747 |  
  |  | 11 | 5 | 
 QSystemTrayIconPrivate::addPlatformMenu| Name:  | QSystemTrayIconPrivate::addPlatformMenu |  | Prototype:  | void QSystemTrayIconPrivate::addPlatformMenu(QMenu *menu) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qsystemtrayicon.cpp |  | Lines:  | 749-768 |  
  |  | 10 | 5 | 
 QSystemSemaphorePrivate::modifySemaphore| Name:  | QSystemSemaphorePrivate::modifySemaphore |  | Prototype:  | bool QSystemSemaphorePrivate::modifySemaphore(int count) |  | Coverage:  |  70.588% (12/17) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp |  | Lines:  | 168-197 |  
  |  | 18 | 5 | 
 QSystemSemaphorePrivate::cleanHandle| Name:  | QSystemSemaphorePrivate::cleanHandle |  | Prototype:  | void QSystemSemaphorePrivate::cleanHandle() |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemsemaphore_systemv.cpp |  | Lines:  | 141-163 |  
  |  | 10 | 5 | 
 QSystemError::toString| Name:  | QSystemError::toString |  | Prototype:  | QString QSystemError::toString() const |  | Coverage:  |  42.857% (3/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qsystemerror.cpp |  | Lines:  | 154-171 |  
  |  | 4 | 5 | 
 QStyledItemDelegate::updateEditorGeometry| Name:  | QStyledItemDelegate::updateEditorGeometry |  | Prototype:  | void QStyledItemDelegate::updateEditorGeometry(QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/itemviews/qstyleditemdelegate.cpp |  | Lines:  | 490-522 |  
  |  | 16 | 5 | 
 QStyleSheetStyle::initObject| Name:  | QStyleSheetStyle::initObject |  | Prototype:  | bool QStyleSheetStyle::initObject(const QObject *obj) const |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylesheetstyle.cpp |  | Lines:  | 2741-2755 |  
  |  | 10 | 5 | 
 QStyleHelper::angle| Name:  | QStyleHelper::angle |  | Prototype:  | qreal angle(const QPointF &p1, const QPointF &p2) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/styles/qstylehelper.cpp |  | Lines:  | 169-199 |  
  |  | 17 | 5 | 
 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 | 
 QStyle::sliderPositionFromValue| Name:  | 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::alignedRect| Name:  | 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 | 
 QStringRef::mid| Name:  | QStringRef::mid |  | Prototype:  | QStringRef QStringRef::mid(int pos, int n) const |  | Coverage:  |  88.889% (8/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 9605-9620 |  
  |  | 8 | 5 | 
 QStringListModel::sort| Name:  | QStringListModel::sort |  | Prototype:  | void QStringListModel::sort(int, Qt::SortOrder order) |  | Coverage:  |  85.714% (12/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 267-298 |  
  |  | 22 | 5 | 
 QString::section| Name:  | QString::section |  | Prototype:  | QString QString::section(const QRegularExpression &re, int start, int end, SectionFlags flags) const |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4315-4343 |  
  |  | 20 | 5 | 
 QString::rightJustified| Name:  | 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::resize| Name:  | QString::resize |  | Prototype:  | void QString::resize(int size) |  | Coverage:  |  89.474% (17/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1673-1689 |  
  |  | 10 | 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::multiArg| Name:  | QString::multiArg |  | Prototype:  | QString QString::multiArg(int numArgs, const QString **args) const |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 7986-8015 |  
  |  | 15 | 5 | 
 QString::midRef| Name:  | QString::midRef |  | Prototype:  | QStringRef QString::midRef(int position, int n) const |  | Coverage:  |  88.889% (8/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 9642-9657 |  
  |  | 8 | 5 | 
 QString::mid| Name:  | QString::mid |  | Prototype:  | QString QString::mid(int position, int n) const |  | Coverage:  |  88.889% (8/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 4400-4418 |  
  |  | 9 | 5 | 
 QString::leftJustified| Name:  | 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::lastIndexOf| Name:  | QString::lastIndexOf |  | Prototype:  | int QString::lastIndexOf(const QRegularExpression &re, int from, QRegularExpressionMatch *rmatch) const |  | Coverage:  | 100.000% (15/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 3973-3996 |  
  |  | 15 | 5 | 
 QString::insert| Name:  | QString::insert |  | Prototype:  | QString& QString::insert(int i, const QChar *unicode, int size) |  | Coverage:  |  83.333% (15/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qstring.cpp |  | Lines:  | 1998-2022 |  
  |  | 16 | 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::fromLatin1_helper| Name:  | 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 | 
 QStorageInfoPrivate::mountedVolumes| Name:  | QStorageInfoPrivate::mountedVolumes |  | Prototype:  | QList<QStorageInfo> QStorageInfoPrivate::mountedVolumes() |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstorageinfo_unix.cpp |  | Lines:  | 564-584 |  
  |  | 13 | 5 | 
 QStatusBar::showMessage| Name:  | QStatusBar::showMessage |  | Prototype:  | void QStatusBar::showMessage(const QString &message, int timeout) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 548-567 |  
  |  | 13 | 5 | 
 QStatusBar::paintEvent| Name:  | QStatusBar::paintEvent |  | Prototype:  | void QStatusBar::paintEvent(QPaintEvent *event) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 665-692 |  
  |  | 19 | 5 | 
 QStatusBar::insertWidget| Name:  | QStatusBar::insertWidget |  | Prototype:  | int QStatusBar::insertWidget(int index, QWidget *widget, int stretch) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/widgets/qstatusbar.cpp |  | Lines:  | 296-319 |  
  |  | 15 | 5 | 
 QStateMachinePrivate::unregisterSignalTransition| Name:  | QStateMachinePrivate::unregisterSignalTransition |  | Prototype:  | void QStateMachinePrivate::unregisterSignalTransition(QSignalTransition *transition) |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2299-2322 |  
  |  | 18 | 5 | 
 QStateMachinePrivate::unregisterRestorables| Name:  | 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::unregisterEventTransition| Name:  | QStateMachinePrivate::unregisterEventTransition |  | Prototype:  | void QStateMachinePrivate::unregisterEventTransition(QEventTransition *transition) |  | Coverage:  |  84.615% (11/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2376-2396 |  
  |  | 16 | 5 | 
 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::transitionStateEntryLessThan| Name:  | QStateMachinePrivate::transitionStateEntryLessThan |  | Prototype:  | bool QStateMachinePrivate::transitionStateEntryLessThan(QAbstractTransition *t1, QAbstractTransition *t2) |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 464-486 |  
  |  | 17 | 5 | 
 QStateMachinePrivate::registerEventTransition| Name:  | 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::processEvents| Name:  | QStateMachinePrivate::processEvents |  | Prototype:  | void QStateMachinePrivate::processEvents(EventProcessingMode processingMode) |  | Coverage:  |  80.000% (12/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2020-2036 |  
  |  | 10 | 5 | 
 QStateMachinePrivate::initializeAnimation| Name:  | QStateMachinePrivate::initializeAnimation |  | Prototype:  | QStateMachinePrivate::InitializeAnimationResult QStateMachinePrivate::initializeAnimation(QAbstractAnimation *abstractAnimation, const QPropertyAssignment &prop) |  | Coverage:  |  94.444% (17/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1521-1549 |  
  |  | 17 | 5 | 
 QStateMachinePrivate::createInitialTransition| Name:  | QStateMachinePrivate::createInitialTransition |  | Prototype:  | QAbstractTransition *QStateMachinePrivate::createInitialTransition() const |  | Coverage:  |  85.714% (6/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1718-1743 |  
  |  | 12 | 5 | 
 QStateMachinePrivate::computePropertyAssignments| Name:  | QStateMachinePrivate::computePropertyAssignments |  | Prototype:  | QHash<QAbstractState*, QVector<QPropertyAssignment> > QStateMachinePrivate::computePropertyAssignments( const QList<QAbstractState*> &statesToEnter_sorted, QHash<RestorableId, QVariant> &pendingRestorables) const |  | Coverage:  | 100.000% (13/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 1422-1443 |  
  |  | 13 | 5 | 
 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 | 
 QStateMachine::cancelDelayedEvent| Name:  | QStateMachine::cancelDelayedEvent |  | Prototype:  | bool QStateMachine::cancelDelayedEvent(int id) |  | Coverage:  |  85.714% (12/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/statemachine/qstatemachine.cpp |  | Lines:  | 2782-2810 |  
  |  | 20 | 5 | 
 QStandardPaths::findExecutable| Name:  | QStandardPaths::findExecutable |  | Prototype:  | QString QStandardPaths::findExecutable(const QString &executableName, const QStringList &paths) |  | Coverage:  |  69.231% (9/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qstandardpaths.cpp |  | Lines:  | 504-536 |  
  |  | 13 | 5 | 
 QStandardItemPrivate::setItemData| Name:  | QStandardItemPrivate::setItemData |  | Prototype:  | void QStandardItemPrivate::setItemData(const QMap<int, QVariant> &roles) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/itemmodels/qstandarditemmodel.cpp |  | Lines:  | 200-220 |  
  |  | 12 | 5 | 
 QStackedLayout::sizeHint| Name:  | QStackedLayout::sizeHint |  | Prototype:  | QSize QStackedLayout::sizeHint() const |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp |  | Lines:  | 436-452 |  
  |  | 12 | 5 | 
 QStackedLayout::insertWidget| Name:  | QStackedLayout::insertWidget |  | Prototype:  | int QStackedLayout::insertWidget(int index, QWidget *widget) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/kernel/qstackedlayout.cpp |  | Lines:  | 220-240 |  
  |  | 16 | 5 | 
 QSslSocketPrivate::peek| Name:  | QSslSocketPrivate::peek |  | Prototype:  | qint64 QSslSocketPrivate::peek(char *data, qint64 maxSize) |  | Coverage:  |  66.667% (10/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket.cpp |  | Lines:  | 2575-2597 |  
  |  | 12 | 5 | 
 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::ensureCiphersAndCertsLoaded| Name:  | QSslSocketPrivate::ensureCiphersAndCertsLoaded |  | Prototype:  | void QSslSocketPrivate::ensureCiphersAndCertsLoaded() |  | Coverage:  |  61.538% (8/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslsocket_openssl.cpp |  | Lines:  | 510-567 |  
  |  | 16 | 5 | 
 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:  | 1793-1812 |  
  |  | 24 | 5 | 
 QSslKeyPrivate::pemFromDer| Name:  | QSslKeyPrivate::pemFromDer |  | Prototype:  | QByteArray QSslKeyPrivate::pemFromDer(const QByteArray &der, const QMap<QByteArray, QByteArray> &headers) const |  | Coverage:  |  61.538% (8/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/network/ssl/qsslkey_p.cpp |  | Lines:  | 143-170 |  
  |  | 18 | 5 | 
 QSslCertificatePrivate::text_from_X509| Name:  | 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 | 
 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::setQuery| Name:  | QSqlQueryModel::setQuery |  | Prototype:  | void QSqlQueryModel::setQuery(const QSqlQuery &query) |  | Coverage:  |  66.667% (12/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp |  | Lines:  | 409-453 |  
  |  | 28 | 5 | 
 QSqlQueryModel::insertColumns| Name:  | QSqlQueryModel::insertColumns |  | Prototype:  | bool QSqlQueryModel::insertColumns(int column, int count, const QModelIndex &parent) |  | Coverage:  |  90.476% (19/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp |  | Lines:  | 606-628 |  
  |  | 17 | 5 | 
 QSqlQueryModel::headerData| Name:  | QSqlQueryModel::headerData |  | Prototype:  | QVariant QSqlQueryModel::headerData(int section, Qt::Orientation orientation, int role) const |  | Coverage:  |  94.737% (18/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/models/qsqlquerymodel.cpp |  | Lines:  | 369-382 |  
  |  | 10 | 5 | 
 QSqlQuery::prepare| Name:  | QSqlQuery::prepare |  | Prototype:  | bool QSqlQuery::prepare(const QString& query) |  | Coverage:  |  56.250% (9/16) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlquery.cpp |  | Lines:  | 958-987 |  
  |  | 19 | 5 |