| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ | 
 QStringListModel| Name:  | QStringListModel::QStringListModel |  | Prototype:  | QStringListModel::QStringListModel(QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 89-92 |  
  |  | 2 | 1 | 
 QStringListModel| Name:  | QStringListModel::QStringListModel |  | Prototype:  | QStringListModel::QStringListModel(const QStringList &strings, QObject *parent) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 99-102 |  
  |  | 2 | 1 | 
 setStringList| Name:  | QStringListModel::setStringList |  | Prototype:  | void QStringListModel::setStringList(const QStringList &strings) |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 308-313 |  
  |  | 3 | 1 | 
 stringList| Name:  | QStringListModel::stringList |  | Prototype:  | QStringList QStringListModel::stringList() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 297-300 |  
  |  | 1 | 1 | 
 supportedDropActions| Name:  | QStringListModel::supportedDropActions |  | Prototype:  | Qt::DropActions QStringListModel::supportedDropActions() const |  | Coverage:  | 100.000% (1/1) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 318-321 |  
  |  | 1 | 1 | 
 flags| Name:  | QStringListModel::flags |  | Prototype:  | Qt::ItemFlags QStringListModel::flags(const QModelIndex &index) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 162-168 |  
  |  | 3 | 2 | 
 rowCount| Name:  | QStringListModel::rowCount |  | Prototype:  | int QStringListModel::rowCount(const QModelIndex &parent) const |  | Coverage:  | 100.000% (4/4) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 115-121 |  
  |  | 3 | 2 | 
 setData| Name:  | QStringListModel::setData |  | Prototype:  | bool QStringListModel::setData(const QModelIndex &index, const QVariant &value, int role) |  | Coverage:  |  80.000% (8/10) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 179-194 |  
  |  | 10 | 2 | 
 sibling| Name:  | QStringListModel::sibling |  | Prototype:  | QModelIndex QStringListModel::sibling(int row, int column, const QModelIndex &idx) const |  | Coverage:  |  75.000% (6/8) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 126-132 |  
  |  | 3 | 2 | 
 data| Name:  | QStringListModel::data |  | Prototype:  | QVariant QStringListModel::data(const QModelIndex &index, int role) const |  | Coverage:  |  90.909% (10/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 143-152 |  
  |  | 5 | 3 | 
 insertRows| Name:  | QStringListModel::insertRows |  | Prototype:  | bool QStringListModel::insertRows(int row, int count, const QModelIndex &parent) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 207-220 |  
  |  | 7 | 3 | 
 removeRows| Name:  | QStringListModel::removeRows |  | Prototype:  | bool QStringListModel::removeRows(int row, int count, const QModelIndex &parent) |  | Coverage:  | 100.000% (11/11) |  | Absolute File Name:  | /home/qt/qt5_coco/qt5/qtbase/src/corelib/itemmodels/qstringlistmodel.cpp |  | Lines:  | 233-246 |  
  |  | 7 | 3 | 
 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:  | 261-292 |  
  |  | 22 | 5 |