| Function | Condition %▾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
QDir::remove| Name: | QDir::remove | | Prototype: | bool QDir::remove(const QString &fileName) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1764-1771 |
| | 4 | 2 |
QDir::refresh| Name: | QDir::refresh | | Prototype: | void QDir::refresh() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2225-2231 |
| | 4 | 1 |
QDir::path| Name: | QDir::path | | Prototype: | QString QDir::path() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 618-622 |
| | 2 | 1 |
QDir::operator[]| Name: | QDir::operator[] | | Prototype: | QString QDir::operator[](int pos) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1242-1247 |
| | 3 | 1 |
QDir::operator=| Name: | QDir::operator= | | Prototype: | QDir &QDir::operator=(const QDir &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1718-1722 |
| | 2 | 1 |
QDir::operator=| Name: | QDir::operator= | | Prototype: | QDir &QDir::operator=(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1732-1736 |
| | 2 | 1 |
QDir::nameFiltersFromString| Name: | QDir::nameFiltersFromString | | Prototype: | QStringList QDir::nameFiltersFromString(const QString &nameFilter) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2248-2251 |
| | 1 | 1 |
QDir::nameFilters| Name: | QDir::nameFilters | | Prototype: | QStringList QDir::nameFilters() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 948-952 |
| | 2 | 1 |
QDir::match| Name: | QDir::match | | Prototype: | bool QDir::match(const QStringList &filters, const QString &fileName) | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2021-2029 |
| | 5 | 3 |
QDir::match| Name: | QDir::match | | Prototype: | bool QDir::match(const QString &filter, const QString &fileName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2039-2042 |
| | 1 | 1 |
QDir::isRoot| Name: | QDir::isRoot | | Prototype: | bool QDir::isRoot() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1594-1599 |
| | 3 | 2 |
QDir::isRelativePath| Name: | QDir::isRelativePath | | Prototype: | bool QDir::isRelativePath(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 2217-2220 |
| | 1 | 1 |
QDir::isRelative| Name: | QDir::isRelative | | Prototype: | bool QDir::isRelative() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1626-1631 |
| | 3 | 2 |
QDir::homePath| Name: | QDir::homePath | | Prototype: | QString QDir::homePath() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1950-1953 |
| | 1 | 1 |
QDir::fromNativeSeparators| Name: | QDir::fromNativeSeparators | | Prototype: | QString QDir::fromNativeSeparators(const QString &pathName) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 839-858 |
| | 1 | 1 |
QDir::filter| Name: | QDir::filter | | Prototype: | QDir::Filters QDir::filter() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1076-1080 |
| | 2 | 1 |
QDir::exists| Name: | QDir::exists | | Prototype: | bool QDir::exists() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1577-1580 |
| | 1 | 1 |
QDir::exists| Name: | QDir::exists | | Prototype: | bool QDir::exists(const QString &name) const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1812-1819 |
| | 4 | 2 |
QDir::entryList| Name: | QDir::entryList | | Prototype: | QStringList QDir::entryList(Filters filters, SortFlags sort) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1268-1272 |
| | 2 | 1 |
QDir::entryList| Name: | QDir::entryList | | Prototype: | QStringList QDir::entryList(const QStringList &nameFilters, Filters filters, SortFlags sort) const | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1313-1337 |
| | 16 | 5 |
QDir::entryInfoList| Name: | QDir::entryInfoList | | Prototype: | QFileInfoList QDir::entryInfoList(Filters filters, SortFlags sort) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1291-1295 |
| | 2 | 1 |
QDir::entryInfoList| Name: | QDir::entryInfoList | | Prototype: | QFileInfoList QDir::entryInfoList(const QStringList &nameFilters, Filters filters, SortFlags sort) const | | Coverage: | 100.000% (17/17) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1355-1379 |
| | 16 | 5 |
QDir::drives| Name: | QDir::drives | | Prototype: | QFileInfoList QDir::drives() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1830-1837 |
| | 1 | 1 |
QDir::dirName| Name: | QDir::dirName | | Prototype: | QString QDir::dirName() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 676-680 |
| | 2 | 1 |
QDir::currentPath| Name: | QDir::currentPath | | Prototype: | QString QDir::currentPath() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1901-1904 |
| | 1 | 1 |
QDir::count| Name: | QDir::count | | Prototype: | uint QDir::count() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 1228-1233 |
| | 3 | 1 |
QDir::cdUp| Name: | QDir::cdUp | | Prototype: | bool QDir::cdUp() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 940-943 |
| | 1 | 1 |
QDir::canonicalPath| Name: | QDir::canonicalPath | | Prototype: | QString QDir::canonicalPath() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 655-663 |
| | 5 | 2 |
QDir::addResourceSearchPath| Name: | QDir::addResourceSearchPath | | Prototype: | void QDir::addResourceSearchPath(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 989-996 |
| | 1 | 1 |
QDir::absolutePath| Name: | QDir::absolutePath | | Prototype: | QString QDir::absolutePath() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 632-637 |
| | 3 | 1 |
QDir::absoluteFilePath| Name: | QDir::absoluteFilePath | | Prototype: | QString QDir::absoluteFilePath(const QString &fileName) const | | Coverage: | 100.000% (10/10) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 714-727 |
| | 10 | 4 |
QDir::QDir| Name: | QDir::QDir | | Prototype: | QDir::QDir(const QString &path) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 540-542 |
| | 2 | 1 |
QDir::QDir| Name: | QDir::QDir | | Prototype: | QDir::QDir(const QString &path, const QString &nameFilter, SortFlags sort, Filters filters) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 562-566 |
| | 2 | 1 |
QDir::QDir| Name: | QDir::QDir | | Prototype: | QDir::QDir(const QDir &dir) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdir.cpp | | Lines: | 574-577 |
| | 2 | 1 |
QDeferredDeleteEvent::QDeferredDeleteEvent| Name: | QDeferredDeleteEvent::QDeferredDeleteEvent | | Prototype: | QDeferredDeleteEvent::QDeferredDeleteEvent() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/kernel/qcoreevent.cpp | | Lines: | 634-637 |
| | 1 | 1 |
QDefaultAnimationDriver::timerEvent| Name: | QDefaultAnimationDriver::timerEvent | | Prototype: | void QDefaultAnimationDriver::timerEvent(QTimerEvent *e) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 937-942 |
| | 3 | 1 |
QDefaultAnimationDriver::stopTimer| Name: | QDefaultAnimationDriver::stopTimer | | Prototype: | void QDefaultAnimationDriver::stopTimer() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 950-953 |
| | 1 | 1 |
QDefaultAnimationDriver::startTimer| Name: | QDefaultAnimationDriver::startTimer | | Prototype: | void QDefaultAnimationDriver::startTimer() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 944-948 |
| | 1 | 1 |
QDefaultAnimationDriver::QDefaultAnimationDriver| Name: | QDefaultAnimationDriver::QDefaultAnimationDriver | | Prototype: | QDefaultAnimationDriver::QDefaultAnimationDriver(QUnifiedTimer *timer) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/animation/qabstractanimation.cpp | | Lines: | 930-935 |
| | 2 | 1 |
QDebugStateSaver::~QDebugStateSaver| Name: | QDebugStateSaver::~QDebugStateSaver | | Prototype: | QDebugStateSaver::~QDebugStateSaver() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 881-884 |
| | 1 | 1 |
QDebugStateSaver::QDebugStateSaver| Name: | QDebugStateSaver::QDebugStateSaver | | Prototype: | QDebugStateSaver::QDebugStateSaver(QDebug &dbg) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 870-873 |
| | 2 | 1 |
QDebug::~QDebug| Name: | QDebug::~QDebug | | Prototype: | QDebug::~QDebug() | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 148-160 |
| | 8 | 4 |
QDebug::putString| Name: | QDebug::putString | | Prototype: | void QDebug::putString(const QChar *begin, size_t length) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 305-317 |
| | 5 | 2 |
QDebug::putByteArray| Name: | QDebug::putByteArray | | Prototype: | void QDebug::putByteArray(const char *begin, size_t length, Latin1Content content) | | Coverage: | 100.000% (6/6) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/io/qdebug.cpp | | Lines: | 323-337 |
| | 7 | 2 |
QDateTimePrivate::zoneMSecsToEpochMSecs| Name: | QDateTimePrivate::zoneMSecsToEpochMSecs | | Prototype: | qint64 QDateTimePrivate::zoneMSecsToEpochMSecs(qint64 zoneMSecs, const QTimeZone &zone, QDate *localDate, QTime *localTime) | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2816-2830 |
| | 6 | 2 |
QDateTimePrivate::getDateTime| Name: | QDateTimePrivate::getDateTime | | Prototype: | QPair<QDate, QTime> QDateTimePrivate::getDateTime() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2678-2690 |
| | 7 | 3 |
QDateTimePrivate::daylightStatus| Name: | QDateTimePrivate::daylightStatus | | Prototype: | QDateTimePrivate::DaylightStatus QDateTimePrivate::daylightStatus() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2707-2714 |
| | 5 | 3 |
QDateTimePrivate::QDateTimePrivate| Name: | QDateTimePrivate::QDateTimePrivate | | Prototype: | QDateTimePrivate::QDateTimePrivate(const QDate &toDate, const QTime &toTime, Qt::TimeSpec toSpec, int offsetSeconds) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2588-2597 |
| | 2 | 1 |
QDateTimePrivate::QDateTimePrivate| Name: | QDateTimePrivate::QDateTimePrivate | | Prototype: | QDateTimePrivate::QDateTimePrivate(const QDate &toDate, const QTime &toTime, const QTimeZone &toTimeZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2600-2608 |
| | 1 | 1 |
QDateTimeParser::skipToNextSection| Name: | QDateTimeParser::skipToNextSection | | Prototype: | bool QDateTimeParser::skipToNextSection(int index, const QDateTime ¤t, const QStringRef &text) const | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1607-1640 |
| | 19 | 4 |
QDateTimeParser::sectionType| Name: | QDateTimeParser::sectionType | | Prototype: | QDateTimeParser::Section QDateTimeParser::sectionType(int sectionIndex) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 276-279 |
| | 1 | 1 |
QDateTimeParser::sectionText| Name: | QDateTimeParser::sectionText | | Prototype: | QString QDateTimeParser::sectionText(int sectionIndex) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 681-685 |
| | 2 | 1 |
QDateTimeParser::sectionPos| Name: | QDateTimeParser::sectionPos | | Prototype: | int QDateTimeParser::sectionPos(int sectionIndex) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 288-291 |
| | 1 | 1 |
QDateTimeParser::sectionMaxSize| Name: | QDateTimeParser::sectionMaxSize | | Prototype: | int QDateTimeParser::sectionMaxSize(int index) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 653-657 |
| | 2 | 1 |
QDateTimeParser::getMinimum| Name: | QDateTimeParser::getMinimum | | Prototype: | QDateTime QDateTimeParser::getMinimum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1713-1716 |
| | 1 | 1 |
QDateTimeParser::getMaximum| Name: | QDateTimeParser::getMaximum | | Prototype: | QDateTime QDateTimeParser::getMaximum() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1718-1721 |
| | 1 | 1 |
QDateTimeParser::getAmPmText| Name: | QDateTimeParser::getAmPmText | | Prototype: | QString QDateTimeParser::getAmPmText(AmPm ap, Case cs) const | | Coverage: | 100.000% (3/3) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetimeparser.cpp | | Lines: | 1723-1728 |
| | 3 | 1 |
QDateTime::utcOffset| Name: | QDateTime::utcOffset | | Prototype: | int QDateTime::utcOffset() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4372-4375 |
| | 1 | 1 |
QDateTime::toTime_t| Name: | QDateTime::toTime_t | | Prototype: | uint QDateTime::toTime_t() const | | Coverage: | 100.000% (7/7) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3417-3425 |
| | 6 | 3 |
QDateTime::toString::[lambda]| Name: | QDateTime::toString::[lambda] | | Prototype: | []() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3574-3574 |
| | 0 | 1 |
QDateTime::toString| Name: | QDateTime::toString | | Prototype: | QString QDateTime::toString(const QString& format) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3695-3698 |
| | 1 | 1 |
QDateTime::toMSecsSinceEpoch| Name: | QDateTime::toMSecsSinceEpoch | | Prototype: | qint64 QDateTime::toMSecsSinceEpoch() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3390-3393 |
| | 1 | 1 |
QDateTime::timeSpec| Name: | QDateTime::timeSpec | | Prototype: | Qt::TimeSpec QDateTime::timeSpec() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3143-3146 |
| | 1 | 1 |
QDateTime::time| Name: | QDateTime::time | | Prototype: | QTime QDateTime::time() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3128-3135 |
| | 5 | 2 |
QDateTime::setUtcOffset| Name: | QDateTime::setUtcOffset | | Prototype: | void QDateTime::setUtcOffset(int seconds) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4355-4358 |
| | 1 | 1 |
QDateTime::setTime_t| Name: | QDateTime::setTime_t | | Prototype: | void QDateTime::setTime_t(uint secsSince1Jan1970UTC) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3501-3504 |
| | 1 | 1 |
QDateTime::setTimeZone| Name: | QDateTime::setTimeZone | | Prototype: | void QDateTime::setTimeZone(const QTimeZone &toZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3365-3372 |
| | 5 | 1 |
QDateTime::setTimeSpec| Name: | QDateTime::setTimeSpec | | Prototype: | void QDateTime::setTimeSpec(Qt::TimeSpec spec) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3324-3329 |
| | 3 | 1 |
QDateTime::setTime| Name: | QDateTime::setTime | | Prototype: | void QDateTime::setTime(const QTime &time) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3303-3306 |
| | 1 | 1 |
QDateTime::setOffsetFromUtc| Name: | QDateTime::setOffsetFromUtc | | Prototype: | void QDateTime::setOffsetFromUtc(int offsetSeconds) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3346-3351 |
| | 3 | 1 |
QDateTime::setMSecsSinceEpoch| Name: | QDateTime::setMSecsSinceEpoch | | Prototype: | void QDateTime::setMSecsSinceEpoch(qint64 msecs) | | Coverage: | 100.000% (13/13) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3441-3488 |
| | 33 | 6 |
QDateTime::setDate| Name: | QDateTime::setDate | | Prototype: | void QDateTime::setDate(const QDate &date) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3285-3288 |
| | 1 | 1 |
QDateTime::secsTo| Name: | QDateTime::secsTo | | Prototype: | qint64 QDateTime::secsTo(const QDateTime &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3891-3894 |
| | 1 | 1 |
QDateTime::operator==| Name: | QDateTime::operator== | | Prototype: | bool QDateTime::operator==(const QDateTime &other) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4008-4017 |
| | 5 | 2 |
QDateTime::operator=| Name: | QDateTime::operator= | | Prototype: | QDateTime &QDateTime::operator=(const QDateTime &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3065-3069 |
| | 2 | 1 |
QDateTime::operator<| Name: | QDateTime::operator< | | Prototype: | bool QDateTime::operator<(const QDateTime &other) const | | Coverage: | 100.000% (8/8) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4036-4045 |
| | 5 | 2 |
QDateTime::offsetFromUtc| Name: | QDateTime::offsetFromUtc | | Prototype: | int QDateTime::offsetFromUtc() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3196-3199 |
| | 1 | 1 |
QDateTime::isValid| Name: | QDateTime::isValid | | Prototype: | bool QDateTime::isValid() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3102-3105 |
| | 1 | 1 |
QDateTime::isNull| Name: | QDateTime::isNull | | Prototype: | bool QDateTime::isNull() const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3085-3088 |
| | 1 | 1 |
QDateTime::fromTime_t| Name: | QDateTime::fromTime_t | | Prototype: | QDateTime QDateTime::fromTime_t(uint seconds) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4237-4240 |
| | 1 | 1 |
QDateTime::fromTime_t| Name: | QDateTime::fromTime_t | | Prototype: | QDateTime QDateTime::fromTime_t(uint seconds, const QTimeZone &timeZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4270-4273 |
| | 1 | 1 |
QDateTime::fromMSecsSinceEpoch| Name: | QDateTime::fromMSecsSinceEpoch | | Prototype: | QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, Qt::TimeSpec spec, int offsetSeconds) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4315-4321 |
| | 4 | 1 |
QDateTime::fromMSecsSinceEpoch| Name: | QDateTime::fromMSecsSinceEpoch | | Prototype: | QDateTime QDateTime::fromMSecsSinceEpoch(qint64 msecs, const QTimeZone &timeZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4333-4339 |
| | 4 | 1 |
QDateTime::daysTo| Name: | QDateTime::daysTo | | Prototype: | qint64 QDateTime::daysTo(const QDateTime &other) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3869-3872 |
| | 1 | 1 |
QDateTime::date| Name: | QDateTime::date | | Prototype: | QDate QDateTime::date() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3113-3120 |
| | 5 | 2 |
QDateTime::currentMSecsSinceEpoch| Name: | QDateTime::currentMSecsSinceEpoch | | Prototype: | qint64 QDateTime::currentMSecsSinceEpoch() noexcept | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4181-4188 |
| | 3 | 1 |
QDateTime::currentDateTimeUtc| Name: | QDateTime::currentDateTimeUtc | | Prototype: | QDateTime QDateTime::currentDateTimeUtc() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4176-4179 |
| | 1 | 1 |
QDateTime::currentDateTime| Name: | QDateTime::currentDateTime | | Prototype: | QDateTime QDateTime::currentDateTime() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 4171-4174 |
| | 1 | 1 |
QDateTime::addYears| Name: | QDateTime::addYears | | Prototype: | QDateTime QDateTime::addYears(int nyears) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3801-3811 |
| | 8 | 1 |
QDateTime::addSecs| Name: | QDateTime::addSecs | | Prototype: | QDateTime QDateTime::addSecs(qint64 s) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3824-3827 |
| | 1 | 1 |
QDateTime::addMonths| Name: | QDateTime::addMonths | | Prototype: | QDateTime QDateTime::addMonths(int nmonths) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3775-3785 |
| | 8 | 1 |
QDateTime::addDays| Name: | QDateTime::addDays | | Prototype: | QDateTime QDateTime::addDays(qint64 ndays) const | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3749-3759 |
| | 8 | 1 |
QDateTime::QDateTime| Name: | QDateTime::QDateTime | | Prototype: | QDateTime::QDateTime() | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2967-2970 |
| | 2 | 1 |
QDateTime::QDateTime| Name: | QDateTime::QDateTime | | Prototype: | QDateTime::QDateTime(const QDate &date) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2978-2981 |
| | 2 | 1 |
QDateTime::QDateTime| Name: | QDateTime::QDateTime | | Prototype: | QDateTime::QDateTime(const QDate &date, const QTime &time, Qt::TimeSpec spec) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 2998-3001 |
| | 2 | 1 |
QDateTime::QDateTime| Name: | QDateTime::QDateTime | | Prototype: | QDateTime::QDateTime(const QDate &date, const QTime &time, Qt::TimeSpec spec, int offsetSeconds) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3021-3024 |
| | 2 | 1 |
QDateTime::QDateTime| Name: | QDateTime::QDateTime | | Prototype: | QDateTime::QDateTime(const QDate &date, const QTime &time, const QTimeZone &timeZone) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3038-3041 |
| | 2 | 1 |
QDateTime::QDateTime| Name: | QDateTime::QDateTime | | Prototype: | QDateTime::QDateTime(const QDateTime &other) | | Coverage: | 100.000% (1/1) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 3048-3051 |
| | 2 | 1 |
QDate::year| Name: | QDate::year | | Prototype: | int QDate::year() const | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 442-448 |
| | 3 | 2 |
QDate::weekNumber| Name: | QDate::weekNumber | | Prototype: | int QDate::weekNumber(int *yearNumber) const | | Coverage: | 100.000% (20/20) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qdatetime.cpp | | Lines: | 587-616 |
| | 19 | 6 |