| Function | Condition % | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexityâ–´ |
QSqlError| Name: | QSqlError::QSqlError | | Prototype: | QSqlError::QSqlError(const QSqlError& other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 136-141 |
| | 2 | 1 |
QSqlError| Name: | QSqlError::QSqlError | | Prototype: | QSqlError::QSqlError(const QString &driverText, const QString &databaseText, ErrorType type, const QString &code) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 121-130 |
| | 5 | 1 |
databaseText| Name: | QSqlError::databaseText | | Prototype: | QString QSqlError::databaseText() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 219-222 |
| | 1 | 1 |
driverText| Name: | QSqlError::driverText | | Prototype: | QString QSqlError::driverText() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 188-191 |
| | 1 | 1 |
isValid| Name: | QSqlError::isValid | | Prototype: | bool QSqlError::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 348-351 |
| | 1 | 1 |
nativeErrorCode| Name: | QSqlError::nativeErrorCode | | Prototype: | QString QSqlError::nativeErrorCode() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 319-322 |
| | 1 | 1 |
number| Name: | QSqlError::number | | Prototype: | int QSqlError::number() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 289-292 |
| | 1 | 1 |
operator!=| Name: | QSqlError::operator!= | | Prototype: | bool QSqlError::operator!=(const QSqlError& other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 167-170 |
| | 1 | 1 |
operator=| Name: | QSqlError::operator= | | Prototype: | QSqlError& QSqlError::operator=(const QSqlError& other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 147-151 |
| | 2 | 1 |
operator==| Name: | QSqlError::operator== | | Prototype: | bool QSqlError::operator==(const QSqlError& other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 157-160 |
| | 1 | 1 |
setDatabaseText| Name: | QSqlError::setDatabaseText | | Prototype: | void QSqlError::setDatabaseText(const QString& databaseText) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 237-240 |
| | 1 | 1 |
setDriverText| Name: | QSqlError::setDriverText | | Prototype: | void QSqlError::setDriverText(const QString& driverText) | | Coverage: | 0.000% (0/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 206-209 |
| | 1 | 1 |
setNumber| Name: | QSqlError::setNumber | | Prototype: | void QSqlError::setNumber(int number) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 308-311 |
| | 1 | 1 |
setType| Name: | QSqlError::setType | | Prototype: | void QSqlError::setType(ErrorType type) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 265-268 |
| | 1 | 1 |
type| Name: | QSqlError::type | | Prototype: | QSqlError::ErrorType QSqlError::type() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 247-250 |
| | 1 | 1 |
~QSqlError| Name: | QSqlError::~QSqlError | | Prototype: | QSqlError::~QSqlError() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 177-180 |
| | 1 | 1 |
QSqlError| Name: | QSqlError::QSqlError | | Prototype: | QSqlError::QSqlError(const QString& driverText, const QString& databaseText, ErrorType type, int number) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 102-112 |
| | 6 | 2 |
text| Name: | QSqlError::text | | Prototype: | QString QSqlError::text() const | | Coverage: | 0.000% (0/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/sql/kernel/qsqlerror.cpp | | Lines: | 331-338 |
| | 5 | 2 |