| Function | Condition %▴ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity | 
 QCompleter::pathFromIndex| Name:  | QCompleter::pathFromIndex |  | Prototype:  | QString QCompleter::pathFromIndex(const QModelIndex& index) const |  | Coverage:  |   0.000% (0/22) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1752-1794 |  
  |  | 26 | 7 | 
 QCompleter::popup| Name:  | QCompleter::popup |  | Prototype:  | QAbstractItemView *QCompleter::popup() const |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1230-1246 |  
  |  | 11 | 2 | 
 QCompleter::setCaseSensitivity| Name:  | QCompleter::setCaseSensitivity |  | Prototype:  | void QCompleter::setCaseSensitivity(Qt::CaseSensitivity cs) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1664-1672 |  
  |  | 6 | 2 | 
 QCompleter::setCompletionColumn| Name:  | QCompleter::setCompletionColumn |  | Prototype:  | void QCompleter::setCompletionColumn(int column) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1569-1580 |  
  |  | 7 | 3 | 
 QCompleter::setCompletionMode| Name:  | QCompleter::setCompletionMode |  | Prototype:  | void QCompleter::setCompletionMode(QCompleter::CompletionMode mode) |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1102-1119 |  
  |  | 11 | 5 | 
 QCompleter::setCompletionPrefix| Name:  | QCompleter::setCompletionPrefix |  | Prototype:  | void QCompleter::setCompletionPrefix(const QString &prefix) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1687-1692 |  
  |  | 3 | 1 | 
 QCompleter::setCompletionRole| Name:  | QCompleter::setCompletionRole |  | Prototype:  | void QCompleter::setCompletionRole(int role) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1596-1603 |  
  |  | 5 | 2 | 
 QCompleter::setCurrentRow| Name:  | QCompleter::setCurrentRow |  | Prototype:  | bool QCompleter::setCurrentRow(int row) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1480-1484 |  
  |  | 2 | 1 | 
 QCompleter::setFilterMode| Name:  | QCompleter::setFilterMode |  | Prototype:  | void QCompleter::setFilterMode(Qt::MatchFlags filterMode) |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1144-1161 |  
  |  | 11 | 3 | 
 QCompleter::setMaxVisibleItems| Name:  | QCompleter::setMaxVisibleItems |  | Prototype:  | void QCompleter::setMaxVisibleItems(int maxItems) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1645-1654 |  
  |  | 6 | 2 | 
 QCompleter::setModel| Name:  | QCompleter::setModel |  | Prototype:  | void QCompleter::setModel(QAbstractItemModel *model) |  | Coverage:  |   0.000% (0/18) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1037-1071 |  
  |  | 16 | 6 | 
 QCompleter::setModelSorting| Name:  | QCompleter::setModelSorting |  | Prototype:  | void QCompleter::setModelSorting(QCompleter::ModelSorting sorting) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1542-1550 |  
  |  | 6 | 2 | 
 QCompleter::setPopup| Name:  | QCompleter::setPopup |  | Prototype:  | void QCompleter::setPopup(QAbstractItemView *popup) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1184-1223 |  
  |  | 29 | 7 | 
 QCompleter::setWidget| Name:  | QCompleter::setWidget |  | Prototype:  | void QCompleter::setWidget(QWidget *widget) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1001-1013 |  
  |  | 9 | 4 | 
 QCompleter::setWrapAround| Name:  | QCompleter::setWrapAround |  | Prototype:  | void QCompleter::setWrapAround(bool wrap) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1618-1624 |  
  |  | 4 | 2 | 
 QCompleter::splitPath| Name:  | QCompleter::splitPath |  | Prototype:  | QStringList QCompleter::splitPath(const QString& path) const |  | Coverage:  |   0.000% (0/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1808-1847 |  
  |  | 13 | 3 | 
 QCompleter::widget| Name:  | QCompleter::widget |  | Prototype:  | QWidget *QCompleter::widget() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1020-1024 |  
  |  | 2 | 1 | 
 QCompleter::wrapAround| Name:  | QCompleter::wrapAround |  | Prototype:  | bool QCompleter::wrapAround() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 1626-1630 |  
  |  | 2 | 1 | 
 QCompleterPrivate::QCompleterPrivate| Name:  | QCompleterPrivate::QCompleterPrivate |  | Prototype:  | QCompleterPrivate::QCompleterPrivate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 798-803 |  
  |  | 2 | 1 | 
 QCompleterPrivate::_q_autoResizePopup| Name:  | QCompleterPrivate::_q_autoResizePopup |  | Prototype:  | void QCompleterPrivate::_q_autoResizePopup() |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 887-892 |  
  |  | 3 | 2 | 
 QCompleterPrivate::_q_complete| Name:  | QCompleterPrivate::_q_complete |  | Prototype:  | void QCompleterPrivate::_q_complete(QModelIndex index, bool highlighted) |  | Coverage:  |   0.000% (0/31) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 848-885 |  
  |  | 21 | 8 | 
 QCompleterPrivate::_q_completionSelected| Name:  | QCompleterPrivate::_q_completionSelected |  | Prototype:  | void QCompleterPrivate::_q_completionSelected(const QItemSelection& selection) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 839-846 |  
  |  | 4 | 2 | 
 QCompleterPrivate::_q_fileSystemModelDirectoryLoaded| Name:  | QCompleterPrivate::_q_fileSystemModelDirectoryLoaded |  | Prototype:  | void QCompleterPrivate::_q_fileSystemModelDirectoryLoaded(const QString &path) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 938-949 |  
  |  | 5 | 2 | 
 QCompleterPrivate::init| Name:  | QCompleterPrivate::init |  | Prototype:  | void QCompleterPrivate::init(QAbstractItemModel *m) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 805-816 |  
  |  | 5 | 1 | 
 QCompleterPrivate::setCurrentIndex| Name:  | QCompleterPrivate::setCurrentIndex |  | Prototype:  | void QCompleterPrivate::setCurrentIndex(QModelIndex index, bool select) |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 818-837 |  
  |  | 13 | 5 | 
 QCompleterPrivate::showPopup| Name:  | QCompleterPrivate::showPopup |  | Prototype:  | void QCompleterPrivate::showPopup(const QRect& rect) |  | Coverage:  |   0.000% (0/28) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 894-936 |  
  |  | 31 | 9 | 
 QCompletionEngine::filter| Name:  | QCompletionEngine::filter |  | Prototype:  | void QCompletionEngine::filter(const QStringList& parts) |  | Coverage:  |   0.000% (0/19) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 418-450 |  
  |  | 22 | 6 | 
 QCompletionEngine::filterHistory| Name:  | QCompletionEngine::filterHistory |  | Prototype:  | QMatchData QCompletionEngine::filterHistory() |  | Coverage:  |   0.000% (0/20) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 452-484 |  
  |  | 17 | 4 | 
 QCompletionEngine::lookupCache| Name:  | QCompletionEngine::lookupCache |  | Prototype:  | bool QCompletionEngine::lookupCache(QString part, const QModelIndex& parent, QMatchData *m) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 506-515 |  
  |  | 7 | 3 | 
 QCompletionEngine::matchHint| Name:  | QCompletionEngine::matchHint |  | Prototype:  | bool QCompletionEngine::matchHint(QString part, const QModelIndex& parent, QMatchData *hint) |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 487-504 |  
  |  | 10 | 4 | 
 QCompletionEngine::saveInCache| Name:  | QCompletionEngine::saveInCache |  | Prototype:  | void QCompletionEngine::saveInCache(QString part, const QModelIndex& parent, const QMatchData& m) |  | Coverage:  |   0.000% (0/21) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 518-547 |  
  |  | 21 | 7 | 
 QCompletionModel::QCompletionModel| Name:  | QCompletionModel::QCompletionModel |  | Prototype:  | QCompletionModel::QCompletionModel(QCompleterPrivate *c, QObject *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 155-160 |  
  |  | 1 | 1 | 
 QCompletionModel::columnCount| Name:  | QCompletionModel::columnCount |  | Prototype:  | int QCompletionModel::columnCount(const QModelIndex &) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 162-166 |  
  |  | 2 | 1 | 
 QCompletionModel::completionCount| Name:  | QCompletionModel::completionCount |  | Prototype:  | int QCompletionModel::completionCount() const |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 332-339 |  
  |  | 4 | 2 | 
 QCompletionModel::createEngine| Name:  | QCompletionModel::createEngine |  | Prototype:  | void QCompletionModel::createEngine() |  | Coverage:  |   0.000% (0/13) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 192-213 |  
  |  | 12 | 6 | 
 QCompletionModel::currentIndex| Name:  | QCompletionModel::currentIndex |  | Prototype:  | QModelIndex QCompletionModel::currentIndex(bool sourceIndex) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 293-306 |  
  |  | 9 | 4 | 
 QCompletionModel::data| Name:  | QCompletionModel::data |  | Prototype:  | QVariant QCompletionModel::data(const QModelIndex& index, int role) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 382-386 |  
  |  | 2 | 1 | 
 QCompletionModel::filter| Name:  | QCompletionModel::filter |  | Prototype:  | void QCompletionModel::filter(const QStringList& parts) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 406-415 |  
  |  | 6 | 2 | 
 QCompletionModel::hasChildren| Name:  | QCompletionModel::hasChildren |  | Prototype:  | bool QCompletionModel::hasChildren(const QModelIndex &parent) const |  | Coverage:  |   0.000% (0/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 367-380 |  
  |  | 8 | 4 | 
 QCompletionModel::index| Name:  | QCompletionModel::index |  | Prototype:  | QModelIndex QCompletionModel::index(int row, int column, const QModelIndex& parent) const |  | Coverage:  |   0.000% (0/29) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 308-330 |  
  |  | 15 | 8 | 
 QCompletionModel::invalidate| Name:  | QCompletionModel::invalidate |  | Prototype:  | void QCompletionModel::invalidate() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 400-404 |  
  |  | 2 | 1 | 
 QCompletionModel::mapFromSource| Name:  | QCompletionModel::mapFromSource |  | Prototype:  | QModelIndex QCompletionModel::mapFromSource(const QModelIndex& idx) const |  | Coverage:  |   0.000% (0/32) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 241-276 |  
  |  | 23 | 10 | 
 QCompletionModel::mapToSource| Name:  | QCompletionModel::mapToSource |  | Prototype:  | QModelIndex QCompletionModel::mapToSource(const QModelIndex& index) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 215-239 |  
  |  | 16 | 5 | 
 QCompletionModel::modelDestroyed| Name:  | QCompletionModel::modelDestroyed |  | Prototype:  | void QCompletionModel::modelDestroyed() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 388-392 |  
  |  | 2 | 1 | 
 QCompletionModel::rowCount| Name:  | QCompletionModel::rowCount |  | Prototype:  | int QCompletionModel::rowCount(const QModelIndex &parent) const |  | Coverage:  |   0.000% (0/14) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 341-356 |  
  |  | 9 | 4 | 
 QCompletionModel::rowsInserted| Name:  | QCompletionModel::rowsInserted |  | Prototype:  | void QCompletionModel::rowsInserted() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 394-398 |  
  |  | 2 | 1 | 
 QCompletionModel::setCurrentRow| Name:  | QCompletionModel::setCurrentRow |  | Prototype:  | bool QCompletionModel::setCurrentRow(int row) |  | Coverage:  |   0.000% (0/12) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 278-291 |  
  |  | 8 | 4 | 
 QCompletionModel::setFiltered| Name:  | QCompletionModel::setFiltered |  | Prototype:  | void QCompletionModel::setFiltered(bool filtered) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 358-365 |  
  |  | 5 | 2 | 
 QCompletionModel::setSourceModel| Name:  | QCompletionModel::setSourceModel |  | Prototype:  | void QCompletionModel::setSourceModel(QAbstractItemModel *source) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/widgets/util/qcompleter.cpp |  | Lines:  | 168-190 |  
  |  | 14 | 3 | 
 QConicalGradient::QConicalGradient| Name:  | QConicalGradient::QConicalGradient |  | Prototype:  | QConicalGradient::QConicalGradient(const QPointF ¢er, qreal angle) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 2191-2198 |  
  |  | 5 | 1 | 
 QConicalGradient::QConicalGradient| Name:  | QConicalGradient::QConicalGradient |  | Prototype:  | QConicalGradient::QConicalGradient(qreal cx, qreal cy, qreal angle) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 2209-2216 |  
  |  | 5 | 1 | 
 QConicalGradient::QConicalGradient| Name:  | QConicalGradient::QConicalGradient |  | Prototype:  | QConicalGradient::QConicalGradient() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 2226-2233 |  
  |  | 5 | 1 | 
 QConicalGradient::angle| Name:  | QConicalGradient::angle |  | Prototype:  | qreal QConicalGradient::angle() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 2282-2286 |  
  |  | 2 | 1 | 
 QConicalGradient::center| Name:  | QConicalGradient::center |  | Prototype:  | QPointF QConicalGradient::center() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 2243-2247 |  
  |  | 2 | 1 | 
 QConicalGradient::setAngle| Name:  | QConicalGradient::setAngle |  | Prototype:  | void QConicalGradient::setAngle(qreal angle) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 2298-2302 |  
  |  | 2 | 1 | 
 QConicalGradient::setCenter| Name:  | QConicalGradient::setCenter |  | Prototype:  | void QConicalGradient::setCenter(const QPointF ¢er) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qbrush.cpp |  | Lines:  | 2268-2273 |  
  |  | 3 | 1 | 
 QConnectionDict::keys_ts| Name:  | QConnectionDict::keys_ts |  | Prototype:  | inline QStringList keys_ts() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqldatabase.cpp |  | Lines:  | 118-122 |  
  |  | 2 | 1 | 
 QContextMenuEvent::QContextMenuEvent| Name:  | QContextMenuEvent::QContextMenuEvent |  | Prototype:  | QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint &pos, const QPoint &globalPos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 1703-1705 |  
  |  | 1 | 1 | 
 QContextMenuEvent::QContextMenuEvent| Name:  | QContextMenuEvent::QContextMenuEvent |  | Prototype:  | QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint &pos, const QPoint &globalPos, Qt::KeyboardModifiers modifiers) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 1718-1721 |  
  |  | 1 | 1 | 
 QContextMenuEvent::QContextMenuEvent| Name:  | QContextMenuEvent::QContextMenuEvent |  | Prototype:  | QContextMenuEvent::QContextMenuEvent(Reason reason, const QPoint &pos) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/kernel/qevent.cpp |  | Lines:  | 1742-1748 |  
  |  | 1 | 1 | 
 QCoreApplication::hasPendingEvents| Name:  | QCoreApplication::hasPendingEvents |  | Prototype:  | bool QCoreApplication::hasPendingEvents() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2760-2766 |  
  |  | 4 | 2 | 
 QCoreApplication::isSetuidAllowed| Name:  | QCoreApplication::isSetuidAllowed |  | Prototype:  | bool QCoreApplication::isSetuidAllowed() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 916-919 |  
  |  | 1 | 1 | 
 QCoreApplication::notifyInternal| Name:  | QCoreApplication::notifyInternal |  | Prototype:  | bool QCoreApplication::notifyInternal(QObject *receiver, QEvent *event) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 980-983 |  
  |  | 1 | 1 | 
 QCoreApplication::removeNativeEventFilter| Name:  | QCoreApplication::removeNativeEventFilter |  | Prototype:  | void QCoreApplication::removeNativeEventFilter(QAbstractNativeEventFilter *filterObject) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2738-2744 |  
  |  | 4 | 2 | 
 QCoreApplication::setOrganizationDomain| Name:  | QCoreApplication::setOrganizationDomain |  | Prototype:  | void QCoreApplication::setOrganizationDomain(const QString &orgDomain) |  | Coverage:  |   0.000% (0/7) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 2386-2395 |  
  |  | 5 | 3 | 
 QCoreApplication::setSetuidAllowed| Name:  | QCoreApplication::setSetuidAllowed |  | Prototype:  | void QCoreApplication::setSetuidAllowed(bool allow) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 903-906 |  
  |  | 1 | 1 | 
 QCoreApplicationPrivate::removePostedEvent| Name:  | QCoreApplicationPrivate::removePostedEvent |  | Prototype:  | void QCoreApplicationPrivate::removePostedEvent(QEvent * event) |  | Coverage:  |   0.000% (0/15) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreapplication.cpp |  | Lines:  | 1741-1774 |  
  |  | 20 | 5 | 
 QCosmeticStroker::calculateLastPoint| Name:  | QCosmeticStroker::calculateLastPoint |  | Prototype:  | void QCosmeticStroker::calculateLastPoint(qreal rx1, qreal ry1, qreal rx2, qreal ry2) |  | Coverage:  |   0.000% (0/36) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 405-492 |  
  |  | 54 | 10 | 
 QCosmeticStroker::clipLine| Name:  | QCosmeticStroker::clipLine |  | Prototype:  | bool QCosmeticStroker::clipLine(qreal &x1, qreal &y1, qreal &x2, qreal &y2) |  | Coverage:  |   0.000% (0/38) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 306-357 |  
  |  | 39 | 14 | 
 QCosmeticStroker::drawLine| Name:  | QCosmeticStroker::drawLine |  | Prototype:  | void QCosmeticStroker::drawLine(const QPointF &p1, const QPointF &p2) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 360-377 |  
  |  | 10 | 2 | 
 QCosmeticStroker::drawPath| Name:  | QCosmeticStroker::drawPath |  | Prototype:  | void QCosmeticStroker::drawPath(const QVectorPath &path) |  | Coverage:  |   0.000% (0/78) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 514-630 |  
  |  | 73 | 17 | 
 QCosmeticStroker::drawPoints| Name:  | QCosmeticStroker::drawPoints |  | Prototype:  | void QCosmeticStroker::drawPoints(const QPoint *points, int num) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 379-390 |  
  |  | 7 | 2 | 
 QCosmeticStroker::drawPoints| Name:  | QCosmeticStroker::drawPoints |  | Prototype:  | void QCosmeticStroker::drawPoints(const QPointF *points, int num) |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 392-403 |  
  |  | 7 | 2 | 
 QCosmeticStroker::renderCubic| Name:  | QCosmeticStroker::renderCubic |  | Prototype:  | void QCosmeticStroker::renderCubic(const QPointF &p1, const QPointF &p2, const QPointF &p3, const QPointF &p4, int caps) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 632-651 |  
  |  | 13 | 1 | 
 QCosmeticStroker::renderCubicSubdivision| Name:  | QCosmeticStroker::renderCubicSubdivision |  | Prototype:  | void QCosmeticStroker::renderCubicSubdivision(QCosmeticStroker::PointF *points, int level, int caps) |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 679-698 |  
  |  | 12 | 3 | 
 QCosmeticStroker::setup| Name:  | QCosmeticStroker::setup |  | Prototype:  | void QCosmeticStroker::setup() |  | Coverage:  |   0.000% (0/44) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qcosmeticstroker.cpp |  | Lines:  | 227-303 |  
  |  | 52 | 10 | 
 QCrossingEdge::operator<| Name:  | QCrossingEdge::operator< |  | Prototype:  | bool operator<(const QCrossingEdge &edge) const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/painting/qpathclipper.cpp |  | Lines:  | 1745-1748 |  
  |  | 1 | 1 | 
 QCssScanner_Generated::QCssScanner_Generated| Name:  | QCssScanner_Generated::QCssScanner_Generated |  | Prototype:  | QCssScanner_Generated::QCssScanner_Generated(const QString &inp) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp |  | Lines:  | 52-58 |  
  |  | 4 | 1 | 
 QCssScanner_Generated::handleCommentStart| Name:  | QCssScanner_Generated::handleCommentStart |  | Prototype:  | int QCssScanner_Generated::handleCommentStart() |  | Coverage:  |   0.000% (0/9) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssparser.cpp |  | Lines:  | 2097-2108 |  
  |  | 7 | 3 | 
 QCssScanner_Generated::lex| Name:  | QCssScanner_Generated::lex |  | Prototype:  | int QCssScanner_Generated::lex() |  | Coverage:  |   0.000% (0/1727) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp |  | Lines:  | 61-1137 |  
  |  | 985 | 439 | 
 QCssScanner_Generated::next| Name:  | QCssScanner_Generated::next |  | Prototype:  | inline QChar next() |  | Coverage:  |   0.000% (0/3) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/gui/text/qcssscanner.cpp |  | Lines:  | 40-42 |  
  |  | 1 | 1 | 
 QCupsJobWidget::QCupsJobWidget| Name:  | QCupsJobWidget::QCupsJobWidget |  | Prototype:  | QCupsJobWidget::QCupsJobWidget(QWidget *parent) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 63-73 |  
  |  | 5 | 1 | 
 QCupsJobWidget::endBannerPage| Name:  | QCupsJobWidget::endBannerPage |  | Prototype:  | QCUPSSupport::BannerPage QCupsJobWidget::endBannerPage() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 204-207 |  
  |  | 1 | 1 | 
 QCupsJobWidget::initBannerPages| Name:  | QCupsJobWidget::initBannerPages |  | Prototype:  | void QCupsJobWidget::initBannerPages() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 167-187 |  
  |  | 16 | 1 | 
 QCupsJobWidget::initJobBilling| Name:  | QCupsJobWidget::initJobBilling |  | Prototype:  | void QCupsJobWidget::initJobBilling() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 137-140 |  
  |  | 1 | 1 | 
 QCupsJobWidget::initJobHold| Name:  | QCupsJobWidget::initJobHold |  | Prototype:  | void QCupsJobWidget::initJobHold() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 92-107 |  
  |  | 11 | 1 | 
 QCupsJobWidget::initJobPriority| Name:  | QCupsJobWidget::initJobPriority |  | Prototype:  | void QCupsJobWidget::initJobPriority() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 152-155 |  
  |  | 1 | 1 | 
 QCupsJobWidget::jobBilling| Name:  | QCupsJobWidget::jobBilling |  | Prototype:  | QString QCupsJobWidget::jobBilling() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 147-150 |  
  |  | 1 | 1 | 
 QCupsJobWidget::jobHold| Name:  | QCupsJobWidget::jobHold |  | Prototype:  | QCUPSSupport::JobHoldUntil QCupsJobWidget::jobHold() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 119-122 |  
  |  | 1 | 1 | 
 QCupsJobWidget::jobHoldTime| Name:  | QCupsJobWidget::jobHoldTime |  | Prototype:  | QTime QCupsJobWidget::jobHoldTime() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 132-135 |  
  |  | 1 | 1 | 
 QCupsJobWidget::jobPriority| Name:  | QCupsJobWidget::jobPriority |  | Prototype:  | int QCupsJobWidget::jobPriority() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 162-165 |  
  |  | 1 | 1 | 
 QCupsJobWidget::setEndBannerPage| Name:  | QCupsJobWidget::setEndBannerPage |  | Prototype:  | void QCupsJobWidget::setEndBannerPage(const QCUPSSupport::BannerPage bannerPage) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 199-202 |  
  |  | 1 | 1 | 
 QCupsJobWidget::setJobBilling| Name:  | QCupsJobWidget::setJobBilling |  | Prototype:  | void QCupsJobWidget::setJobBilling(const QString &jobBilling) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 142-145 |  
  |  | 1 | 1 | 
 QCupsJobWidget::setJobHold| Name:  | QCupsJobWidget::setJobHold |  | Prototype:  | void QCupsJobWidget::setJobHold(QCUPSSupport::JobHoldUntil jobHold, const QTime &holdUntilTime) |  | Coverage:  |   0.000% (0/6) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 109-117 |  
  |  | 5 | 2 | 
 QCupsJobWidget::setJobPriority| Name:  | QCupsJobWidget::setJobPriority |  | Prototype:  | void QCupsJobWidget::setJobPriority(int jobPriority) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 157-160 |  
  |  | 1 | 1 | 
 QCupsJobWidget::setPrinter| Name:  | QCupsJobWidget::setPrinter |  | Prototype:  | void QCupsJobWidget::setPrinter(QPrinter *printer) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 79-82 |  
  |  | 1 | 1 | 
 QCupsJobWidget::setStartBannerPage| Name:  | QCupsJobWidget::setStartBannerPage |  | Prototype:  | void QCupsJobWidget::setStartBannerPage(const QCUPSSupport::BannerPage bannerPage) |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 189-192 |  
  |  | 1 | 1 | 
 QCupsJobWidget::setupPrinter| Name:  | QCupsJobWidget::setupPrinter |  | Prototype:  | void QCupsJobWidget::setupPrinter() |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 84-90 |  
  |  | 4 | 1 | 
 QCupsJobWidget::startBannerPage| Name:  | QCupsJobWidget::startBannerPage |  | Prototype:  | QCUPSSupport::BannerPage QCupsJobWidget::startBannerPage() const |  | Coverage:  |   0.000% (0/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 194-197 |  
  |  | 1 | 1 | 
 QCupsJobWidget::toggleJobHoldTime| Name:  | QCupsJobWidget::toggleJobHoldTime |  | Prototype:  | void QCupsJobWidget::toggleJobHoldTime() |  | Coverage:  |   0.000% (0/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/printsupport/widgets/qcupsjobwidget.cpp |  | Lines:  | 124-130 |  
  |  | 3 | 2 |