| Function | Condition % | Modificationsā¾ | eLOC - Effective Lines of Code | McCabe - Cyclomatic Complexity |
operator=| Name: | QByteArray::operator= | | Prototype: | QByteArray &QByteArray::operator=(const QByteArray & other) noexcept | | Coverage: | 100.000% (4/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1140-1147 | | Comparison: | New |
| | New | 5 | 2 |
insert| Name: | QByteArray::insert | | Prototype: | QByteArray &QByteArray::insert(int i, int count, char ch) | | Coverage: | 100.000% (12/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 2074-2088 | | Comparison: | New |
| | New | 11 | 4 |
toDouble| Name: | QByteArray::toDouble | | Prototype: | double QByteArray::toDouble(bool *ok) const | | Coverage: | 75.000% (3/4) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 3795-3804 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines (reference): | 3650-3653 | | Comparison: | Different |
| | Different | 1 | 1 |
setNum| Name: | QByteArray::setNum | | Prototype: | QByteArray &QByteArray::setNum(double n, char f, int prec) | | Coverage: | 33.333% (4/12) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 4029-4057 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines (reference): | 3878-3906 | | Comparison: | Different |
| | Different | 15 | 6 |
reallocData| Name: | QByteArray::reallocData | | Prototype: | void QByteArray::reallocData(uint alloc, Data::AllocationOptions options) | | Coverage: | 80.952% (17/21) | | Absolute File Name: | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines: | 1698-1725 | | Absolute File Name (reference): | /home/qt/qt5_coco/qt5/qtbase/src/corelib/tools/qbytearray.cpp | | Lines (reference): | 1603-1626 | | Comparison: | Different |
| | Different | 18 | 7 |